Home
last modified time | relevance | path

Searched refs:instructions_per_thread (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c198 unsigned instructions_per_thread = MAX2(1, cs_dwords_per_thread / 4); in si_test_dma_perf() local
199 unsigned dwords_per_instruction = cs_dwords_per_thread / instructions_per_thread; in si_test_dma_perf()
Dsi_compute_blit.c361 unsigned instructions_per_thread = MAX2(1, dwords_per_thread / 4); in si_compute_do_clear_or_copy() local
362 unsigned dwords_per_instruction = dwords_per_thread / instructions_per_thread; in si_compute_do_clear_or_copy()