Searched refs:BUFCTX_IDXBUF (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_vbo.c | 477 PUSH_RESRC(push, NV30_3D(IDXBUF_OFFSET), BUFCTX_IDXBUF, res, offset, in nv30_draw_elements() 479 PUSH_MTHD (push, NV30_3D(IDXBUF_FORMAT), BUFCTX_IDXBUF, res->bo, in nv30_draw_elements() 504 PUSH_RESET(push, BUFCTX_IDXBUF); in nv30_draw_elements()
|
D | nv30_context.h | 14 #define BUFCTX_IDXBUF 3 macro
|
D | nv30_push.c | 253 PUSH_RESET(ctx.push, BUFCTX_IDXBUF); in nv30_push_vbo()
|