Home
last modified time | relevance | path

Searched refs:number_of_instances (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_draw.c468 prim.number_of_instances = info->instance_count; in vc5_draw_vbo()
496 prim.number_of_instances = info->instance_count; in vc5_draw_vbo()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp3329 …id AttributeBindingDivisorTest::Draw(glw::GLuint number_of_points, glw::GLuint number_of_instances) in Draw() argument
3339 gl.drawArraysInstanced(GL_POINTS, 0, number_of_points, number_of_instances); in Draw()
Dgl4cDirectStateAccessTests.hpp4341 void Draw(glw::GLuint number_of_points, glw::GLuint number_of_instances);