Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderQuads.cpp478 run.set1_outer[0] = (glw::GLfloat)tess_level; in initTest()
480 run.set1_outer[1] = (glw::GLfloat)tess_level; in initTest()
482 run.set1_outer[2] = (glw::GLfloat)tess_level; in initTest()
484 run.set1_outer[3] = (glw::GLfloat)tess_level; in initTest()
495 TESSELLATION_SHADER_PRIMITIVE_MODE_QUADS, run.set1_inner, run.set1_outer, run.vertex_spacing, in initTest()
511 << run.set1_outer[0] << ", " << run.set1_outer[1] << ", " << run.set1_outer[2] in initTest()
512 << ", " << run.set1_outer[3] << "]" in initTest()
551 << run.set1_outer[0] << ", " << run.set1_outer[1] << ", " << run.set1_outer[2] in initTest()
552 << ", " << run.set1_outer[3] << "]" in initTest()
573 run.vertex_spacing, run.set1_outer); in initTest()
[all …]
DesextcTessellationShaderTriangles.cpp901 << run.set1_outer[0] << ", " << run.set1_outer[1] << ", " << run.set1_outer[2] in iterate()
902 << ", " << run.set1_outer[3] << "]" in iterate()
969 run.set1_outer[0] = (glw::GLfloat)tess_level; in runTestIterations()
971 run.set1_outer[1] = (glw::GLfloat)tess_level; in runTestIterations()
973 run.set1_outer[2] = (glw::GLfloat)tess_level; in runTestIterations()
975 run.set1_outer[3] = (glw::GLfloat)tess_level; in runTestIterations()
985 … TESSELLATION_SHADER_PRIMITIVE_MODE_TRIANGLES, run.set1_inner, run.set1_outer, run.vertex_spacing, in runTestIterations()
1001 << run.set1_outer[0] << ", " << run.set1_outer[1] << ", " << run.set1_outer[2] in runTestIterations()
1002 << ", " << run.set1_outer[3] << "]" in runTestIterations()
1040 << run.set1_outer[0] << ", " << run.set1_outer[1] << ", " << run.set1_outer[2] in runTestIterations()
[all …]
DesextcTessellationShaderQuads.hpp168 float set1_outer[4]; member
180 memset(set1_outer, 0, sizeof(set1_outer)); in _run()
DesextcTessellationShaderTriangles.hpp231 float set1_outer[4]; member
243 memset(set1_outer, 0, sizeof(set1_outer)); in _run()