Home
last modified time | relevance | path

Searched refs:outTypeName (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp121 const char* outTypeName = getDataTypeName(outType); in init() local
133 << " " << precName << " " << outTypeName << " outputValues[" << numValues << "];\n" in init()
134 …<< " " << (isSSBO ? "coherent " : "") << precName << " " << outTypeName << " groupValues[" << prod… in init()
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string(""); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderPrecisionTests.cpp69 const char* outTypeName = glu::getDataTypeName(outType); in createFloatPrecisionEvalProgram() local
80 << "layout(location = 0) out highp " << outTypeName << " o_out;\n"; in createFloatPrecisionEvalProgram()
Des3fShaderOperatorTests.cpp788 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
793 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; in setupShaderData()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp509 const char* outTypeName = getDataTypeName(spec.output); in ShaderOperatorCase() local
514 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; in ShaderOperatorCase()