Home
last modified time | relevance | path

Searched defs:ShaderSampler (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderRenderCase.hpp131 struct ShaderSampler struct in deqp::gls::ShaderEvalContext
133 tcu::Sampler sampler;
134 const tcu::Texture2D* tex2D;
135 const tcu::TextureCube* texCube;
136 const tcu::Texture2DArray* tex2DArray;
137 const tcu::Texture3D* tex3D;
139 inline ShaderSampler (void) in ShaderSampler() function
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.hpp168 struct ShaderSampler struct in deqp::ShaderEvalContext
170 tcu::Sampler sampler;
171 const tcu::Texture2D* tex2D;
172 const tcu::TextureCube* texCube;
173 const tcu::Texture2DArray* tex2DArray;
174 const tcu::Texture3D* tex3D;
176 inline ShaderSampler(void) : tex2D(DE_NULL), texCube(DE_NULL), tex2DArray(DE_NULL), tex3D(DE_NULL) in ShaderSampler() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp177 struct ShaderSampler struct in vkt::sr::ShaderEvalContext
179 tcu::Sampler sampler;
180 const tcu::Texture1D* tex1D;
181 const tcu::Texture2D* tex2D;
182 const tcu::Texture3D* tex3D;
183 const tcu::TextureCube* texCube;
184 const tcu::Texture1DArray* tex1DArray;
185 const tcu::Texture2DArray* tex2DArray;
186 const tcu::TextureCubeArray* texCubeArray;
188 inline ShaderSampler (void) in ShaderSampler() function