Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1217 si_set_constant_buffer(sctx, &sctx->const_and_shader_buffers[shader], in si_pipe_set_constant_buffer()
1227 &sctx->const_and_shader_buffers[shader], in si_get_pipe_constant_buffer()
1241 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader]; in si_set_shader_buffers()
1297 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader]; in si_get_shader_buffers()
1590 si_reset_buffer_resources(sctx, &sctx->const_and_shader_buffers[shader], in si_rebind_buffer()
1594 sctx->const_and_shader_buffers[shader].shader_usage_constbuf, in si_rebind_buffer()
1595 sctx->const_and_shader_buffers[shader].priority_constbuf); in si_rebind_buffer()
1600 si_reset_buffer_resources(sctx, &sctx->const_and_shader_buffers[shader], in si_rebind_buffer()
1604 sctx->const_and_shader_buffers[shader].shader_usage, in si_rebind_buffer()
1605 sctx->const_and_shader_buffers[shader].priority); in si_rebind_buffer()
[all …]
Dsi_state.h408 uint32_t *const_and_shader_buffers,
Dsi_debug.c733 enabled_constbuf = sctx->const_and_shader_buffers[processor].enabled_mask >> in si_dump_descriptors()
735 enabled_shaderbuf = sctx->const_and_shader_buffers[processor].enabled_mask & in si_dump_descriptors()
Dsi_pipe.h504 struct si_buffer_resources const_and_shader_buffers[SI_NUM_SHADERS]; member
Dsi_state_shaders.c1953 uint32_t *const_and_shader_buffers, in si_get_active_slot_masks() argument
1966 *const_and_shader_buffers = in si_get_active_slot_masks()
Dsi_shader.c4567 unsigned const_and_shader_buffers = in declare_per_stage_desc_pointers() local
4577 ctx->param_const_and_shader_buffers = const_and_shader_buffers; in declare_per_stage_desc_pointers()