Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderQuads.cpp479 run.set2_outer[0] = (glw::GLfloat)tess_level; in initTest()
481 run.set2_outer[1] = (glw::GLfloat)tess_level; in initTest()
483 run.set2_outer[2] = (glw::GLfloat)tess_level; in initTest()
485 run.set2_outer[3] = (glw::GLfloat)tess_level; in initTest()
498 TESSELLATION_SHADER_PRIMITIVE_MODE_QUADS, run.set2_inner, run.set2_outer, run.vertex_spacing, in initTest()
530 << run.set2_outer[0] << ", " << run.set2_outer[1] << ", " << run.set2_outer[2] in initTest()
531 << ", " << run.set2_outer[3] << "]" in initTest()
558 << run.set2_outer[0] << ", " << run.set2_outer[1] << ", " << run.set2_outer[2] in initTest()
559 << ", " << run.set2_outer[3] << "]" in initTest()
577 run.vertex_spacing, run.set2_outer); in initTest()
[all …]
DesextcTessellationShaderTriangles.cpp908 << run.set2_outer[0] << ", " << run.set2_outer[1] << ", " << run.set2_outer[2] in iterate()
909 << ", " << run.set2_outer[3] << "]" in iterate()
970 run.set2_outer[0] = (glw::GLfloat)tess_level; in runTestIterations()
972 run.set2_outer[1] = (glw::GLfloat)tess_level; in runTestIterations()
974 run.set2_outer[2] = (glw::GLfloat)tess_level; in runTestIterations()
976 run.set2_outer[3] = (glw::GLfloat)tess_level; in runTestIterations()
988 … TESSELLATION_SHADER_PRIMITIVE_MODE_TRIANGLES, run.set2_inner, run.set2_outer, run.vertex_spacing, in runTestIterations()
1020 << run.set2_outer[0] << ", " << run.set2_outer[1] << ", " << run.set2_outer[2] in runTestIterations()
1021 << ", " << run.set2_outer[3] << "]" in runTestIterations()
1047 << run.set2_outer[0] << ", " << run.set2_outer[1] << ", " << run.set2_outer[2] in runTestIterations()
[all …]
DesextcTessellationShaderQuads.hpp170 float set2_outer[4]; member
182 memset(set2_outer, 0, sizeof(set2_outer)); in _run()
DesextcTessellationShaderTriangles.hpp233 float set2_outer[4]; member
245 memset(set2_outer, 0, sizeof(set2_outer)); in _run()