Searched defs:SignCase (Results 1 - 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 775 class SignCase : public CommonFunctionCase class in inherits:CommonFunctionCase 778 SignCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) function in class:vkt::shaderexecutor::__anon3877::SignCase 2451 addFunctionCases<SignCase> (this, "sign", true, true, false, ALL_SHADERS);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 501 class SignCase : public CommonFunctionCase class in namespace:deqp::gles3::Functional 504 SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) function in class:deqp::gles3::Functional::SignCase 1669 addFunctionCases<SignCase> (this, "sign", true, true, false);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 579 class SignCase : public CommonFunctionCase class in namespace:deqp::gles31::Functional 582 SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) function in class:deqp::gles31::Functional::SignCase 2170 addFunctionCases<SignCase> (this, "sign", true, true, false, NEW_SHADERS);
|
Completed in 56 milliseconds