/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderReturnTests.cpp | 67 static ShaderEvalFunc getEvalFunc (ReturnMode mode) function in namespace:deqp::gles2::Functional 190 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); 244 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); 291 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode), isDynamicLoop ? REQUIRE_DYNAMIC_LOOPS : 0);
|
H A D | es2fShaderDiscardTests.cpp | 180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) function in namespace:deqp::gles2::Functional 364 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), flags);
|
H A D | es2fShaderMatrixTests.cpp | 588 ShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) function in namespace:deqp::gles2::Functional::MatrixCaseUtils 758 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, getEvalFunc(in0, in1, op))
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderReturnTests.cpp | 62 static ShaderEvalFunc getEvalFunc (ReturnMode mode) function in namespace:deqp::gles3::Functional 163 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); 219 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); 266 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
|
H A D | es3fShaderDiscardTests.cpp | 160 static ShaderEvalFunc getEvalFunc (DiscardMode mode) function in namespace:deqp::gles3::Functional 352 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE);
|
H A D | es3fShaderMatrixTests.cpp | 1135 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) function in namespace:deqp::gles3::Functional::MatrixCaseUtils 1407 , m_matEvaluator (getEvalFunc(in0, in1, op), in0.inputType, in1.inputType)
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderReturnTests.cpp | 54 static ShaderEvalFunc getEvalFunc (ReturnMode mode) function in namespace:vkt::sr::__anon3907 175 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL)); 230 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL)); 277 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), new ReturnTestUniformSetup(UI_ONE)));
|
H A D | vktShaderRenderDiscardTests.cpp | 177 static ShaderEvalFunc getEvalFunc (DiscardMode mode) function in namespace:vkt::sr::__anon3897 354 return de::MovePtr<ShaderDiscardCase>(new ShaderDiscardCase(testCtx, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE));
|
H A D | vktShaderRenderMatrixTests.cpp | 1130 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) function in namespace:vkt::sr::__anon3901::MatrixCaseUtils 1658 new MatrixShaderEvaluator(getEvalFunc(in0, in1, op), in0.inputType, in1.inputType),
|