Home
last modified time | relevance | path

Searched refs:BitsToFloatCase (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1024 class BitsToFloatCase : public CommonFunctionCase class
1027 BitsToFloatCase (Context& context, glu::DataType baseType, glu::ShaderType shaderType) in BitsToFloatCase() function in deqp::gles3::Functional::BitsToFloatCase
1704 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()
1705 uintGroup->addChild(new BitsToFloatCase(m_context, uintType, glu::ShaderType(shaderType))); in init()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1107 class BitsToFloatCase : public CommonFunctionCase class
1110 BitsToFloatCase (Context& context, glu::DataType baseType, glu::ShaderType shaderType) in BitsToFloatCase() function in deqp::gles31::Functional::BitsToFloatCase
2215 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()
2216 uintGroup->addChild(new BitsToFloatCase(m_context, uintType, glu::ShaderType(shaderType))); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1345 class BitsToFloatCase : public CommonFunctionCase class
1348 BitsToFloatCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::ShaderType shaderType) in BitsToFloatCase() function in vkt::shaderexecutor::__anon2c2bd4020111::BitsToFloatCase
2461 … intGroup->addChild(new BitsToFloatCase(getTestContext(), intType, glu::ShaderType(shaderType))); in init()
2462 … uintGroup->addChild(new BitsToFloatCase(getTestContext(), uintType, glu::ShaderType(shaderType))); in init()