Searched refs:free_slots (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_yuv.h | 30 unsigned free_slots,
|
| H A D | st_nir_lower_tex_src_plane.c | 46 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 D | st_nir.h | 37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,
|
| H A D | st_atom_texture.c | 109 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 D | st_atom_sampler.c | 261 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 D | st_tgsi_lower_yuv.c | 51 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 D | st_tgsi_lower_yuv.h | 30 unsigned free_slots,
|
| H A D | st_nir_lower_tex_src_plane.c | 78 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 D | st_atom_texture.c | 101 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 D | st_nir.h | 37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,
|
| H A D | st_atom_sampler.c | 179 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 D | st_tgsi_lower_yuv.c | 50 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