Searched refs:OUT_BATCH_TABLE (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 248 OUT_BATCH_TABLE((data), h.vectors.count); \ 257 OUT_BATCH_TABLE((data), h.scalars.count); \ 373 OUT_BATCH_TABLE((atom->cmd + 1), 4); in ctx_emit_cs() 441 OUT_BATCH_TABLE(atom->cmd, 2); in cube_emit_cs() 475 OUT_BATCH_TABLE((atom->cmd + 1), 2); in tex_emit_cs() 496 OUT_BATCH_TABLE((atom->cmd+4), 2); in tex_emit_cs()
|
D | radeon_cmdbuf.h | 69 #define OUT_BATCH_TABLE(ptr,n) \ macro
|
D | radeon_queryobj.c | 213 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_queryobj()
|
D | radeon_blit.c | 313 OUT_BATCH_TABLE(verts, 12); in emit_draw_packet()
|
D | radeon_common.c | 517 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_atom()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_cmdbuf.h | 69 #define OUT_BATCH_TABLE(ptr,n) \ macro
|
D | r200_state_init.c | 286 OUT_BATCH_TABLE((data), h.vectors.count); \ 302 OUT_BATCH_TABLE((data), _sz); \ 313 OUT_BATCH_TABLE((data), h.scalars.count); \ 322 OUT_BATCH_TABLE((data), h.scalars.count); \ 491 OUT_BATCH_TABLE((atom->cmd + 1), 4); in ctx_emit_cs() 517 OUT_BATCH_TABLE((atom->cmd + 14), 4); in ctx_emit_cs() 575 OUT_BATCH_TABLE((atom->cmd + 1), 8); in tex_emit_mm() 603 OUT_BATCH_TABLE(atom->cmd, 2); in cube_emit_cs()
|
D | radeon_queryobj.c | 213 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_queryobj()
|
D | r200_blit.c | 435 OUT_BATCH_TABLE(verts, 12); in emit_draw_packet()
|
D | radeon_common.c | 517 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_atom()
|