Searched refs:free_slots (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_yuv.h30 unsigned free_slots,
H A Dst_nir_lower_tex_src_plane.c46 assign_extra_samplers(lower_tex_src_state *state, unsigned free_slots) argument
53 extra = u_bit_scan(&free_slots);
57 extra = u_bit_scan(&free_slots);
106 st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots, argument
114 assign_extra_samplers(&state, free_slots);
H A Dst_nir.h37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,
H A Dst_atom_texture.c109 GLbitfield free_slots = ~prog->SamplersUsed; local in function:update_textures
190 extra = u_bit_scan(&free_slots);
197 extra = u_bit_scan(&free_slots);
200 extra = u_bit_scan(&free_slots);
H A Dst_atom_sampler.c261 GLbitfield free_slots = ~prog->SamplersUsed; local in function:update_shader_samplers
313 extra = u_bit_scan(&free_slots);
318 extra = u_bit_scan(&free_slots);
320 extra = u_bit_scan(&free_slots);
H A Dst_tgsi_lower_yuv.c51 unsigned free_slots; member in struct:tgsi_yuv_transform
208 extra = u_bit_scan(&ctx->free_slots);
213 extra = u_bit_scan(&ctx->free_slots);
423 st_tgsi_lower_yuv(const struct tgsi_token *tokens, unsigned free_slots, argument
437 ctx.free_slots = free_slots;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_yuv.h30 unsigned free_slots,
H A Dst_nir_lower_tex_src_plane.c78 assign_extra_samplers(lower_tex_src_state *state, unsigned free_slots) argument
87 extra = u_bit_scan(&free_slots);
92 extra = u_bit_scan(&free_slots);
98 extra = u_bit_scan(&free_slots);
181 st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots, argument
190 assign_extra_samplers(&state, free_slots);
H A Dst_atom_texture.c101 GLbitfield free_slots = ~prog->SamplersUsed; local in function:st_get_sampler_views
188 extra = u_bit_scan(&free_slots);
198 extra = u_bit_scan(&free_slots);
205 extra = u_bit_scan(&free_slots);
208 extra = u_bit_scan(&free_slots);
221 extra = u_bit_scan(&free_slots);
234 extra = u_bit_scan(&free_slots);
245 extra = u_bit_scan(&free_slots);
H A Dst_nir.h37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,
H A Dst_atom_sampler.c179 GLbitfield free_slots = ~prog->SamplersUsed; local in function:update_shader_samplers
251 extra = u_bit_scan(&free_slots);
256 extra = u_bit_scan(&free_slots);
258 extra = u_bit_scan(&free_slots);
H A Dst_tgsi_lower_yuv.c50 unsigned free_slots; member in struct:tgsi_yuv_transform
207 extra = u_bit_scan(&ctx->free_slots);
212 extra = u_bit_scan(&ctx->free_slots);
422 st_tgsi_lower_yuv(const struct tgsi_token *tokens, unsigned free_slots, argument
436 ctx.free_slots = free_slots;

Completed in 7 milliseconds