Searched refs:OUT_BATCH_TABLE (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_cmdbuf.h | 63 #define OUT_BATCH_TABLE(ptr,n) \ macro
|
D | radeon_state_init.c | 248 OUT_BATCH_TABLE((data), h.vectors.count); \ 257 OUT_BATCH_TABLE((data), h.scalars.count); \ 376 OUT_BATCH_TABLE((atom->cmd + 1), 4); in ctx_emit_cs() 445 OUT_BATCH_TABLE(atom->cmd, 2); in cube_emit_cs() 479 OUT_BATCH_TABLE((atom->cmd + 1), 2); in tex_emit_cs() 501 OUT_BATCH_TABLE((atom->cmd+4), 2); in tex_emit_cs()
|
D | radeon_queryobj.c | 212 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_queryobj()
|
D | radeon_blit.c | 305 OUT_BATCH_TABLE(verts, 12); in emit_draw_packet()
|
D | radeon_common.c | 503 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_atom()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_cmdbuf.h | 63 #define OUT_BATCH_TABLE(ptr,n) \ macro
|
D | r200_state_init.c | 285 OUT_BATCH_TABLE((data), h.vectors.count); \ 301 OUT_BATCH_TABLE((data), _sz); \ 312 OUT_BATCH_TABLE((data), h.scalars.count); \ 321 OUT_BATCH_TABLE((data), h.scalars.count); \ 493 OUT_BATCH_TABLE((atom->cmd + 1), 4); in ctx_emit_cs() 519 OUT_BATCH_TABLE((atom->cmd + 14), 4); in ctx_emit_cs() 577 OUT_BATCH_TABLE((atom->cmd + 1), 8); in tex_emit_mm() 605 OUT_BATCH_TABLE(atom->cmd, 2); in cube_emit_cs()
|
D | radeon_queryobj.c | 212 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_queryobj()
|
D | r200_blit.c | 454 OUT_BATCH_TABLE(verts, 12); in emit_draw_packet()
|
D | radeon_common.c | 503 OUT_BATCH_TABLE(atom->cmd, dwords); in radeon_emit_atom()
|