Home
last modified time | relevance | path

Searched refs:free_slots (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_tex_src_plane.c46 assign_extra_samplers(lower_tex_src_state *state, unsigned free_slots) in assign_extra_samplers() argument
53 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() argument
114 assign_extra_samplers(&state, free_slots); in st_nir_lower_tex_src_plane()
Dst_atom_texture.c110 GLbitfield free_slots = ~prog->SamplersUsed; in update_textures() local
191 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()
Dst_tgsi_lower_yuv.c51 unsigned free_slots; member
208 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() argument
429 ctx.free_slots = free_slots; in st_tgsi_lower_yuv()
Dst_atom_sampler.c258 GLbitfield free_slots = ~prog->SamplersUsed; in update_shader_samplers() local
305 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()
Dst_tgsi_lower_yuv.h30 unsigned free_slots,
Dst_nir.h37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,