Searched refs:outTypeName (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp121 const char* outTypeName = getDataTypeName(outType); local
133 << " " << precName << " " << outTypeName << " outputValues[" << numValues << "];\n"
134 << " " << (isSSBO ? "coherent " : "") << precName << " " << outTypeName << " groupValues[" << product(m_numWorkGroups) << "];\n"
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string("");
/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp69 const char* outTypeName = glu::getDataTypeName(outType); local
80 << "layout(location = 0) out highp " << outTypeName << " o_out;\n"; local
H A Des3fShaderOperatorTests.cpp788 const char* outTypeName = getDataTypeName(m_spec.output); local
793 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; local
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp509 const char* outTypeName = getDataTypeName(spec.output); local
514 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp772 const char* outTypeName = getDataTypeName(m_spec.output); local
777 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; local

Completed in 664 milliseconds