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

1 2 3

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_limits.h 125 return PIPE_MAX_SAMPLERS;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.h 81 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/drivers/swr/
swr_context.h 94 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];
swr_tex_sample.cpp 210 assert(sampler_unit < PIPE_MAX_SAMPLERS);
291 assert(sampler_index < PIPE_MAX_SAMPLERS);
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 229 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/etnaviv/
etnaviv_context.h 150 struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS];
166 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 269 STATIC_ASSERT(sizeof(pctx->samplersUsed) * 8 >= PIPE_MAX_SAMPLERS);
273 if (pctx->freeSampler < 0 || pctx->freeSampler >= PIPE_MAX_SAMPLERS)
274 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
415 assert(transform.freeSampler < PIPE_MAX_SAMPLERS);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 61 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
lp_jit.h 137 struct lp_jit_sampler samplers[PIPE_MAX_SAMPLERS];
lp_tex_sample.c 182 assert(sampler_unit < PIPE_MAX_SAMPLERS);
259 assert(sampler_index < PIPE_MAX_SAMPLERS);
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_tex_src_plane.c 42 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2];
st_context.h 140 struct pipe_sampler_state samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
142 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_scan.h 110 boolean is_msaa_sampler[PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 229 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/freedreno/
freedreno_context.h 44 #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/svga/
svga_context.h 264 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];
svga_state_sampler.c 237 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS];
238 struct svga_winsys_surface *surfaces[PIPE_MAX_SAMPLERS];
239 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
389 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 216 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/
vc5_context.h 112 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/gallium/auxiliary/draw/
draw_pipe_pstipple.c 89 void *samplers[PIPE_MAX_SAMPLERS];
143 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
210 assert(num_samplers <= PIPE_MAX_SAMPLERS);
389 for (i = num; i < PIPE_MAX_SAMPLERS; i++) {
draw_llvm_sample.c 144 debug_assert(sampler_unit < PIPE_MAX_SAMPLERS);
239 assert(sampler_index < PIPE_MAX_SAMPLERS);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 65 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
sp_tex_sample.h 152 struct sp_sampler *sp_sampler[PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 154 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS];
157 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 102 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
104 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];

Completed in 618 milliseconds

1 2 3