Searched refs:BITSET_LAST_BIT (Results 1 – 12 of 12) sorted by relevance
317 info->attribute_count += BITSET_LAST_BIT(s->info.images_used); in GENX()320 info->sampler_count = info->texture_count = BITSET_LAST_BIT(s->info.textures_used); in GENX()
789 info->file_max[TGSI_FILE_SAMPLER] = BITSET_LAST_BIT(nir->info.samplers_used) - 1; in nir_tgsi_scan_shader()790 info->file_max[TGSI_FILE_SAMPLER_VIEW] = BITSET_LAST_BIT(nir->info.textures_used) - 1; in nir_tgsi_scan_shader()793 info->file_max[TGSI_FILE_IMAGE] = BITSET_LAST_BIT(nir->info.images_used) - 1; in nir_tgsi_scan_shader()
326 #define BITSET_LAST_BIT(x) __bitset_last_bit(x, ARRAY_SIZE(x)) macro
844 bt->sizes[CROCUS_SURFACE_GROUP_TEXTURE] = BITSET_LAST_BIT(info->textures_used); in crocus_setup_binding_table()848 bt->sizes[CROCUS_SURFACE_GROUP_TEXTURE_GATHER] = BITSET_LAST_BIT(info->textures_used); in crocus_setup_binding_table()3021 if ((old_info ? BITSET_LAST_BIT(old_info->textures_used) : 0) != in bind_shader_state()3022 (new_info ? BITSET_LAST_BIT(new_info->textures_used) : 0)) { in bind_shader_state()
2605 unsigned count = info ? BITSET_LAST_BIT(info->textures_used) : 0; in crocus_upload_sampler_states()
917 bt->sizes[IRIS_SURFACE_GROUP_TEXTURE] = BITSET_LAST_BIT(info->textures_used); in iris_setup_binding_table()2792 if ((old_info ? BITSET_LAST_BIT(old_info->textures_used) : 0) != in bind_shader_state()2793 (new_info ? BITSET_LAST_BIT(new_info->textures_used) : 0)) { in bind_shader_state()
2232 unsigned count = info ? BITSET_LAST_BIT(info->textures_used) : 0; in iris_upload_sampler_states()
816 ctx->num_samplers = BITSET_LAST_BIT(info->base.textures_used); in si_llvm_translate_nir()
3127 num_msaa_images = align(BITSET_LAST_BIT(info->base.msaa_images), 2); in si_get_active_slot_masks()3128 num_samplers = BITSET_LAST_BIT(info->base.textures_used); in si_get_active_slot_masks()
4386 BITSET_LAST_BIT(ctx->s->info.textures_used) + ctx->s->info.num_images; in emit_instructions()
4569 - util: add BITSET_LAST_BIT() helper
1553 - util/panfrost/glsl: rename BITSET_LAST_BIT to BITSET_LAST_BIT_SIZED