Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_math.h770 util_is_vbo_upload_ratio_too_large(unsigned draw_vertex_count, in util_is_vbo_upload_ratio_too_large() function
/third_party/mesa3d/src/mesa/main/
Dglthread_draw.c828 if (util_is_vbo_upload_ratio_too_large(count, num_vertices)) in draw_elements()
1068 if (util_is_vbo_upload_ratio_too_large(total_count, num_vertices)) in _mesa_marshal_MultiDrawElementsBaseVertex()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c1608 util_is_vbo_upload_ratio_too_large(new_draw.count, num_vertices) && in u_vbuf_draw_vbo()