Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAdjacency.cpp388 …glw::GLuint nVertices = m_test_data.m_n_vertices * ((m_test_data.m_mode == m_glExtTokens.LINE_STRI… in iterate() local
396 gl.drawElements(m_test_data.m_mode, nVertices, GL_UNSIGNED_INT, 0); in iterate()
401 gl.drawArrays(m_test_data.m_mode, 0, nVertices); in iterate()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3151 int nVertices = emit->key.tcs.vertices_per_patch; in emit_hull_shader_declarations() local
3153 alloc_immediate_int4(emit, nVertices, nVertices, nVertices, 0); in emit_hull_shader_declarations()