Searched refs:PIPE_MAX_SAMPLERS (Results 1 - 25 of 54) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.h51 struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
52 struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h109 return PIPE_MAX_SAMPLERS;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h60 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
78 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
89 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SAMPLERS];
H A Dlp_tex_sample.c106 assert(unit < PIPE_MAX_SAMPLERS);
188 assert(unit < PIPE_MAX_SAMPLERS);
219 assert(unit < PIPE_MAX_SAMPLERS);
H A Dlp_jit.h107 struct lp_jit_texture textures[PIPE_MAX_SAMPLERS];
H A Dlp_state_fs.h69 struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS];
H A Dlp_setup_context.h126 struct pipe_resource *current_tex[PIPE_MAX_SAMPLERS];
H A Dlp_state_sampler.c146 assert(num <= PIPE_MAX_SAMPLERS);
260 assert(num <= PIPE_MAX_SAMPLERS);
264 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) {
H A Dlp_screen.c108 return 2 * PIPE_MAX_SAMPLERS; /* VS + FS samplers */
237 return PIPE_MAX_SAMPLERS;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h63 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
82 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
161 struct sp_sampler_variant *samplers_list[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS];
H A Dsp_screen.c70 return 2 * PIPE_MAX_SAMPLERS; /* VS + FS */
193 return PIPE_MAX_SAMPLERS;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h232 const struct i915_sampler_state *sampler[PIPE_MAX_SAMPLERS];
233 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];
246 struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
247 struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_SAMPLERS];
253 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SAMPLERS];
254 struct i915_winsys_buffer* mapped_vs_tex_buffer[PIPE_MAX_SAMPLERS];
298 void *saved_samplers[PIPE_MAX_SAMPLERS];
302 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h78 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
80 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS];
91 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
93 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c101 debug_assert(unit < PIPE_MAX_SAMPLERS);
183 assert(unit < PIPE_MAX_SAMPLERS);
210 assert(unit < PIPE_MAX_SAMPLERS);
H A Ddraw_pipe_pstipple.c89 void *samplers[PIPE_MAX_SAMPLERS];
90 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
213 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS)
214 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
549 assert(num_samplers <= PIPE_MAX_SAMPLERS);
597 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) {
714 for (i = num; i < PIPE_MAX_SAMPLERS; i++) {
736 for (; i < PIPE_MAX_SAMPLERS; i++) {
H A Ddraw_llvm.h100 struct draw_jit_texture textures[PIPE_MAX_SAMPLERS];
187 PIPE_MAX_SAMPLERS * sizeof(struct lp_sampler_static_state) + \
H A Ddraw_private.h317 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
319 const struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
H A Ddraw_context.c764 debug_assert(num <= PIPE_MAX_SAMPLERS);
768 for (i = num; i < PIPE_MAX_SAMPLERS; ++i)
783 debug_assert(num <= PIPE_MAX_SAMPLERS);
787 for (i = num; i < PIPE_MAX_SAMPLERS; ++i)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.h73 } tex[PIPE_MAX_SAMPLERS];
H A Dsvga_context.h201 const struct svga_sampler_state *sampler[PIPE_MAX_SAMPLERS];
204 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; /* or texture ID's? */
282 struct svga_hw_view_state views[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h101 struct pipe_sampler_state samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
103 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h137 struct pipe_sampler_view *textures[5][PIPE_MAX_SAMPLERS];
140 struct nv50_tsc_entry *samplers[5][PIPE_MAX_SAMPLERS];
144 uint32_t tex_handles[5][PIPE_MAX_SAMPLERS]; /* for nve4 */
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h101 void *saved_sampler_states[PIPE_MAX_SAMPLERS];
104 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
H A Du_pstipple.c277 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS)
278 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
453 assert(transform.freeSampler < PIPE_MAX_SAMPLERS);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h133 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS];
135 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];

Completed in 2708 milliseconds

123