Home
last modified time | relevance | path

Searched refs:vs_constbuf_state (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer.c129 r600_set_constants_dirty_if_bound(rctx, &rctx->vs_constbuf_state, rbuffer); in r600_buffer_transfer_map()
Dr600_hw_context.c991 ctx->vs_constbuf_state.dirty_mask = ctx->vs_constbuf_state.enabled_mask; in r600_context_flush()
993 r600_constant_buffers_dirty(ctx, &ctx->vs_constbuf_state); in r600_context_flush()
Dr600_pipe.h393 struct r600_constbuf_state vs_constbuf_state; member
Dr600_state.c1901 r600_emit_constant_buffers(rctx, &rctx->vs_constbuf_state, 160, in r600_emit_vs_constant_buffers()
2040 r600_init_atom(&rctx->vs_constbuf_state.atom, r600_emit_vs_constant_buffers, 0, 0); in r600_init_state_functions()
Devergreen_state.c2064 evergreen_emit_constant_buffers(rctx, &rctx->vs_constbuf_state, 176, in evergreen_emit_vs_constant_buffers()
2179 r600_init_atom(&rctx->vs_constbuf_state.atom, evergreen_emit_vs_constant_buffers, 0, 0); in evergreen_init_state_functions()
Dr600_state_common.c923 state = &rctx->vs_constbuf_state; in r600_set_constant_buffer()