Home
last modified time | relevance | path

Searched refs:u_bit_consecutive64 (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/
Dbitscan.h289 u_bit_consecutive64(unsigned start, unsigned count) in u_bit_consecutive64() function
/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c1643 uint64_t mask = u_bit_consecutive64(0, slots); in get_linked_variable_io_mask()
1686 … variable->data.driver_location = util_bitcount64(patch_io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1688 variable->data.driver_location = util_bitcount64(io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1695 … variable->data.driver_location = util_bitcount64(patch_io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1697 variable->data.driver_location = util_bitcount64(io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c99 info->inline_push_constant_mask |= u_bit_consecutive64(start, size); in gather_push_constant_info()
Dradv_cmd_buffer.c3562 if (mask == u_bit_consecutive64(base, util_last_bit64(mask) - base)) { in radv_emit_all_inline_push_consts()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1752 u_bit_consecutive64(SI_NUM_SHADER_BUFFERS, SI_NUM_CONST_BUFFERS), in si_rebind_buffer()
1763 u_bit_consecutive64(0, SI_NUM_SHADER_BUFFERS), buf, in si_rebind_buffer()
3011 new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->num_active_slots)) in si_set_active_descriptors()
Dsi_state_shaders.cpp3132 *const_and_shader_buffers = u_bit_consecutive64(start, num_shaderbufs + num_constbufs); in si_get_active_slot_masks()
3147 *samplers_and_images = u_bit_consecutive64(start, num_images / 2 + num_samplers); in si_get_active_slot_masks()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c1117 exec->vtx.enabled = u_bit_consecutive64(0, VBO_ATTRIB_MAX); /* reset all */ in vbo_exec_vtx_init()
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c2364 unsigned driver_location = util_bitcount64(out->mask & u_bit_consecutive64(0, location)); in ms_store_arrayed_output_intrin()
2424 unsigned driver_location = util_bitcount64(out->mask & u_bit_consecutive64(0, location)); in ms_load_arrayed_output()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2966 sgpr_operands[reg / 64u] |= u_bit_consecutive64(reg % 64u, size); in register_allocation()
2970 if (sgpr_operands[reg / 64u] & u_bit_consecutive64(reg % 64u, size)) in register_allocation()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c3603 ~u_bit_consecutive64(start_slot, count + unbind_num_trailing_slots); in iris_set_vertex_buffers()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c3674 ~u_bit_consecutive64(start_slot, count + unbind_num_trailing_slots); in crocus_set_vertex_buffers()