Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp348 const glu::DataType m_samplerType; member in deqp::gles31::Functional::__anon3ffe64040111::SamplerIndexingCase
355 , m_samplerType (samplerType) in SamplerIndexingCase()
383 if (m_samplerType == TYPE_SAMPLER_CUBE_ARRAY in init()
384 || m_samplerType == TYPE_SAMPLER_CUBE_ARRAY_SHADOW in init()
385 || m_samplerType == TYPE_INT_SAMPLER_CUBE_ARRAY in init()
386 || m_samplerType == TYPE_UINT_SAMPLER_CUBE_ARRAY) in init()
401 const DataType coordType = getSamplerCoordType(m_samplerType); in getShaderSpec()
402 const DataType outType = getSamplerOutputType(m_samplerType); in getShaderSpec()
413 && (m_samplerType == TYPE_SAMPLER_CUBE_ARRAY in getShaderSpec()
414 || m_samplerType == TYPE_SAMPLER_CUBE_ARRAY_SHADOW in getShaderSpec()
[all …]
Des31fLayoutBindingTests.cpp1020 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anon196ef6fa0111::SamplerBindingRenderCase
1036 , m_samplerType (samplerType) in SamplerBindingRenderCase()
1126 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1191 switch (m_samplerType) in getSamplerTexCoordType()
1222 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anon196ef6fa0111::SamplerBindingNegativeCase
1245 , m_samplerType (samplerType) in SamplerBindingNegativeCase()
1263 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1308 switch (m_samplerType) in getSamplerTexCoordType()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp625 const glu::DataType m_samplerType; member in vkt::shaderexecutor::__anon04ee0ba80111::SamplerIndexingCaseInstance
637 , m_samplerType (samplerType) in SamplerIndexingCaseInstance()
659 const glu::DataType coordType = getSamplerCoordType(m_samplerType); in iterate()
660 const glu::DataType outputType = getSamplerOutputType(m_samplerType); in iterate()
661 const tcu::TextureFormat texFormat = getSamplerTextureFormat(m_samplerType); in iterate()
667 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_in… in iterate()
668 const TextureType texType = getTextureType(m_samplerType); in iterate()
669 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
672 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate()
694 if (isShadowSampler(m_samplerType)) in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp408 SimpleType m_samplerType; member in deqp::gles3::Functional::__anona0fbcc2e0111::ES3Types
432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types()
440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType }; in ES3Types()