Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_gpgpu.c42 int max_len, before_space; in launch_grid() local
54 before_space = ilo_cp_space(ilo->cp); in launch_grid()
78 assert(before_space - ilo_cp_space(ilo->cp) <= max_len); in launch_grid()
Dilo_draw.c299 int max_len, before_space; in draw_vbo() local
337 before_space = ilo_cp_space(ilo->cp); in draw_vbo()
365 assert(before_space - ilo_cp_space(ilo->cp) <= max_len); in draw_vbo()
373 int max_len, before_space; in ilo_draw_rectlist() local
389 before_space = ilo_cp_space(ilo->cp); in ilo_draw_rectlist()
441 assert(before_space - ilo_cp_space(ilo->cp) <= max_len); in ilo_draw_rectlist()