Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dbitscan.h291 u_bit_consecutive64(unsigned start, unsigned count) in u_bit_consecutive64() function
/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c1579 uint64_t mask = u_bit_consecutive64(0, slots); in get_linked_variable_io_mask()
1622 … variable->data.driver_location = util_bitcount64(patch_io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1624 variable->data.driver_location = util_bitcount64(io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1631 … variable->data.driver_location = util_bitcount64(patch_io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1633 variable->data.driver_location = util_bitcount64(io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1663 u_bit_consecutive64(SI_NUM_SHADER_BUFFERS, SI_NUM_CONST_BUFFERS), in si_rebind_buffer()
1671 u_bit_consecutive64(0, SI_NUM_SHADER_BUFFERS), buf, in si_rebind_buffer()
2887 new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->num_active_slots)) in si_set_active_descriptors()
Dsi_state_shaders.c2792 *const_and_shader_buffers = u_bit_consecutive64(start, num_shaderbufs + num_constbufs); in si_get_active_slot_masks()
2807 *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.c1052 exec->vtx.enabled = u_bit_consecutive64(0, VBO_ATTRIB_MAX); /* reset all */ in vbo_exec_vtx_init()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2731 sgpr_operands[reg / 64u] |= u_bit_consecutive64(reg % 64u, size); in register_allocation()
2735 if (sgpr_operands[reg / 64u] & u_bit_consecutive64(reg % 64u, size)) in register_allocation()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c3438 ~u_bit_consecutive64(start_slot, count + unbind_num_trailing_slots); in iris_set_vertex_buffers()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c3669 ~u_bit_consecutive64(start_slot, count + unbind_num_trailing_slots); in crocus_set_vertex_buffers()