Searched refs:PIPE_MAX_SHADER_BUFFERS (Results 1 – 14 of 14) sorted by relevance
62 if (params->unit >= PIPE_MAX_SHADER_BUFFERS) in sp_tgsi_load()120 if (params->unit >= PIPE_MAX_SHADER_BUFFERS) in sp_tgsi_store()296 if (params->unit >= PIPE_MAX_SHADER_BUFFERS) in sp_tgsi_op()348 if (params->unit >= PIPE_MAX_SHADER_BUFFERS) in sp_tgsi_get_dims()
31 struct pipe_shader_buffer sp_bview[PIPE_MAX_SHADER_BUFFERS];
88 struct pipe_shader_buffer buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
64 #define PIPE_MAX_SHADER_BUFFERS 32 macro
232 struct pipe_shader_buffer shader_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
271 for (i = 0; i < PIPE_MAX_SHADER_BUFFERS; i++) in dd_dump_shader()744 for (j = 0; j < PIPE_MAX_SHADER_BUFFERS; j++) in dd_unreference_copy_of_draw_state()816 for (j = 0; j < PIPE_MAX_SHADER_BUFFERS; j++) { in dd_copy_draw_state()
68 #define PIPE_MAX_SHADER_BUFFERS 32 macro
76 struct pipe_shader_buffer sb[PIPE_MAX_SHADER_BUFFERS];
83 uint32_t off[PIPE_MAX_SHADER_BUFFERS];
548 return PIPE_MAX_SHADER_BUFFERS; in tgsi_exec_get_shader_param()
182 } buffer[PIPE_MAX_SHADER_BUFFERS];809 if (i < PIPE_MAX_SHADER_BUFFERS) { in ureg_DECL_buffer()
1123 if (start_slot + num_ssbo > PIPE_MAX_SHADER_BUFFERS) in vrend_decode_set_shader_buffers()
535 struct vrend_ssbo ssbo[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];8123 if (max > PIPE_MAX_SHADER_BUFFERS) in vrend_renderer_fill_caps_v2()8124 max = PIPE_MAX_SHADER_BUFFERS; in vrend_renderer_fill_caps_v2()8127 if (max > PIPE_MAX_SHADER_BUFFERS) in vrend_renderer_fill_caps_v2()8128 max = PIPE_MAX_SHADER_BUFFERS; in vrend_renderer_fill_caps_v2()
5380 struct ureg_src buffers[PIPE_MAX_SHADER_BUFFERS];