Home
last modified time | relevance | path

Searched defs:isMS (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp81 const bool isMS = IsTextureMS(*argOrder); in IsIllegalSample() local
154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord()
219 const bool isMS = IsMS(argOrder[0]); in AppendTypeName() local
893 const bool isMS = IsTextureMS(*argOrder); in initialize() local
DhlslParseHelper.cpp4280 const bool isMS = sampler.isMultiSample(); in decomposeSampleMethods() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h1022 int isMS() const { in isMS() function
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp1721 …const bool isMS = arg0->getBasicType() == EbtSampler && arg0->getType().getSampler().isMultiSample… in memorySemanticsCheck() local