Home | History | Annotate | Download | only in softpipe

Lines Matching refs:PIPE_SHADER_TYPES

65    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];
103 unsigned num_samplers[PIPE_SHADER_TYPES];
104 unsigned num_sampler_views[PIPE_SHADER_TYPES];
120 const void *mapped_constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
121 unsigned const_buffer_size[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
177 struct sp_tgsi_sampler *sampler[PIPE_SHADER_TYPES];
178 struct sp_tgsi_image *image[PIPE_SHADER_TYPES];
179 struct sp_tgsi_buffer *buffer[PIPE_SHADER_TYPES];
204 * Don't use PIPE_SHADER_TYPES here to avoid allocating unused memory
209 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];