Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp715 , m_n_patch_vertices(8) /* as per test spec */ in TessellationShaderBarrier3()
741 *out_count = m_n_patches_per_invocation * m_n_patch_vertices * m_n_instances; in getDrawCallArgs()
744 *out_n_patch_vertices = m_n_patch_vertices; in getDrawCallArgs()
950 for (unsigned int n_patch_vertex = 0; n_patch_vertex < m_n_patch_vertices; ++n_patch_vertex) in verifyXFBBuffer()
954 if (n_patch_vertex == (m_n_patch_vertices - 1)) in verifyXFBBuffer()
966 for (unsigned int n_patch_vertex = 0; n_patch_vertex < m_n_patch_vertices; ++n_patch_vertex) in verifyXFBBuffer()
970 if (n_patch_vertex == (m_n_patch_vertices - 1)) in verifyXFBBuffer()
DesextcTessellationShaderBarrier.hpp200 const unsigned int m_n_patch_vertices; member in glcts::TessellationShaderBarrier3