Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp916 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
921 op << outTypeName << " res = " << outTypeName << "(0.0);\n"; in setupShaderData() local
925 op << "\thighp " << outTypeName << " ref = " << outTypeName << "(0.0);\n"; in setupShaderData() local
988 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
992 op << "\thighp " << outTypeName << " diff = res ^ ref;\n"; in setupShaderData() local
993 op << "\tdiff = (~diff + " << outTypeName << "(1)) & diff;\n"; in setupShaderData() local
994 op << "\thighp " << outTypeName << " lsb = " << outTypeName << "(3 in setupShaderData() local
995 op << "\\thighp " << outTypeName << " outOfRangeMask = " << outTypeName << "(0);\\n"; setupShaderData() local
998 op << "\\tif (diff != " << outTypeName << "(0))\\n\\t{\\n"; setupShaderData() local
1000 op << "\\t\\toutOfRangeMask = " << outTypeName << "(0xFFFFFFFF) << lsb;\\n"; setupShaderData() local
1005 op << "\\tbvec" << outScalarSize << " isDiffZero = equal(diff, " << outTypeName << "(0));\\n"; setupShaderData() local
1006 op << "\\thighp " << outTypeName << " lsbUnsantized = " << outTypeName << "(log2(vec" << outScalarSize << "((~diff + " << outTypeName << "(1)) & diff)));\\n"; setupShaderData() local
1015 op << "\\thighp " << outTypeName << " outOfRangeRes = res & outOfRangeMask;\\n"; setupShaderData() local
1016 op << "\\tif (outOfRangeRes != " << outTypeName << "(0)) res = " << outTypeName << "(0);\\n"; setupShaderData() local
[all...]
H A Des3fShaderPrecisionTests.cpp69 const char* outTypeName = glu::getDataTypeName(outType); in createFloatPrecisionEvalProgram() local
80 << "layout(location = 0) out highp " << outTypeName << " o_out;\n"; in createFloatPrecisionEvalProgram() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp121 const char* outTypeName = getDataTypeName(outType); in init() local
133 << " " << precName << " " << outTypeName << " outputValues[" << numValues << "];\n" in init()
134 << " " << (isSSBO ? "coherent " : "") << precName << " " << outTypeName << " groupValues[" << product(m_numWorkGroups) << "];\n" in init()
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string(""); in init()
/third_party/skia/src/sksl/codegen/
H A 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/
H A Des2fShaderOperatorTests.cpp509 const char* outTypeName = getDataTypeName(spec.output); in ShaderOperatorCase() local
514 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; in ShaderOperatorCase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp758 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
763 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; in setupShaderData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp761 const char* outTypeName = getDataTypeName(m_spec.output); in setupShaderData() local
766 op << outTypeName << " res = " << outTypeName << "(0.0);\n\n"; in setupShaderData() local

Completed in 37 milliseconds