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()
111 GLbitfield free_slots = ~prog->SamplersUsed; in update_textures() local172 extra = u_bit_scan(&free_slots); in update_textures()179 extra = u_bit_scan(&free_slots); in update_textures()182 extra = u_bit_scan(&free_slots); in update_textures()
253 GLbitfield free_slots = ~prog->SamplersUsed; in update_shader_samplers() local302 extra = u_bit_scan(&free_slots); in update_shader_samplers()307 extra = u_bit_scan(&free_slots); in update_shader_samplers()309 extra = u_bit_scan(&free_slots); in update_shader_samplers()
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()
30 unsigned free_slots,
37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,