Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/i915/
Di915_context.h229 const struct i915_sampler_state *fragment_sampler[PIPE_MAX_SAMPLERS];
230 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];
249 struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
250 struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_SAMPLERS];
255 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SAMPLERS];
256 struct i915_winsys_buffer* mapped_vs_tex_buffer[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h94 swr_jit_sampler samplersVS[PIPE_MAX_SAMPLERS];
96 swr_jit_sampler samplersFS[PIPE_MAX_SAMPLERS];
98 swr_jit_sampler samplersGS[PIPE_MAX_SAMPLERS];
118 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
Dswr_tex_sample.cpp210 assert(sampler_unit < PIPE_MAX_SAMPLERS); in SWR_TEXTURE_MEMBER()
291 assert(sampler_index < PIPE_MAX_SAMPLERS); in swr_sampler_soa_emit_fetch_texel()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.h81 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
83 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS];
94 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
96 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c269 STATIC_ASSERT(sizeof(pctx->samplersUsed) * 8 >= PIPE_MAX_SAMPLERS); in pstip_transform_prolog()
273 if (pctx->freeSampler < 0 || pctx->freeSampler >= PIPE_MAX_SAMPLERS) in pstip_transform_prolog()
274 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1; in pstip_transform_prolog()
415 assert(transform.freeSampler < PIPE_MAX_SAMPLERS); in util_pstipple_create_fragment_shader()
Du_blitter.h121 void *saved_sampler_states[PIPE_MAX_SAMPLERS];
124 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/svga/
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?…
357 struct svga_hw_view_state views[PIPE_MAX_SAMPLERS];
400 SVGA3dSamplerId samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
404 *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
Dsvga_state_sampler.c237 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; in update_sampler_resources()
238 struct svga_winsys_surface *surfaces[PIPE_MAX_SAMPLERS]; in update_sampler_resources()
239 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; in update_sampler_resources()
389 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS]; in update_samplers()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h229 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
230 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
262 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h150 struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS];
166 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c89 void *samplers[PIPE_MAX_SAMPLERS];
143 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS); in generate_pstip_fs()
210 assert(num_samplers <= PIPE_MAX_SAMPLERS); in pstip_first_tri()
389 for (i = num; i < PIPE_MAX_SAMPLERS; i++) { in pstip_bind_sampler_states()
Ddraw_llvm_sample.c144 debug_assert(sampler_unit < PIPE_MAX_SAMPLERS); in draw_llvm_sampler_member()
239 assert(sampler_index < PIPE_MAX_SAMPLERS); in draw_llvm_sampler_soa_emit_fetch_texel()
Ddraw_llvm.h130 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
211 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h44 #define BORDER_COLOR_UPLOAD_SIZE (2 * PIPE_MAX_SAMPLERS * BORDERCOLOR_SIZE)
49 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
52 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h216 struct pipe_sampler_view *textures[6][PIPE_MAX_SAMPLERS];
220 struct nv50_tsc_entry *samplers[6][PIPE_MAX_SAMPLERS];
226 uint32_t tex_handles[6][PIPE_MAX_SAMPLERS]; /* for nve4 */
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.h112 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
114 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
116 struct vc5_cl_reloc texture_state[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h140 struct pipe_sampler_state samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
142 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
Dst_nir_lower_tex_src_plane.c42 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2];
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h154 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS];
157 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_limits.h125 return PIPE_MAX_SAMPLERS; in gallivm_get_shader_param()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c182 assert(sampler_unit < PIPE_MAX_SAMPLERS); in LP_LLVM_TEXTURE_MEMBER()
259 assert(sampler_index < PIPE_MAX_SAMPLERS); in lp_llvm_sampler_soa_emit_fetch_texel()
Dlp_context.h61 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h102 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
104 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h110 boolean is_msaa_sampler[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c58 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS];
59 void *samplers[PIPE_MAX_SAMPLERS];
244 samplers_to_restore = MALLOC(PIPE_SHADER_TYPES * PIPE_MAX_SAMPLERS * in sanitize_hash()
251 for (j = 0; j < PIPE_MAX_SAMPLERS; j++) { in sanitize_hash()
366 static void *zeros[PIPE_MAX_SAMPLERS] = { NULL }; in cso_destroy_context()
374 assert(maxsam <= PIPE_MAX_SAMPLERS); in cso_destroy_context()
1310 for (int i = PIPE_MAX_SAMPLERS - 1; i >= 0; i--) { in cso_restore_fragment_samplers()

123