Searched refs:m_samplerType (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 348 const glu::DataType m_samplerType; member in deqp::gles31::Functional::__anon30852::SamplerIndexingCase 355 , m_samplerType (samplerType) in SamplerIndexingCase() 386 if (m_samplerType == TYPE_SAMPLER_CUBE_ARRAY in init() 387 || m_samplerType == TYPE_SAMPLER_CUBE_ARRAY_SHADOW in init() 388 || m_samplerType == TYPE_INT_SAMPLER_CUBE_ARRAY in init() 389 || m_samplerType == TYPE_UINT_SAMPLER_CUBE_ARRAY) in init() 404 const DataType coordType = getSamplerCoordType(m_samplerType); in getShaderSpec() 405 const DataType outType = getSamplerOutputType(m_samplerType); in getShaderSpec() 417 && (m_samplerType == TYPE_SAMPLER_CUBE_ARRAY in getShaderSpec() 418 || m_samplerType in getShaderSpec() [all...] |
H A D | es31fLayoutBindingTests.cpp | 1033 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anon30834::SamplerBindingRenderCase 1049 , m_samplerType (samplerType) in SamplerBindingRenderCase() 1139 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() 1204 switch (m_samplerType) in getSamplerTexCoordType() 1235 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anon30834::SamplerBindingNegativeCase 1258 , m_samplerType (samplerType) in SamplerBindingNegativeCase() 1276 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() 1321 switch (m_samplerType) in getSamplerTexCoordType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 647 const glu::DataType m_samplerType; member in vkt::shaderexecutor::__anon28667::SamplerIndexingCaseInstance 659 , m_samplerType (samplerType) in SamplerIndexingCaseInstance() 681 const glu::DataType coordType = getSamplerCoordType(m_samplerType); in iterate() 682 const glu::DataType outputType = getSamplerOutputType(m_samplerType); in iterate() 683 const tcu::TextureFormat texFormat = getSamplerTextureFormat(m_samplerType); in iterate() 689 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType)); in iterate() 690 const TextureType texType = getTextureType(m_samplerType); in iterate() 691 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR; in iterate() 694 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate() 717 if (isShadowSampler(m_samplerType)) in iterate() 1025 const glu::DataType m_samplerType; global() member in vkt::shaderexecutor::__anon28667::SamplerIndexingCase [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 649 const glu::DataType m_samplerType; member in vkt::shaderexecutor::__anon29816::SamplerIndexingCaseInstance 661 , m_samplerType (samplerType) in SamplerIndexingCaseInstance() 683 const glu::DataType coordType = getSamplerCoordType(m_samplerType); in iterate() 684 const glu::DataType outputType = getSamplerOutputType(m_samplerType); in iterate() 685 const tcu::TextureFormat texFormat = getSamplerTextureFormat(m_samplerType); in iterate() 691 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType)); in iterate() 692 const TextureType texType = getTextureType(m_samplerType); in iterate() 693 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR; in iterate() 696 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate() 719 if (isShadowSampler(m_samplerType)) in iterate() 1028 const glu::DataType m_samplerType; global() member in vkt::shaderexecutor::__anon29816::SamplerIndexingCase [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fLifetimeTests.cpp | 408 SimpleType m_samplerType; member in deqp::gles3::Functional::__anon30571::ES3Types 432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types() 440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType }; in ES3Types()
|
Completed in 11 milliseconds