Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer.c130 r600_set_constants_dirty_if_bound(rctx, &rctx->ps_constbuf_state, rbuffer); in r600_buffer_transfer_map()
Dr600_hw_context.c992 ctx->ps_constbuf_state.dirty_mask = ctx->ps_constbuf_state.enabled_mask; in r600_context_flush()
994 r600_constant_buffers_dirty(ctx, &ctx->ps_constbuf_state); in r600_context_flush()
Dr600_pipe.h394 struct r600_constbuf_state ps_constbuf_state; member
Dr600_state.c1908 r600_emit_constant_buffers(rctx, &rctx->ps_constbuf_state, 0, in r600_emit_ps_constant_buffers()
2041 r600_init_atom(&rctx->ps_constbuf_state.atom, r600_emit_ps_constant_buffers, 0, 0); in r600_init_state_functions()
Devergreen_state.c2071 evergreen_emit_constant_buffers(rctx, &rctx->ps_constbuf_state, 0, in evergreen_emit_ps_constant_buffers()
2180 r600_init_atom(&rctx->ps_constbuf_state.atom, evergreen_emit_ps_constant_buffers, 0, 0); in evergreen_init_state_functions()
Dr600_state_common.c926 state = &rctx->ps_constbuf_state; in r600_set_constant_buffer()