Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderMaxPatchVertices.cpp634 m_ref_iv_case_2[0] = (m_gl_max_patch_vertices * 1); in initReferenceValues()
635 m_ref_iv_case_2[1] = (m_gl_max_patch_vertices * 2); in initReferenceValues()
636 m_ref_iv_case_2[2] = (m_gl_max_patch_vertices * 3); in initReferenceValues()
637 m_ref_iv_case_2[3] = (m_gl_max_patch_vertices * 4); in initReferenceValues()
850 test_passed &= compareResults("Case 2 (implicit arrays)", m_ref_iv_case_2); in iterate()
DesextcTessellationShaderMaxPatchVertices.hpp119 glw::GLint m_ref_iv_case_2[4]; /* reference values of ivec4 outputs for case 2 */ member in glcts::TessellationShaderMaxPatchVertices