Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c111 unsigned cs_dwords_per_thread = in si_test_dma_perf() local
134 printf("CS x%-4u,%3s,", cs_dwords_per_thread, in si_test_dma_perf()
147 compute_shader = si_create_dma_compute_shader(ctx, cs_dwords_per_thread, in si_test_dma_perf()
217 unsigned instructions_per_thread = MAX2(1, cs_dwords_per_thread / 4); in si_test_dma_perf()
218 unsigned dwords_per_instruction = cs_dwords_per_thread / instructions_per_thread; in si_test_dma_perf()
219 unsigned dwords_per_wave = cs_dwords_per_thread * 64; in si_test_dma_perf()
286 r->dwords_per_thread = cs_dwords_per_thread; in si_test_dma_perf()