Home
last modified time | relevance | path

Searched refs:draw_vertex_state (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_inlines.h9 ctx->base.draw_vertex_state = ctx->draw_state[ctx->pipeline_changed[0]]; in zink_select_draw_vbo()
11 assert(ctx->base.draw_vertex_state); in zink_select_draw_vbo()
H A Dzink_draw.cpp1164 ctx->base.draw_vertex_state = zink_invalid_draw_vertex_state; in zink_init_draw_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1295 pipe_draw_vertex_state_func draw_vertex_state[2][2][2]; member
2010 pipe_draw_vertex_state_func draw_vertex_state = in si_select_draw_vbo() local
2011 sctx->draw_vertex_state[!!sctx->shader.tes.cso] in si_select_draw_vbo()
2015 assert(draw_vertex_state); in si_select_draw_vbo()
2020 sctx->real_draw_vertex_state = draw_vertex_state; in si_select_draw_vbo()
2024 sctx->b.draw_vertex_state = draw_vertex_state; in si_select_draw_vbo()
H A Dsi_gfx_cs.c323 sctx->real_draw_vertex_state = sctx->b.draw_vertex_state; in si_install_draw_wrapper()
325 sctx->b.draw_vertex_state = vstate_wrapper; in si_install_draw_wrapper()
H A Dsi_state_draw.cpp2389 /* draw_vertex_state doesn't use the current vertex buffers and vertex elements,
2717 sctx->draw_vertex_state[HAS_TESS][HAS_GS][NGG] =
2720 sctx->draw_vertex_state[HAS_TESS][HAS_GS][NGG] =
2769 sctx->b.draw_vertex_state = si_invalid_draw_vertex_state;
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c363 pipe->draw_vertex_state(pipe, state, velem_mask, info, draws, num_draws); in st_draw_gallium_vertex_state()
377 pipe->draw_vertex_state(pipe, state, velem_mask, info, &draws[first], in st_draw_gallium_vertex_state()
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.c338 pc->pipe->draw_vertex_state(pc->pipe, vstate, partial_velem_mask, info, draws, num_draws); in util_primconvert_draw_vertex_state()
369 pc->pipe->draw_vertex_state(pc->pipe, new_state, partial_velem_mask, new_vinfo, &new_draw, 1); in util_primconvert_draw_vertex_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h181 void (*draw_vertex_state)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c471 ctx->draw_vertex_state = noop_draw_vertex_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c160 trace_dump_call_begin("pipe_context", "draw_vertex_state"); in trace_context_draw_vertex_state()
173 pipe->draw_vertex_state(pipe, state, partial_velem_mask, info, draws, in trace_context_draw_vertex_state()
2310 TR_CTX_INIT(draw_vertex_state); in trace_context_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c3582 pipe->draw_vertex_state(pipe, first->state, first->partial_velem_mask, in tc_call_draw_vstate_single()
3590 pipe->draw_vertex_state(pipe, first->state, first->partial_velem_mask, in tc_call_draw_vstate_single()
3610 pipe->draw_vertex_state(pipe, info->state, info->partial_velem_mask, in tc_call_draw_vstate_multi()
4493 CTX_INIT(draw_vertex_state); in threaded_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1375 pipe->draw_vertex_state(pipe, state, partial_velem_mask, info, draws, num_draws); in dd_context_draw_vertex_state()
1859 CTX_INIT(draw_vertex_state); in dd_init_draw_functions()

Completed in 30 milliseconds