Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp179 struct ShaderSampler struct in deqp::ShaderEvalContext
181 tcu::Sampler sampler;
182 const tcu::Texture2D *tex2D;
183 const tcu::TextureCube *texCube;
184 const tcu::Texture2DArray *tex2DArray;
185 const tcu::Texture3D *tex3D;
186 const tcu::TextureCubeArray *texCubeArray;
188 inline ShaderSampler(void) in ShaderSampler() function
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp170 struct ShaderSampler struct in deqp::gls::ShaderEvalContext
172 tcu::Sampler sampler;
173 const tcu::Texture2D *tex2D;
174 const tcu::TextureCube *texCube;
175 const tcu::Texture2DArray *tex2DArray;
176 const tcu::Texture3D *tex3D;
178 … inline ShaderSampler(void) : tex2D(DE_NULL), texCube(DE_NULL), tex2DArray(DE_NULL), tex3D(DE_NULL) in ShaderSampler() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp244 struct ShaderSampler struct in vkt::sr::ShaderEvalContext
246 tcu::Sampler sampler;
247 const tcu::Texture1D *tex1D;
248 const tcu::Texture2D *tex2D;
249 const tcu::Texture3D *tex3D;
250 const tcu::TextureCube *texCube;
251 const tcu::Texture1DArray *tex1DArray;
252 const tcu::Texture2DArray *tex2DArray;
253 const tcu::TextureCubeArray *texCubeArray;
255 inline ShaderSampler(void) in ShaderSampler() argument