Home
last modified time | relevance | path

Searched defs:indexbuf (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vertex_state_cache.c70 struct pipe_resource *indexbuf, in util_vertex_state_cache_get()
Du_helpers.c506 struct pipe_resource *indexbuf, in util_init_pipe_vertex_state()
Du_vbuf.c1798 struct pipe_resource *indexbuf = info->index.resource; in u_vbuf_draw_vbo() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c699 struct pipe_resource *indexbuf, in zink_create_vertex_state()
769 struct pipe_resource *indexbuf, in zink_cache_create_vertex_state()
/third_party/ffmpeg/libavformat/
Dsrtp.c115 uint8_t indexbuf[8]; in create_iv() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c261 struct pipe_resource *indexbuf = NULL; in etna_draw_vbo() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c300 struct pipe_resource *indexbuf = NULL; in fd_draw_vbo() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_array.cpp389 struct gl_buffer_object *indexbuf, in st_create_gallium_vertex_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp1439 struct pipe_resource *indexbuf, unsigned index_size, in si_emit_draw_packets()
2273 struct pipe_resource *indexbuf = info->index.resource; in si_draw() local
Dsi_state.c5228 struct pipe_resource *indexbuf, in si_create_vertex_state()
5278 struct pipe_resource *indexbuf, in si_pipe_create_vertex_state()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c1076 struct pipe_resource *indexbuf = NULL; in lima_draw_vbo_indexed() local
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c413 struct pipe_resource *indexbuf, in dd_screen_create_vertex_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c725 struct pipe_resource *indexbuf, in noop_create_vertex_state()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c1777 struct gl_buffer_object *indexbuf = vao->IndexBufferObj; in save_DrawElementsBaseVertex() local
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1295 struct pipe_resource *indexbuf, in trace_screen_create_vertex_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2164 …struct pipe_resource *indexbuf = !info->index_size || info->has_user_indices ? NULL : info->index.… in r600_draw_vbo() local
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h751 struct pipe_resource *indexbuf; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h680 unsigned indexbuf:1; member