Searched refs:getEvalFunc (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderReturnTests.cpp67 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 Des2fShaderDiscardTests.cpp180 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 Des2fShaderMatrixTests.cpp588 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 Des3fShaderReturnTests.cpp62 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 Des3fShaderDiscardTests.cpp160 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 Des3fShaderMatrixTests.cpp1135 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 DvktShaderRenderReturnTests.cpp54 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 DvktShaderRenderDiscardTests.cpp177 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 DvktShaderRenderMatrixTests.cpp1130 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),

Completed in 225 milliseconds