Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def48 SHADER_FEATURE_FLAG(30, 35, WriteableMSAATextures, "Writeable MSAA Textures")
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h404 bool MSAA; member
420 bool MSAA; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td51 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 DAMDGPU.td307 "MSAA loads not honoring dst_sel bug"
H A DSIISelLowering.cpp8190 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 DIntrinsicsAMDGPU.td617 bit MSAA = msaa;
944 // MSAA intrinsics
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4025 if (!BaseOpcode->MSAA) in validateMIMGMSAA()
4034 return DimInfo->MSAA; in validateMIMGMSAA()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td1649 // OpenCL Extension v2.0 s18.3 - Creating OpenCL Memory Objects from OpenGL MSAA Textures