Home
last modified time | relevance | path

Searched refs:MSAA (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp125 if (BaseInfo->Sampler || BaseInfo->MSAA) in getHardClauseType()
H A DMIMGInstructions.td51 bit MSAA = 0;
67 "LodOrClampOrMip", "HasD16", "MSAA", "BVH", "A16", "NoReturn",
82 let Fields = ["Dim", "NumCoords", "NumGradients", "MSAA", "DA", "Encoding", "AsmSuffix"];
661 let MSAA = msaa;
1284 // A16 and image dimension into account (note: no MSAA, since this is for
1629 let MSAA = 1;
H A DSIInsertWaitcnts.cpp212 if (BaseInfo->Sampler || BaseInfo->MSAA || SIInstrInfo::isVSAMPLE(Inst)) in getVmemType()
H A DAMDGPU.td343 "MSAA loads not honoring dst_sel bug"
H A DSIISelLowering.cpp8760 if (!IsGFX12Plus || BaseOpcode->Sampler || BaseOpcode->MSAA) in lowerImage()
8778 if (!IsGFX12Plus || BaseOpcode->Sampler || BaseOpcode->MSAA) in lowerImage()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h428 bool MSAA; member
445 bool MSAA; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def49 SHADER_FEATURE_FLAG(30, 35, WriteableMSAATextures, "Writeable MSAA Textures")
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td840 bit MSAA = msaa;
1165 // MSAA intrinsics
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4309 if (!BaseOpcode->MSAA) in validateMIMGMSAA()
4318 return DimInfo->MSAA; in validateMIMGMSAA()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td1665 // OpenCL Extension v2.0 s18.3 - Creating OpenCL Memory Objects from OpenGL MSAA Textures