Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h107 swr_jit_sampler samplersVS[PIPE_MAX_SAMPLERS];
109 swr_jit_sampler samplersFS[PIPE_MAX_SAMPLERS];
111 swr_jit_sampler samplersGS[PIPE_MAX_SAMPLERS];
113 swr_jit_sampler samplersTCS[PIPE_MAX_SAMPLERS];
115 swr_jit_sampler samplersTES[PIPE_MAX_SAMPLERS];
140 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
Dswr_tex_sample.cpp220 assert(sampler_unit < PIPE_MAX_SAMPLERS); in SWR_TEXTURE_MEMBER()
307 assert(sampler_index < PIPE_MAX_SAMPLERS); in swr_sampler_soa_emit_fetch_texel()
/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/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/mesa/state_tracker/
Dst_context.h196 struct pipe_sampler_state vert_samplers[PIPE_MAX_SAMPLERS];
197 struct pipe_sampler_state frag_samplers[PIPE_MAX_SAMPLERS];
200 struct pipe_sampler_view *vert_sampler_views[PIPE_MAX_SAMPLERS];
201 struct pipe_sampler_view *frag_sampler_views[PIPE_MAX_SAMPLERS];
Dst_atom_sampler.c269 struct pipe_sampler_state local_samplers[PIPE_MAX_SAMPLERS]; in update_shader_samplers()
270 const struct pipe_sampler_state *states[PIPE_MAX_SAMPLERS]; in update_shader_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()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.h51 uint8_t swizzles[PIPE_MAX_SAMPLERS][4];
133 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
135 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h236 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
237 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
269 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h120 void *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
121 VkSampler samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h157 struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS];
173 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS];
Detnaviv_texture_desc.c291 for (int x = 0; x < PIPE_MAX_SAMPLERS; ++x) { in etna_emit_texture_desc()
316 for (int x = 0; x < PIPE_MAX_SAMPLERS; ++x) { in etna_emit_texture_desc()
333 for (int x = 0; x < PIPE_MAX_SAMPLERS; ++x) { in etna_emit_texture_desc()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_sampler.c248 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; in update_sampler_resources()
249 struct svga_winsys_surface *surfaces[PIPE_MAX_SAMPLERS]; in update_sampler_resources()
250 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; in update_sampler_resources()
400 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS]; in update_samplers()
Dsvga_context.h274 const struct svga_sampler_state *sampler[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
277 …struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; /* or texture ID's?…
386 struct svga_hw_view_state views[PIPE_MAX_SAMPLERS];
433 SVGA3dSamplerId samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
437 *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c91 void *samplers[PIPE_MAX_SAMPLERS];
153 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS); in generate_pstip_fs()
220 assert(num_samplers <= PIPE_MAX_SAMPLERS); in pstip_first_tri()
406 for (i = num; i < PIPE_MAX_SAMPLERS; i++) { in pstip_bind_sampler_states()
Ddraw_llvm.h166 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
264 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
341 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
389 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h43 #define BORDER_COLOR_UPLOAD_SIZE (2 * PIPE_MAX_SAMPLERS * BORDERCOLOR_SIZE)
48 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
51 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h224 struct pipe_sampler_view *textures[6][PIPE_MAX_SAMPLERS];
228 struct nv50_tsc_entry *samplers[6][PIPE_MAX_SAMPLERS];
234 uint32_t tex_handles[6][PIPE_MAX_SAMPLERS]; /* for nve4 */
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_limits.h134 return PIPE_MAX_SAMPLERS; in gallivm_get_shader_param()
/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/drivers/llvmpipe/
Dlp_jit.h155 struct lp_jit_sampler samplers[PIPE_MAX_SAMPLERS];
337 struct lp_jit_sampler samplers[PIPE_MAX_SAMPLERS];
Dlp_context.h63 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h103 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
105 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/drivers/softpipe/
Dsp_tex_sample.h159 struct sp_sampler *sp_sampler[PIPE_MAX_SAMPLERS];

1234