| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_resources.c | 58 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 D | si_shader_internal.h | 67 struct ac_arg const_and_shader_buffers; member in struct:si_shader_context
|
| H A D | si_descriptors.c | 1262 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 D | si_state.h | 572 void si_get_active_slot_masks(const struct si_shader_info *info, uint64_t *const_and_shader_buffers,
|
| H A D | si_debug.c | 777 sctx->const_and_shader_buffers[processor].enabled_mask >> SI_NUM_SHADER_BUFFERS; 781 (sctx->const_and_shader_buffers[processor].enabled_mask &
|
| H A D | si_compute_blit.c | 133 if (sctx->const_and_shader_buffers[PIPE_SHADER_COMPUTE].writable_mask &
|
| H A D | si_shader_llvm_ps.c | 877 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->const_and_shader_buffers);
|
| H A D | si_pipe.h | 1050 struct si_buffer_resources const_and_shader_buffers[SI_NUM_SHADERS]; member in struct:si_context
|
| H A D | si_shader.c | 244 assign_params ? &ctx->const_and_shader_buffers : &ctx->other_const_and_shader_buffers);
|
| H A D | si_state_shaders.c | 2778 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 D | gfx10_shader_ngg.c | 1213 ret = si_insert_input_ptr(ctx, ret, ctx->const_and_shader_buffers,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 1291 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 D | si_state.h | 544 uint32_t *const_and_shader_buffers,
|
| H A D | si_compute_blit.c | 107 if (sctx->const_and_shader_buffers[PIPE_SHADER_COMPUTE].writable_mask &
|
| H A D | si_debug.c | 803 enabled_constbuf = sctx->const_and_shader_buffers[processor].enabled_mask >> 805 enabled_shaderbuf = sctx->const_and_shader_buffers[processor].enabled_mask &
|
| H A D | si_pipe.h | 920 struct si_buffer_resources const_and_shader_buffers[SI_NUM_SHADERS]; member in struct:si_context
|
| H A D | si_state_shaders.c | 2196 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 D | si_shader.c | 4463 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 D | si_state.c | 1359 if (sctx->const_and_shader_buffers[PIPE_SHADER_COMPUTE].writable_mask &
|