Searched refs:MSAA (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 125 if (BaseInfo->Sampler || BaseInfo->MSAA) in getHardClauseType()
|
| H A D | MIMGInstructions.td | 51 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 D | SIInsertWaitcnts.cpp | 212 if (BaseInfo->Sampler || BaseInfo->MSAA || SIInstrInfo::isVSAMPLE(Inst)) in getVmemType()
|
| H A D | AMDGPU.td | 343 "MSAA loads not honoring dst_sel bug"
|
| H A D | SIISelLowering.cpp | 8760 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 D | AMDGPUBaseInfo.h | 428 bool MSAA; member 445 bool MSAA; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 49 SHADER_FEATURE_FLAG(30, 35, WriteableMSAATextures, "Writeable MSAA Textures")
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 840 bit MSAA = msaa; 1165 // MSAA intrinsics
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4309 if (!BaseOpcode->MSAA) in validateMIMGMSAA() 4318 return DimInfo->MSAA; in validateMIMGMSAA()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 1665 // OpenCL Extension v2.0 s18.3 - Creating OpenCL Memory Objects from OpenGL MSAA Textures
|