Searched refs:m_n_patch_vertices (Results 1 – 2 of 2) sorted by relevance
715 , 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()
200 const unsigned int m_n_patch_vertices; member in glcts::TessellationShaderBarrier3