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::__anon6ad802ba0111::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::__anon58470bf00111::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::__anon58470bf00111::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.cpp733 const glu::DataType m_samplerType; member in vkt::shaderexecutor::__anon8df3781e0111::SamplerIndexingCaseInstance
745 , m_samplerType (samplerType) in SamplerIndexingCaseInstance()
767 const glu::DataType coordType = getSamplerCoordType(m_samplerType); in iterate()
768 const glu::DataType outputType = getSamplerOutputType(m_samplerType); in iterate()
769 const tcu::TextureFormat texFormat = getSamplerTextureFormat(m_samplerType); in iterate()
775 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_in… in iterate()
776 const TextureType texType = getTextureType(m_samplerType); in iterate()
777 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
780 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate()
802 if (isShadowSampler(m_samplerType)) in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp408 SimpleType m_samplerType; member in deqp::gles3::Functional::__anon305129e40111::ES3Types
432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types()
440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType }; in ES3Types()