Home
last modified time | relevance | path

Searched refs:draw_vbo (Results 1 – 25 of 59) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/r300/
Dr300_render_stencilref.c37 void (*draw_vbo)(struct pipe_context *pipe, member
110 sr->draw_vbo(pipe, info); in r300_stencilref_draw_vbo()
113 sr->draw_vbo(pipe, info); in r300_stencilref_draw_vbo()
115 sr->draw_vbo(pipe, info); in r300_stencilref_draw_vbo()
125 r300->stencilref_fallback->draw_vbo = r300->context.draw_vbo; in r300_plug_in_stencil_ref_fallback()
128 r300->context.draw_vbo = r300_stencilref_draw_vbo; in r300_plug_in_stencil_ref_fallback()
Dr300_render.c862 draw_vbo(r300->draw, info); in r300_swtcl_draw_vbo()
1217 r300->context.draw_vbo = r300_draw_vbo; in r300_init_render_functions()
1219 r300->context.draw_vbo = r300_swtcl_draw_vbo; in r300_init_render_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_draw.h66 pipe->draw_vbo(pipe, &info); in util_draw_arrays()
88 pipe->draw_vbo(pipe, &info); in util_draw_elements()
110 pipe->draw_vbo(pipe, &info); in util_draw_arrays_instanced()
137 pipe->draw_vbo(pipe, &info); in util_draw_elements_instanced()
Du_threaded_context_calls.h29 CALL(draw_vbo)
Du_draw.c186 pipe->draw_vbo(pipe, &info); in util_draw_indirect()
Du_prim_restart.c316 context->draw_vbo(context, &new_info); in util_draw_vbo_without_prim_restart()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c635 dd_dump_draw_vbo(state, &call->info.draw_vbo.draw, f); in dd_dump_call()
708 pipe_so_target_reference(&dst->info.draw_vbo.draw.count_from_stream_output, NULL); in dd_unreference_copy_of_call()
709 pipe_resource_reference(&dst->info.draw_vbo.indirect.buffer, NULL); in dd_unreference_copy_of_call()
710 pipe_resource_reference(&dst->info.draw_vbo.indirect.indirect_draw_count, NULL); in dd_unreference_copy_of_call()
711 if (dst->info.draw_vbo.draw.index_size && in dd_unreference_copy_of_call()
712 !dst->info.draw_vbo.draw.has_user_indices) in dd_unreference_copy_of_call()
713 pipe_resource_reference(&dst->info.draw_vbo.draw.index.resource, NULL); in dd_unreference_copy_of_call()
715 dst->info.draw_vbo.draw.index.user = NULL; in dd_unreference_copy_of_call()
1307 record->call.info.draw_vbo.draw = *info; in dd_context_draw_vbo()
1308 record->call.info.draw_vbo.draw.count_from_stream_output = NULL; in dd_context_draw_vbo()
[all …]
Ddd_pipe.h180 struct call_draw_info draw_vbo; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_draw_arrays.c142 draw_vbo(draw, info); in llvmpipe_draw_vbo()
174 llvmpipe->pipe.draw_vbo = llvmpipe_draw_vbo; in llvmpipe_init_draw_funcs()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.c112 draw_vbo(i915->draw, info); in i915_draw_vbo()
191 i915->base.draw_vbo = i915_draw_vbo; in i915_create_context()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_draw_arrays.c132 draw_vbo(draw, info); in softpipe_draw_vbo()
Dsp_context.c248 softpipe->pipe.draw_vbo = softpipe_draw_vbo; in softpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/indices/
Du_primconvert.c175 pc->pipe->draw_vbo(pc->pipe, &new_info); in util_primconvert_draw_vbo()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_draw.c179 ctx->draw_vbo = fd3_draw_vbo; in fd3_draw_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.c184 ctx->draw_vbo = fd4_draw_vbo; in fd4_draw_init()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c321 if (ctx->draw_vbo(ctx, info, index_offset)) in fd_draw_vbo()
538 pctx->draw_vbo = fd_draw_vbo; in fd_draw_init()
Dfreedreno_context.h367 bool (*draw_vbo)(struct fd_context *ctx, const struct pipe_draw_info *info, member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_draw.c115 draw_vbo(draw, info); in svga_swtnl_draw_vbo()
Dsvga_pipe_draw.c377 svga->pipe.draw_vbo = svga_draw_vbo; in svga_init_draw_functions()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h92 void (*draw_vbo)( struct pipe_context *pipe, member
/external/mesa3d/src/gallium/tests/graw/
Dtri-instanced.c212 ctx->draw_vbo(ctx, &info); in draw()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h325 void draw_vbo(struct draw_context *draw,
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c317 ctx->draw_vbo = noop_draw_vbo; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp374 pipe->draw_vbo = swr_draw_vbo; in swr_draw_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h110 void (*draw_vbo)( struct pipe_context *pipe, member

123