Searched refs:vbuf_slot (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_draw_quad.h46 struct pipe_resource *vbuf, uint vbuf_slot,
H A Du_draw_quad.c45 uint vbuf_slot,
64 cso_set_vertex_buffers(cso, vbuf_slot, 1, &vbuffer);
67 pipe->set_vertex_buffers(pipe, vbuf_slot, 1, &vbuffer);
42 util_draw_vertex_buffer(struct pipe_context * pipe,struct cso_context * cso,struct pipe_resource * vbuf,uint vbuf_slot,uint offset,uint prim_type,uint num_verts,uint num_attribs) argument
H A Du_blit.c71 unsigned vbuf_slot; member in struct:blit_state
238 if (ctx->vbuf_slot >= max_slots) {
240 ctx->vbuf_slot = 0;
250 return ctx->vbuf_slot++ * sizeof ctx->vertices;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_draw_quad.h46 struct pipe_resource *vbuf, uint vbuf_slot,
H A Du_draw_quad.c45 uint vbuf_slot,
64 cso_set_vertex_buffers(cso, vbuf_slot, 1, &vbuffer);
67 pipe->set_vertex_buffers(pipe, vbuf_slot, 1, 0, false, &vbuffer);
42 util_draw_vertex_buffer(struct pipe_context * pipe,struct cso_context * cso,struct pipe_resource * vbuf,uint vbuf_slot,uint offset,uint prim_type,uint num_verts,uint num_attribs) argument

Completed in 5 milliseconds