Searched refs:vs_constbuf_state (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_buffer.c | 129 r600_set_constants_dirty_if_bound(rctx, &rctx->vs_constbuf_state, rbuffer); in r600_buffer_transfer_map()
|
D | r600_hw_context.c | 991 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()
|
D | r600_pipe.h | 393 struct r600_constbuf_state vs_constbuf_state; member
|
D | r600_state.c | 1901 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()
|
D | evergreen_state.c | 2064 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()
|
D | r600_state_common.c | 923 state = &rctx->vs_constbuf_state; in r600_set_constant_buffer()
|