HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_SHADER_TYPES (Results 1 - 25 of 42) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 49 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];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 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];
    [all...]
sp_state_image.c 37 assert(shader < PIPE_SHADER_TYPES);
63 assert(shader < PIPE_SHADER_TYPES);
sp_context.c 118 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
201 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
205 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
209 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
sp_state_sampler.c 60 assert(shader < PIPE_SHADER_TYPES);
108 assert(shader < PIPE_SHADER_TYPES);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_strings.h 41 extern const char *tgsi_processor_type_names[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 61 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];
86 unsigned num_samplers[PIPE_SHADER_TYPES];
87 unsigned num_sampler_views[PIPE_SHADER_TYPES];
lp_state_sampler.c 77 assert(shader < PIPE_SHADER_TYPES);
119 assert(shader < PIPE_SHADER_TYPES);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 160 struct dd_state *shaders[PIPE_SHADER_TYPES];
161 struct pipe_constant_buffer constant_buffers[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
162 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
163 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
164 struct pipe_image_view shader_images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
165 struct pipe_shader_buffer shader_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
194 struct dd_state shaders[PIPE_SHADER_TYPES];
195 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 109 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
122 constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
128 sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
143 unsigned num_samplers[PIPE_SHADER_TYPES];
144 unsigned num_sampler_views[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.h 55 struct virgl_textures_info samplers[PIPE_SHADER_TYPES];
71 struct pipe_resource *ubos[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 260 const struct svga_sampler_state *sampler[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
263 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; /* or texture ID's? */
275 struct pipe_constant_buffer constbufs[PIPE_SHADER_TYPES][SVGA_MAX_CONST_BUFS];
292 unsigned num_samplers[PIPE_SHADER_TYPES];
293 unsigned num_sampler_views[PIPE_SHADER_TYPES];
349 float cb[PIPE_SHADER_TYPES][SVGA3D_CONSTREG_MAX][4];
357 struct pipe_resource *constbuf[PIPE_SHADER_TYPES];
360 unsigned enabled_constbufs[PIPE_SHADER_TYPES];
388 unsigned num_samplers[PIPE_SHADER_TYPES];
389 SVGA3dSamplerId samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]
    [all...]
svga_pipe_constants.c 66 assert(shader < PIPE_SHADER_TYPES);
svga_pipe_sampler.c 298 assert(shader < PIPE_SHADER_TYPES);
433 assert(shader < PIPE_SHADER_TYPES);
svga_state_constants.c 279 assert(shader < PIPE_SHADER_TYPES);
453 assert(shader < PIPE_SHADER_TYPES);
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 114 struct pipe_sampler_state samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
115 GLuint num_samplers[PIPE_SHADER_TYPES];
116 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
117 GLuint num_sampler_views[PIPE_SHADER_TYPES];
122 } constants[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 334 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
335 unsigned num_sampler_views[PIPE_SHADER_TYPES];
336 const struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
337 unsigned num_samplers[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h 380 struct ilo_sampler_state sampler[PIPE_SHADER_TYPES];
381 struct ilo_view_state view[PIPE_SHADER_TYPES];
382 struct ilo_cbuf_state cbuf[PIPE_SHADER_TYPES];
ilo_render_surface.c 358 for (sh_type = 0; sh_type < PIPE_SHADER_TYPES; sh_type++) {
421 for (shader_type = 0; shader_type < PIPE_SHADER_TYPES; shader_type++) {
427 for (shader_type = 0; shader_type < PIPE_SHADER_TYPES; shader_type++) {
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.h 155 struct pipe_constant_buffer constant_buffer[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 152 uint num_user_constants[PIPE_SHADER_TYPES];
245 struct pipe_resource *constants[PIPE_SHADER_TYPES];
i915_context.c 150 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 243 struct fd_constbuf_stateobj constbuf[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 378 struct vc4_constbuf_stateobj constbuf[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 84 struct sampler_info samplers[PIPE_SHADER_TYPES];
90 struct pipe_constant_buffer aux_constbuf_current[PIPE_SHADER_TYPES];
91 struct pipe_constant_buffer aux_constbuf_saved[PIPE_SHADER_TYPES];
236 samplers_to_restore = MALLOC(PIPE_SHADER_TYPES * PIPE_MAX_SAMPLERS *
242 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
361 for (sh = 0; sh < PIPE_SHADER_TYPES; sh++) {
413 for (i = 0; i < PIPE_SHADER_TYPES; i++) {
    [all...]

Completed in 373 milliseconds

1 2