Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c199 unsigned dwords_per_instruction = cs_dwords_per_thread / instructions_per_thread; in si_test_dma_perf() local
203 unsigned num_instructions = DIV_ROUND_UP(num_dwords, dwords_per_instruction); in si_test_dma_perf()
Dsi_compute_blit.c277 unsigned dwords_per_instruction = 4; in si_compute_clear_buffer_rmw() local
279 unsigned dwords_per_wave = dwords_per_instruction * block_size; in si_compute_clear_buffer_rmw()
282 unsigned num_instructions = DIV_ROUND_UP(num_dwords, dwords_per_instruction); in si_compute_clear_buffer_rmw()
362 unsigned dwords_per_instruction = dwords_per_thread / instructions_per_thread; in si_compute_do_clear_or_copy() local
368 unsigned num_instructions = DIV_ROUND_UP(num_dwords, dwords_per_instruction); in si_compute_do_clear_or_copy()