Home | History | Annotate | Download | only in functional

Lines Matching refs:isVertexCase

411 								ShaderOperatorCase		(Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* shaderOp, const ShaderDataSpec& spec);
421 ShaderOperatorCase::ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* shaderOp, const ShaderDataSpec& spec)
422 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), caseName, description, isVertexCase, m_evaluator)
430 ostringstream& op = isVertexCase ? vtx : frag;
447 if (isVertexCase)
471 string prefix = isVertexCase ? "a_" : "v_";
548 if (isVertexCase)
1285 bool isVertexCase = (ShaderType)shaderType == SHADERTYPE_VERTEX;
1379 innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, evalFunc, shaderOp.c_str(), shaderSpec));
1437 bool isVertexCase = (ShaderType)shaderType == SHADERTYPE_VERTEX;
1454 selectionGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), "", isVertexCase, evalFunc, "res = in0 ? in1 : in2;", shaderSpec));
1500 bool isVertexCase = (ShaderType)shaderType == SHADERTYPE_VERTEX;
1522 group->addChild(new ShaderOperatorCase(m_context, name.c_str(), "", isVertexCase, s_sequenceCases[caseNdx].evalFunc, expression.c_str(), shaderSpec));