Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp916 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
921 op << outTypeName << " res = " << outTypeName << "(0.0);\n"; in setupShaderData()
925 op << "\thighp " << outTypeName << " ref = " << outTypeName << "(0.0);\n"; in setupShaderData()
988 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
992 op << "\thighp " << outTypeName << " diff = res ^ ref;\n"; in setupShaderData()
993 op << "\tdiff = (~diff + " << outTypeName << "(1)) & diff;\n"; in setupShaderData()
994 op << "\thighp " << outTypeName << " lsb = " << outTypeName << "(32);\n"; in setupShaderData()
995 op << "\thighp " << outTypeName << " outOfRangeMask = " << outTypeName << "(0);\n"; in setupShaderData()
998 op << "\tif (diff != " << outTypeName << "(0))\n\t{\n"; in setupShaderData()
999 op << "\t\tlsb = " << outTypeName << "(log2(" << floatType << "(diff)));\n"; in setupShaderData()
[all …]
Des3fShaderPrecisionTests.cpp69 const char* outTypeName = glu::getDataTypeName(outType); in createFloatPrecisionEvalProgram() local
80 << "layout(location = 0) out highp " << outTypeName << " o_out;\n"; in createFloatPrecisionEvalProgram()
/third_party/vk-gl-cts/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()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1146 String outTypeName = this->typeName(outType); in writeConstructorArrayCast() local
1148 String name = "array_of_" + outTypeName + "_from_" + inTypeName; in writeConstructorArrayCast()
1161 outTypeName.c_str(), name.c_str(), inTypeName.c_str(), in writeConstructorArrayCast()
1162 outTypeName.c_str(), in writeConstructorArrayCast()
1163 outTypeName.c_str()); in writeConstructorArrayCast()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp761 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
766 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; in setupShaderData()