Searched refs:MSAA (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainerConstants.def | 48 SHADER_FEATURE_FLAG(30, 35, WriteableMSAATextures, "Writeable MSAA Textures")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 404 bool MSAA; member 420 bool MSAA; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 51 bit MSAA = 0; 66 "LodOrClampOrMip", "HasD16", "MSAA", "BVH", "A16", "NoReturn"]; 80 let Fields = ["Dim", "NumCoords", "NumGradients", "MSAA", "DA", "Encoding", "AsmSuffix"]; 660 let MSAA = msaa; 1292 // A16 and image dimension into account (note: no MSAA, since this is for 1622 let MSAA = 1;
|
H A D | AMDGPU.td | 307 "MSAA loads not honoring dst_sel bug"
|
H A D | SIISelLowering.cpp | 8190 if (!IsGFX12Plus || BaseOpcode->Sampler || BaseOpcode->MSAA) in lowerImage() 8202 if (!IsGFX12Plus || BaseOpcode->Sampler || BaseOpcode->MSAA) in lowerImage()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 617 bit MSAA = msaa; 944 // MSAA intrinsics
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4025 if (!BaseOpcode->MSAA) in validateMIMGMSAA() 4034 return DimInfo->MSAA; in validateMIMGMSAA()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 1649 // OpenCL Extension v2.0 s18.3 - Creating OpenCL Memory Objects from OpenGL MSAA Textures
|