Searched refs:m_samplerType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 348 const glu::DataType m_samplerType; member in deqp::gles31::Functional::__anonabce4bbb0111::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 …]
|
D | es31fLayoutBindingTests.cpp | 843 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anona33a70510111::SamplerBindingRenderCase 859 , m_samplerType (samplerType) in SamplerBindingRenderCase() 949 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() 1014 switch (m_samplerType) in getSamplerTexCoordType() 1045 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anona33a70510111::SamplerBindingNegativeCase 1056 , m_samplerType (samplerType) in SamplerBindingNegativeCase() 1072 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() 1106 switch (m_samplerType) in getSamplerTexCoordType()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 436 const glu::DataType m_samplerType; member in vkt::shaderexecutor::__anon189dabbf0111::SamplerIndexingCaseInstance 450 , m_samplerType (samplerType) in SamplerIndexingCaseInstance() 472 const glu::DataType coordType = getSamplerCoordType(m_samplerType); in iterate() 473 const glu::DataType outputType = getSamplerOutputType(m_samplerType); in iterate() 474 const tcu::TextureFormat texFormat = getSamplerTextureFormat(m_samplerType); in iterate() 480 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_in… in iterate() 481 const TextureType texType = getTextureType(m_samplerType); in iterate() 484 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate() 485 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate() 498 if (isShadowSampler(m_samplerType)) in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 408 SimpleType m_samplerType; member in deqp::gles3::Functional::__anon476d29650111::ES3Types 432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types() 440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType }; in ES3Types()
|