Searched refs:TSamplerDim (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | Types.h | 66 enum TSamplerDim { enum 81 TSamplerDim dim : 8; 151 void set(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false) 163 void setImage(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false) 175 void setTexture(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false)
|
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 1238 TSamplerDim dim = EsdNone; in acceptSamplerTypeDX9() 1334 TSamplerDim dim = EsdNone; in acceptTextureType()
|
D | hlslParseHelper.cpp | 4172 const TSamplerDim dim = sampler.dim; in decomposeSampleMethods() 4542 const TSamplerDim dim = argTex->getType().getSampler().dim; in decomposeSampleMethods()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 6250 sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in initialize() 6348 … sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging() 6352 sampler.set(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
|