Home
last modified time | relevance | path

Searched refs:PIPE_MAX_SAMPLERS (Results 1 – 25 of 53) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/i915/
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/softpipe/
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];
Dsp_screen.c70 return 2 * PIPE_MAX_SAMPLERS; /* VS + FS */ in softpipe_get_param()
193 return PIPE_MAX_SAMPLERS; in softpipe_get_shader_param()
/external/mesa3d/src/gallium/drivers/nv30/
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/drivers/llvmpipe/
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];
Dlp_tex_sample.c106 assert(unit < PIPE_MAX_SAMPLERS); in lp_llvm_texture_member()
188 assert(unit < PIPE_MAX_SAMPLERS); in lp_llvm_sampler_soa_emit_fetch_texel()
219 assert(unit < PIPE_MAX_SAMPLERS); in lp_llvm_sampler_soa_emit_size_query()
Dlp_state_sampler.c146 assert(num <= PIPE_MAX_SAMPLERS); in llvmpipe_set_sampler_views()
260 assert(num <= PIPE_MAX_SAMPLERS); in llvmpipe_prepare_vertex_sampling()
264 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) { in llvmpipe_prepare_vertex_sampling()
Dlp_state_fs.h69 struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS];
Dlp_screen.c108 return 2 * PIPE_MAX_SAMPLERS; /* VS + FS samplers */ in llvmpipe_get_param()
237 return PIPE_MAX_SAMPLERS; in llvmpipe_get_shader_param()
/external/mesa3d/src/gallium/drivers/rbug/
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/draw/
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) in pstip_transform_inst()
214 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1; in pstip_transform_inst()
373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS); in generate_pstip_fs()
549 assert(num_samplers <= PIPE_MAX_SAMPLERS); in pstip_first_tri()
597 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) { in pstip_destroy()
714 for (i = num; i < PIPE_MAX_SAMPLERS; i++) { in pstip_bind_sampler_states()
736 for (; i < PIPE_MAX_SAMPLERS; i++) { in pstip_set_sampler_views()
Ddraw_llvm_sample.c101 debug_assert(unit < PIPE_MAX_SAMPLERS); in draw_llvm_texture_member()
183 assert(unit < PIPE_MAX_SAMPLERS); in draw_llvm_sampler_soa_emit_fetch_texel()
210 assert(unit < PIPE_MAX_SAMPLERS); in draw_llvm_sampler_soa_emit_size_query()
Ddraw_llvm.h100 struct draw_jit_texture textures[PIPE_MAX_SAMPLERS];
187 PIPE_MAX_SAMPLERS * sizeof(struct lp_sampler_static_state) + \
Ddraw_context.c764 debug_assert(num <= PIPE_MAX_SAMPLERS); in draw_set_sampler_views()
768 for (i = num; i < PIPE_MAX_SAMPLERS; ++i) in draw_set_sampler_views()
783 debug_assert(num <= PIPE_MAX_SAMPLERS); in draw_set_samplers()
787 for (i = num; i < PIPE_MAX_SAMPLERS; ++i) in draw_set_samplers()
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];
Ddraw_pipe_aaline.c109 void *sampler[PIPE_MAX_SAMPLERS];
110 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
218 if (aactx->freeSampler >= PIPE_MAX_SAMPLERS) in aa_transform_inst()
219 aactx->freeSampler = PIPE_MAX_SAMPLERS - 1; in aa_transform_inst()
774 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) { in aaline_destroy()
921 for ( ; i < PIPE_MAX_SAMPLERS; i++) { in aaline_set_sampler_views()
/external/mesa3d/src/gallium/drivers/nvc0/
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/drivers/svga/
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];
Dsvga_tgsi.h73 } tex[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/mesa/state_tracker/
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/nv50/
Dnv50_context.h133 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS];
135 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_limits.h109 return PIPE_MAX_SAMPLERS; in gallivm_get_shader_param()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c277 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS) in pstip_transform_inst()
278 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1; in pstip_transform_inst()
453 assert(transform.freeSampler < PIPE_MAX_SAMPLERS); in util_pstipple_create_fragment_shader()
Du_blitter.h101 void *saved_sampler_states[PIPE_MAX_SAMPLERS];
104 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c60 void *samplers[PIPE_MAX_SAMPLERS];
64 void *samplers[PIPE_MAX_SAMPLERS];
67 void *samplers_saved[PIPE_MAX_SAMPLERS];
70 struct pipe_sampler_view *views[PIPE_MAX_SAMPLERS];
73 struct pipe_sampler_view *views_saved[PIPE_MAX_SAMPLERS];
317 for (i = 0; i < PIPE_MAX_SAMPLERS; i++) { in cso_release_all()
1031 for (i = PIPE_MAX_SAMPLERS; i > 0; i--) { in single_sampler_done()

123