Searched refs:PIPE_MAX_SAMPLERS (Results 1 – 25 of 71) sorted by relevance
123
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];
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];
210 assert(sampler_unit < PIPE_MAX_SAMPLERS); in SWR_TEXTURE_MEMBER()291 assert(sampler_index < PIPE_MAX_SAMPLERS); in swr_sampler_soa_emit_fetch_texel()
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];
269 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()
121 void *saved_sampler_states[PIPE_MAX_SAMPLERS];124 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
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];
237 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()
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];
150 struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS];166 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS];
89 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()
144 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()
130 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];211 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
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];
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 */
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];
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];
42 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2];
154 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS];157 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
125 return PIPE_MAX_SAMPLERS; in gallivm_get_shader_param()
182 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()
61 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
102 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];104 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
110 boolean is_msaa_sampler[PIPE_MAX_SAMPLERS];
58 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()