Searched refs:const_and_shader_buffers (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c58 LLVMValueRef ptr = ac_get_arg(&ctx->ac, ctx->const_and_shader_buffers);
96 LLVMValueRef ptr = ac_get_arg(&ctx->ac, ctx->const_and_shader_buffers);
118 LLVMValueRef rsrc_ptr = ac_get_arg(&ctx->ac, ctx->const_and_shader_buffers);
H A Dsi_shader_internal.h67 struct ac_arg const_and_shader_buffers; member in struct:si_shader_context
H A Dsi_descriptors.c1262 si_set_constant_buffer(sctx, &sctx->const_and_shader_buffers[shader],
1298 &sctx->const_and_shader_buffers[shader], si_const_and_shader_buffer_descriptors(sctx, shader),
1351 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader];
1377 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader];
1661 si_reset_buffer_resources(sctx, &sctx->const_and_shader_buffers[shader],
1664 buf, sctx->const_and_shader_buffers[shader].priority_constbuf);
1669 if (si_reset_buffer_resources(sctx, &sctx->const_and_shader_buffers[shader],
1672 sctx->const_and_shader_buffers[shader].priority) &&
2616 si_init_buffer_resources(sctx, &sctx->const_and_shader_buffers[i], desc, num_buffer_slots,
2738 si_release_buffer_resources(&sctx->const_and_shader_buffers[
[all...]
H A Dsi_state.h572 void si_get_active_slot_masks(const struct si_shader_info *info, uint64_t *const_and_shader_buffers,
H A Dsi_debug.c777 sctx->const_and_shader_buffers[processor].enabled_mask >> SI_NUM_SHADER_BUFFERS;
781 (sctx->const_and_shader_buffers[processor].enabled_mask &
H A Dsi_compute_blit.c133 if (sctx->const_and_shader_buffers[PIPE_SHADER_COMPUTE].writable_mask &
H A Dsi_shader_llvm_ps.c877 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->const_and_shader_buffers);
H A Dsi_pipe.h1050 struct si_buffer_resources const_and_shader_buffers[SI_NUM_SHADERS]; member in struct:si_context
H A Dsi_shader.c244 assign_params ? &ctx->const_and_shader_buffers : &ctx->other_const_and_shader_buffers);
H A Dsi_state_shaders.c2778 void si_get_active_slot_masks(const struct si_shader_info *info, uint64_t *const_and_shader_buffers, argument
2792 *const_and_shader_buffers = u_bit_consecutive64(start, num_shaderbufs + num_constbufs);
H A Dgfx10_shader_ngg.c1213 ret = si_insert_input_ptr(ctx, ret, ctx->const_and_shader_buffers,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1291 si_set_constant_buffer(sctx, &sctx->const_and_shader_buffers[shader],
1301 &sctx->const_and_shader_buffers[shader],
1366 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader];
1390 struct si_buffer_resources *buffers = &sctx->const_and_shader_buffers[shader];
1694 si_reset_buffer_resources(sctx, &sctx->const_and_shader_buffers[shader],
1698 sctx->const_and_shader_buffers[shader].priority_constbuf);
1703 si_reset_buffer_resources(sctx, &sctx->const_and_shader_buffers[shader],
1707 sctx->const_and_shader_buffers[shader].priority);
2704 si_init_buffer_resources(&sctx->const_and_shader_buffers[i], desc,
2829 si_release_buffer_resources(&sctx->const_and_shader_buffers[
[all...]
H A Dsi_state.h544 uint32_t *const_and_shader_buffers,
H A Dsi_compute_blit.c107 if (sctx->const_and_shader_buffers[PIPE_SHADER_COMPUTE].writable_mask &
H A Dsi_debug.c803 enabled_constbuf = sctx->const_and_shader_buffers[processor].enabled_mask >>
805 enabled_shaderbuf = sctx->const_and_shader_buffers[processor].enabled_mask &
H A Dsi_pipe.h920 struct si_buffer_resources const_and_shader_buffers[SI_NUM_SHADERS]; member in struct:si_context
H A Dsi_state_shaders.c2196 uint32_t *const_and_shader_buffers,
2209 *const_and_shader_buffers =
2195 si_get_active_slot_masks(const struct tgsi_shader_info * info,uint32_t * const_and_shader_buffers,uint64_t * samplers_and_images) argument
H A Dsi_shader.c4463 unsigned const_and_shader_buffers = local in function:declare_const_and_shader_buffers
4468 ctx->param_const_and_shader_buffers = const_and_shader_buffers;
H A Dsi_state.c1359 if (sctx->const_and_shader_buffers[PIPE_SHADER_COMPUTE].writable_mask &

Completed in 63 milliseconds