Searched refs:draw_vertex_state (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_inlines.h | 9 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 D | zink_draw.cpp | 1164 ctx->base.draw_vertex_state = zink_invalid_draw_vertex_state; in zink_init_draw_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 1295 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 D | si_gfx_cs.c | 323 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 D | si_state_draw.cpp | 2389 /* 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 D | st_draw.c | 363 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 D | u_primconvert.c | 338 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 D | p_context.h | 181 void (*draw_vertex_state)(struct pipe_context *ctx, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 471 ctx->draw_vertex_state = noop_draw_vertex_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 160 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 D | u_threaded_context.c | 3582 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 D | dd_draw.c | 1375 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