Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderReturnTests.cpp62 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
163 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeConditionalReturnInFuncCase()
219 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeOutputWriteReturnCase()
266 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeReturnInLoopCase()
H A Des3fShaderDiscardTests.cpp160 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
352 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE); in makeDiscardCase()
H A 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/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderReturnTests.cpp54 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
173 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL)); in makeConditionalReturnInFuncCase()
228 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL)); in makeOutputWriteReturnCase()
275 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), new ReturnTestUniformSetup(UI_ONE))); in makeReturnInLoopCase()
H A DvktShaderRenderDiscardTests.cpp214 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
387 getEvalFunc(mode), in makeDiscardCase()
H A DvktShaderRenderMatrixTests.cpp1116 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) in getEvalFunc() function
1640 new MatrixShaderEvaluator(getEvalFunc(in0, in1, op), in0.inputType, in1.inputType), in ShaderMatrixCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderReturnTests.cpp54 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
175 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL)); in makeConditionalReturnInFuncCase()
230 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), DE_NULL)); in makeOutputWriteReturnCase()
277 return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params), getEvalFunc(returnMode), new ReturnTestUniformSetup(UI_ONE))); in makeReturnInLoopCase()
H A DvktShaderRenderDiscardTests.cpp216 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
422 getEvalFunc(mode), in makeDiscardCase()
H A 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderReturnTests.cpp67 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() function
190 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeConditionalReturnInFuncCase()
244 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode)); in makeOutputWriteReturnCase()
291 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode), isDynamicLoop ? REQUIRE_DYNAMIC_LOOPS : 0); in makeReturnInLoopCase()
H A Des2fShaderDiscardTests.cpp180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() function
364 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), flags); in makeDiscardCase()
H A Des2fShaderMatrixTests.cpp588 ShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) in getEvalFunc() function
758 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, getEvalFunc(in0, in1, op)) in ShaderMatrixCase()

Completed in 19 milliseconds