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

1234567

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A 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];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h81 unsigned tex_saturate_s : PIPE_MAX_SAMPLERS;
82 unsigned tex_saturate_r : PIPE_MAX_SAMPLERS;
83 unsigned tex_saturate_t : PIPE_MAX_SAMPLERS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A 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];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h125 return PIPE_MAX_SAMPLERS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A 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];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A 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];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h145 return PIPE_MAX_SAMPLERS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A 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];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h148 struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS];
164 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h153 struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS];
169 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c269 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);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c269 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);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h267 void *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
268 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
314 VkDescriptorImageInfo textures[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
315 VkBufferView tbos[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
325 struct zink_resource *descriptor_res[ZINK_DESCRIPTOR_TYPES][PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
326 struct zink_descriptor_surface sampler_surfaces[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.h142 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
144 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c42 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h61 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h235 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
236 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
268 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_context.h255 const struct i915_sampler_state *fragment_sampler[PIPE_MAX_SAMPLERS];
256 struct pipe_sampler_state *vertex_samplers[PIPE_MAX_SAMPLERS];
275 struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_context.h65 } tex[PIPE_MAX_SAMPLERS];
153 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
155 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h238 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
239 struct dd_state *sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
271 struct dd_state sampler_states[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A 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? */
355 struct svga_hw_view_state views[PIPE_MAX_SAMPLERS];
398 SVGA3dSamplerId samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
402 *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h42 #define BORDER_COLOR_UPLOAD_SIZE (2 * PIPE_MAX_SAMPLERS * BORDERCOLOR_SIZE)
47 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
50 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h223 struct pipe_sampler_view *textures[6][PIPE_MAX_SAMPLERS];
227 struct nv50_tsc_entry *samplers[6][PIPE_MAX_SAMPLERS];
233 uint32_t tex_handles[6][PIPE_MAX_SAMPLERS]; /* for nve4 */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A 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 */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c89 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++) {

Completed in 24 milliseconds

1234567