Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dbitscan.h281 u_bit_consecutive64(unsigned start, unsigned count) in u_bit_consecutive64() function
/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c1261 uint64_t mask = u_bit_consecutive64(0, slots); in get_linked_variable_io_mask()
1304 … variable->data.driver_location = util_bitcount64(patch_io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1306 variable->data.driver_location = util_bitcount64(io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1313 … variable->data.driver_location = util_bitcount64(patch_io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
1315 variable->data.driver_location = util_bitcount64(io_mask & u_bit_consecutive64(0, loc)); in nir_assign_linked_io_var_locations()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1578 u_bit_consecutive64(SI_NUM_SHADER_BUFFERS, SI_NUM_CONST_BUFFERS), in si_rebind_buffer()
1586 u_bit_consecutive64(0, SI_NUM_SHADER_BUFFERS), buf, in si_rebind_buffer()
2848 new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->num_active_slots)) in si_set_active_descriptors()
Dsi_debug.c800 u_bit_consecutive64(0, SI_NUM_SHADER_BUFFERS); in si_dump_descriptors()
Dsi_state_shaders.c2607 *const_and_shader_buffers = u_bit_consecutive64(start, num_shaderbufs + num_constbufs); in si_get_active_slot_masks()
2622 *samplers_and_images = u_bit_consecutive64(start, num_images / 2 + num_samplers); in si_get_active_slot_masks()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c1036 exec->vtx.enabled = u_bit_consecutive64(0, VBO_ATTRIB_MAX); /* reset all */ in vbo_exec_vtx_init()
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2272 sgpr_operands[reg / 64u] |= u_bit_consecutive64(reg % 64u, size); in register_allocation()
2276 if (sgpr_operands[reg / 64u] & u_bit_consecutive64(reg % 64u, size)) in register_allocation()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c3421 ice->state.bound_vertex_buffers &= ~u_bit_consecutive64(start_slot, count); in iris_set_vertex_buffers()