Home
last modified time | relevance | path

Searched refs:tesIn0 (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp550 const std::string tesIn0 = tcsToTES ? "gl_in[0].gl_Position" : "in_te_attr[0]"; in initPrograms() local
565 << " highp vec2 xy = gl_TessCoord.x * " << tesIn0 << ".xy\n" in initPrograms()
569 << " in_f_color = vec4(" << tesIn0 << ".z + " << tesIn1 << ".w,\n" in initPrograms()
570 << " " << tesIn2 << ".z + " << tesIn0 << ".w,\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp551 const std::string tesIn0 = tcsToTES ? "gl_in[0].gl_Position" : "in_te_attr[0]"; in initPrograms() local
566 << " highp vec2 xy = gl_TessCoord.x * " << tesIn0 << ".xy\n" in initPrograms()
570 << " in_f_color = vec4(" << tesIn0 << ".z + " << tesIn1 << ".w,\n" in initPrograms()
571 << " " << tesIn2 << ".z + " << tesIn0 << ".w,\n" in initPrograms()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp6454 const string tesIn0 = tcsToTES ? "gl_in[0].gl_Position" : "in_te_attr[0]";
6505 " highp vec2 xy = gl_TessCoord.x * " + tesIn0 + ".xy\n"
6509 " in_f_color = vec4(" + tesIn0 + ".z + " + tesIn1 + ".w,\n"
6510 " " + tesIn2 + ".z + " + tesIn0 + ".w,\n"

Completed in 12 milliseconds