Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderReturnTests.cpp62 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
163 …se(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeConditionalReturnInFuncCase()
219 …se(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeOutputWriteReturnCase()
266 …se(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeReturnInLoopCase()
Des3fShaderDiscardTests.cpp160 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
352 …str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == … in makeDiscardCase()
Des3fShaderMatrixTests.cpp1122 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) in getEvalFunc() function
1394 , m_matEvaluator (getEvalFunc(in0, in1, op), in0.inputType, in1.inputType) in ShaderMatrixCase()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderReturnTests.cpp67 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
190 …se(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeConditionalReturnInFuncCase()
244 …se(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeOutputWriteReturnCase()
291 …context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode), is… in makeReturnInLoopCase()
Des2fShaderDiscardTests.cpp180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
364 …c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), flags); in makeDiscardCase()
Des2fShaderMatrixTests.cpp588 ShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) in getEvalFunc() function
758 ….getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, getEvalFunc(in0, in1, op)) in ShaderMatrixCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp54 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
175 …urnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE… in makeConditionalReturnInFuncCase()
230 …urnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE… in makeOutputWriteReturnCase()
277 …urnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), ne… in makeReturnInLoopCase()
DvktShaderRenderDiscardTests.cpp198 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
404 getEvalFunc(mode), in makeDiscardCase()
DvktShaderRenderMatrixTests.cpp1116 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) in getEvalFunc() function
1643 new MatrixShaderEvaluator(getEvalFunc(in0, in1, op), in0.inputType, in1.inputType), in ShaderMatrixCase()