Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c36 #define VC4_HW_2116_COUNT 0x1ef0 macro
281 if (job->draw_calls_queued + vert_count / 65535 >= VC4_HW_2116_COUNT) { in vc4_hw_2116_workaround()
478 assert(job->draw_calls_queued <= VC4_HW_2116_COUNT); in vc4_draw_vbo()