Home
last modified time | relevance | path

Searched refs:SamplerCube (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgSamplers.hpp55 class SamplerCube class
58 SamplerCube(void) : m_texture(DE_NULL), m_sampler() in SamplerCube() function in rsg::SamplerCube
62SamplerCube(const tcu::TextureCube *texture, const tcu::Sampler &sampler) : m_texture(texture), m_… in SamplerCube() function in rsg::SamplerCube
77 typedef std::map<int, SamplerCube> SamplerCubeMap;
H A DrsgExecutionContext.hpp65 const SamplerCube &getSamplerCube(const Variable *variable) const;
H A DrsgExecutionContext.cpp83 const SamplerCube &ExecutionContext::getSamplerCube(const Variable *sampler) const in getSamplerCube()
H A DrsgProgramExecutor.cpp192 m_samplersCube[samplerNdx] = SamplerCube(texture, sampler); in setTexture()
H A DrsgExpression.cpp1835 const SamplerCube &tex = execCtx.getSamplerCube(m_sampler); in evaluate()
1852 const SamplerCube &tex = execCtx.getSamplerCube(m_sampler); in evaluate()