Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h62 enum TSamplerDim { enum
76 TSamplerDim dim : 8;
126 void set(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false)
138 void setImage(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false)
150 void setTexture(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false)
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1177 TSamplerDim dim = EsdNone; in acceptSamplerTypeDX9()
1273 TSamplerDim dim = EsdNone; in acceptTextureType()
DhlslParseHelper.cpp3938 const TSamplerDim dim = sampler.dim; in decomposeSampleMethods()
4305 const TSamplerDim dim = argTex->getType().getSampler().dim; in decomposeSampleMethods()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp6341 … sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
6345 sampler.set(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()