Searched refs:cl_u32 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_cl.h | 130 cl_u32(struct vc4_cl_out **cl, uint32_t n) in cl_u32() function 153 cl_u32(cl, fui(f)); in cl_f() 188 cl_u32(cl_out, offset); in cl_reloc()
|
D | vc4_draw.c | 431 cl_u32(&bcl, hindex); in vc4_draw_vbo() 432 cl_u32(&bcl, 0); in vc4_draw_vbo() 442 cl_u32(&bcl, draws[0].count); in vc4_draw_vbo() 443 cl_u32(&bcl, offset); in vc4_draw_vbo() 444 cl_u32(&bcl, vc4->max_index); in vc4_draw_vbo()
|
D | vc4_cl.c | 82 cl_u32(&out, bo->handle); in vc4_gem_hindex()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_cl.h | 141 cl_u32(struct v3d_cl_out **cl, uint32_t n) in cl_u32() function 173 cl_u32(cl, fui(f)); in cl_f()
|