Searched refs:PIPE_SHADER_TYPES (Results 1 - 25 of 116) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h49 struct rbug_shader *shader[PIPE_SHADER_TYPES];
51 struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
52 struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
53 unsigned num_views[PIPE_SHADER_TYPES];
68 struct rbug_shader *shader[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h49 struct rbug_shader *shader[PIPE_SHADER_TYPES];
51 struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
52 struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
53 unsigned num_views[PIPE_SHADER_TYPES];
68 struct rbug_shader *shader[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_context.h65 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
81 struct pipe_resource *constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
85 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
87 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
88 struct pipe_shader_buffer buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
102 unsigned num_samplers[PIPE_SHADER_TYPES];
103 unsigned num_sampler_views[PIPE_SHADER_TYPES];
119 const void *mapped_constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
120 unsigned const_buffer_size[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
174 struct sp_tgsi_sampler *sampler[PIPE_SHADER_TYPES];
[all...]
H A Dsp_state_image.c37 assert(shader < PIPE_SHADER_TYPES);
64 assert(shader < PIPE_SHADER_TYPES);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_context.h65 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
81 struct pipe_resource *constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
85 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
87 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
88 struct pipe_shader_buffer buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
102 unsigned num_samplers[PIPE_SHADER_TYPES];
103 unsigned num_sampler_views[PIPE_SHADER_TYPES];
119 const void *mapped_constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
120 unsigned const_buffer_size[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
174 struct sp_tgsi_sampler *sampler[PIPE_SHADER_TYPES];
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h125 mali_ptr rsd[PIPE_SHADER_TYPES];
126 mali_ptr textures[PIPE_SHADER_TYPES];
127 mali_ptr samplers[PIPE_SHADER_TYPES];
128 mali_ptr attribs[PIPE_SHADER_TYPES];
129 mali_ptr attrib_bufs[PIPE_SHADER_TYPES];
130 mali_ptr uniform_buffers[PIPE_SHADER_TYPES];
131 mali_ptr push_uniforms[PIPE_SHADER_TYPES];
H A Dpan_context.h129 enum pan_dirty_shader dirty_shader[PIPE_SHADER_TYPES];
181 struct panfrost_constant_buffer constant_buffer[PIPE_SHADER_TYPES];
183 struct panfrost_shader_variants *shader[PIPE_SHADER_TYPES];
189 struct pipe_shader_buffer ssbo[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
190 uint32_t ssbo_mask[PIPE_SHADER_TYPES];
192 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
193 uint32_t image_mask[PIPE_SHADER_TYPES];
195 struct panfrost_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
196 unsigned sampler_count[PIPE_SHADER_TYPES];
198 struct panfrost_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEW
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h63 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
82 struct pipe_constant_buffer constants[PIPE_SHADER_TYPES][LP_MAX_TGSI_CONST_BUFFERS];
86 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
91 struct pipe_shader_buffer ssbos[PIPE_SHADER_TYPES][LP_MAX_TGSI_SHADER_BUFFERS];
92 struct pipe_image_view images[PIPE_SHADER_TYPES][LP_MAX_TGSI_SHADER_IMAGES];
94 unsigned num_samplers[PIPE_SHADER_TYPES];
95 unsigned num_sampler_views[PIPE_SHADER_TYPES];
96 unsigned num_images[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_strings.h41 extern const char *tgsi_processor_type_names[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_strings.h41 extern const char *tgsi_processor_type_names[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h61 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
76 struct pipe_constant_buffer constants[PIPE_SHADER_TYPES][LP_MAX_TGSI_CONST_BUFFERS];
80 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
85 unsigned num_samplers[PIPE_SHADER_TYPES];
86 unsigned num_sampler_views[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h471 bool seen_shader_buffers[PIPE_SHADER_TYPES];
472 bool seen_image_buffers[PIPE_SHADER_TYPES];
473 bool seen_sampler_buffers[PIPE_SHADER_TYPES];
494 uint32_t const_buffers[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
495 uint32_t shader_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
496 uint32_t image_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
497 uint32_t shader_buffers_writeable_mask[PIPE_SHADER_TYPES];
498 uint32_t image_buffers_writeable_mask[PIPE_SHADER_TYPES];
500 uint32_t sampler_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.h64 struct virgl_textures_info samplers[PIPE_SHADER_TYPES];
82 struct pipe_resource *ubos[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
84 struct pipe_resource *ssbos[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
85 struct pipe_resource *images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h28 #define ZINK_SHADER_COUNT (PIPE_SHADER_TYPES - 1)
212 struct pipe_constant_buffer ubos[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
213 struct pipe_shader_buffer ssbos[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
214 uint32_t writable_ssbos[PIPE_SHADER_TYPES];
215 struct zink_image_view image_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
267 void *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
268 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
307 VkDescriptorBufferInfo ubos[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
309 uint8_t num_ubos[PIPE_SHADER_TYPES];
311 VkDescriptorBufferInfo ssbos[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFER
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.h42 #define D3D12_GFX_SHADER_STAGES (PIPE_SHADER_TYPES - 1)
162 struct pipe_constant_buffer cbufs[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
177 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
178 unsigned num_sampler_views[PIPE_SHADER_TYPES];
180 struct d3d12_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
181 unsigned num_samplers[PIPE_SHADER_TYPES];
183 dxil_wrap_sampler_state tex_wrap_states[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
184 dxil_texture_swizzle_state tex_swizzle_state[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
185 enum compare_func tex_compare_func[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h233 struct dd_state *shaders[PIPE_SHADER_TYPES];
234 struct pipe_constant_buffer constant_buffers[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
235 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
236 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
237 struct pipe_image_view shader_images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
238 struct pipe_shader_buffer shader_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
267 struct dd_state shaders[PIPE_SHADER_TYPES];
268 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h236 struct dd_state *shaders[PIPE_SHADER_TYPES];
237 struct pipe_constant_buffer constant_buffers[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
238 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
239 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
240 struct pipe_image_view shader_images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
241 struct pipe_shader_buffer shader_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
270 struct dd_state shaders[PIPE_SHADER_TYPES];
271 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_context.h264 const struct svga_sampler_state *sampler[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
267 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; /* or texture ID's? */
278 struct pipe_constant_buffer constbufs[PIPE_SHADER_TYPES][SVGA_MAX_CONST_BUFS];
295 unsigned num_samplers[PIPE_SHADER_TYPES];
296 unsigned num_sampler_views[PIPE_SHADER_TYPES];
358 float cb[PIPE_SHADER_TYPES][SVGA3D_CONSTREG_MAX][4];
366 struct pipe_resource *constbuf[PIPE_SHADER_TYPES];
369 unsigned enabled_constbufs[PIPE_SHADER_TYPES];
397 unsigned num_samplers[PIPE_SHADER_TYPES];
398 SVGA3dSamplerId samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLER
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.h118 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
132 constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
138 sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
152 unsigned num_samplers[PIPE_SHADER_TYPES];
153 unsigned num_sampler_views[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h183 struct panfrost_constant_buffer constant_buffer[PIPE_SHADER_TYPES];
196 struct panfrost_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
197 unsigned sampler_count[PIPE_SHADER_TYPES];
199 struct panfrost_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
200 unsigned sampler_view_count[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.h140 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
156 constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
162 sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
176 unsigned num_samplers[PIPE_SHADER_TYPES];
177 unsigned num_sampler_views[PIPE_SHADER_TYPES];
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_context.h213 GLuint num_sampler_views[PIPE_SHADER_TYPES];
214 unsigned num_images[PIPE_SHADER_TYPES];
349 unsigned last_used_atomic_bindings[PIPE_SHADER_TYPES];
350 unsigned last_num_ssbos[PIPE_SHADER_TYPES];
363 struct st_bound_handles bound_texture_handles[PIPE_SHADER_TYPES];
364 struct st_bound_handles bound_image_handles[PIPE_SHADER_TYPES];

Completed in 21 milliseconds

12345