Searched defs:u_foreach_bit64 (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | bitscan.h | 118 #define u_foreach_bit64(b, dword) \ macro
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_info.c | 440 u_foreach_bit64(idx, mask) { in assign_outinfo_params() function
|
H A D | radv_cmd_buffer.c | 4344 u_foreach_bit64(b, src_flags) in radv_src_access_flush() function 4432 u_foreach_bit64(b, dst_flags) in radv_dst_access_flush() function
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_mesh.cpp | 389 u_foreach_bit64(location, outputs_written & nir->info.per_primitive_outputs) { in brw_compute_mue_map() function 431 u_foreach_bit64(location, outputs_written & ~nir->info.per_primitive_outputs) { in brw_compute_mue_map() function
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 2566 u_foreach_bit64(slot, mask) { in ms_emit_arrayed_outputs() function 2595 u_foreach_bit64(slot, same_invocation_output_mask) { in emit_ms_prelude() function
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 2304 u_foreach_bit64(b, flags) { in anv_pipe_flush_bits_for_access_flags() function 2381 u_foreach_bit64(b, flags) { in anv_pipe_invalidate_bits_for_access_flags() function
|
Completed in 32 milliseconds