Searched refs:FloatBitsToIntCase (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 919 class FloatBitsToIntCase : public FloatBitsToUintIntCase class 922 FloatBitsToIntCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) in FloatBitsToIntCase() function in vkt::shaderexecutor::__anonda5909ae0111::FloatBitsToIntCase 1023 addFunctionCases<FloatBitsToIntCase> (this, "floatbitstoint", kFloatOnly); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 969 class FloatBitsToIntCase : public FloatBitsToUintIntCase class 972 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() function in deqp::gles3::Functional::FloatBitsToIntCase 1649 addFunctionCases<FloatBitsToIntCase> (this, "floatbitstoint", true, false, false); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1049 class FloatBitsToIntCase : public FloatBitsToUintIntCase class 1052 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() function in deqp::gles31::Functional::FloatBitsToIntCase 2152 addFunctionCases<FloatBitsToIntCase> (this, "floatbitstoint", true, false, false, NEW_SHADERS); in init()
|