Searched defs:m_sampler (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgSamplers.hpp39 , m_sampler ()
45 , m_sampler (sampler)
51 return m_texture->sample(m_sampler, s, t, lod);
56 tcu::Sampler m_sampler; member in class:rsg::Sampler2D
64 , m_sampler ()
70 , m_sampler (sampler)
76 return m_texture->sample(m_sampler, s, t, r, lod);
81 tcu::Sampler m_sampler; member in class:rsg::SamplerCube
H A DrsgExpression.hpp277 const Variable* m_sampler; member in class:rsg::TexLookup
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.hpp77 vk::Move<vk::VkSampler> m_sampler; member in class:vkt::pipeline::ImageSamplingInstance
H A DvktPipelineReferenceRenderer.hpp172 const tcu::Sampler m_sampler; member in class:vkt::pipeline::SamplerFragmentShader
184 , m_sampler (sampler)
248 const tcu::Vec4 texColor = sampleTexture(m_texture, m_sampler, vtxTexCoord, m_lod);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp101 const tcu::Sampler& getSampler (void) const { return m_sampler; }
109 tcu::Sampler m_sampler; member in class:deqp::gls::TextureBinding
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp85 const tcu::Sampler& getSampler (void) const { return m_sampler; }
95 tcu::Sampler m_sampler; member in class:vkt::sr::TextureBinding
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp101 const tcu::Sampler& getSampler (void) const { return m_sampler; }
102 tcu::Sampler& getSampler (void) { return m_sampler; }
109 tcu::Sampler m_sampler; member in class:sglr::rc::Texture
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1221 const sglr::UniformSlot& m_sampler; member in class:deqp::gles31::Functional::__anon4580::VaryingOutputCountShader
1244 , m_sampler (getUniformByName("u_sampler"))
1302 const tcu::Vec4 texColor = m_sampler.sampler.tex2D->sample(texCoord.x(), texCoord.y(), 0.0f);

Completed in 179 milliseconds