Searched refs:free_slots (Results 1 – 6 of 6) sorted by relevance
46 assign_extra_samplers(lower_tex_src_state *state, unsigned free_slots) in assign_extra_samplers() argument53 extra = u_bit_scan(&free_slots); in assign_extra_samplers()57 extra = u_bit_scan(&free_slots); in assign_extra_samplers()106 st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots, in st_nir_lower_tex_src_plane() argument114 assign_extra_samplers(&state, free_slots); in st_nir_lower_tex_src_plane()
110 GLbitfield free_slots = ~prog->SamplersUsed; in update_textures() local191 extra = u_bit_scan(&free_slots); in update_textures()198 extra = u_bit_scan(&free_slots); in update_textures()201 extra = u_bit_scan(&free_slots); in update_textures()
51 unsigned free_slots; member208 extra = u_bit_scan(&ctx->free_slots); in emit_decls()213 extra = u_bit_scan(&ctx->free_slots); in emit_decls()415 st_tgsi_lower_yuv(const struct tgsi_token *tokens, unsigned free_slots, in st_tgsi_lower_yuv() argument429 ctx.free_slots = free_slots; in st_tgsi_lower_yuv()
258 GLbitfield free_slots = ~prog->SamplersUsed; in update_shader_samplers() local305 extra = u_bit_scan(&free_slots); in update_shader_samplers()310 extra = u_bit_scan(&free_slots); in update_shader_samplers()312 extra = u_bit_scan(&free_slots); in update_shader_samplers()
30 unsigned free_slots,
37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,