Home
last modified time | relevance | path

Searched refs:BITSET_FOREACH_RANGE (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
H A Dbitset.h432 #define BITSET_FOREACH_RANGE(__start, __end, __set, __size) \
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c636 BITSET_FOREACH_RANGE (start, end, file->available, file->size) { in ra_file_dump()
642 BITSET_FOREACH_RANGE (start, end, file->available_to_evict, file->size) { in ra_file_dump()
851 BITSET_FOREACH_RANGE (avail_start, avail_end, available_to_evict, in try_evict_regs() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c237 BITSET_FOREACH_RANGE (start, end, valid_dwords, in setup_stream_out() function
267 BITSET_FOREACH_RANGE (start, end, valid_dwords, in setup_stream_out() function
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c855 BITSET_FOREACH_RANGE(start, end, valid_dwords, in tu6_setup_streamout() function
876 BITSET_FOREACH_RANGE(start, end, valid_dwords, in tu6_setup_streamout() function
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c827 BITSET_FOREACH_RANGE(start, end, bitset, nbits) { in dzn_cmd_buffer_collect_query_ops() function
2450 BITSET_FOREACH_RANGE(start, end, cmdbuf->state.vb.dirty, MAX_VBS) in dzn_cmd_buffer_update_vbviews()

Completed in 21 milliseconds