Home
last modified time | relevance | path

Searched refs:m_ref_fv_case_2 (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderMaxPatchVertices.cpp629 m_ref_fv_case_2[0] = ((glw::GLfloat)m_gl_max_patch_vertices * 1.0f); in initReferenceValues()
630 m_ref_fv_case_2[1] = ((glw::GLfloat)m_gl_max_patch_vertices * 2.0f); in initReferenceValues()
631 m_ref_fv_case_2[2] = ((glw::GLfloat)m_gl_max_patch_vertices * 3.0f); in initReferenceValues()
632 m_ref_fv_case_2[3] = ((glw::GLfloat)m_gl_max_patch_vertices * 4.0f); in initReferenceValues()
844 test_passed &= compareResults("Case 2 (implicit arrays)", m_ref_fv_case_2); in iterate()
DesextcTessellationShaderMaxPatchVertices.hpp118 glw::GLfloat m_ref_fv_case_2[4]; /* reference values of vec4 outputs for case 2 */ member in glcts::TessellationShaderMaxPatchVertices