Home
last modified time | relevance | path

Searched refs:TSamplerDim (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
DTypes.h66 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/
DhlslGrammar.cpp1238 TSamplerDim dim = EsdNone; in acceptSamplerTypeDX9()
1334 TSamplerDim dim = EsdNone; in acceptTextureType()
DhlslParseHelper.cpp4172 const TSamplerDim dim = sampler.dim; in decomposeSampleMethods()
4542 const TSamplerDim dim = argTex->getType().getSampler().dim; in decomposeSampleMethods()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6250 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()