Searched refs:cs_dwords_per_thread (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma_perf.c | 108 unsigned cs_dwords_per_thread = local in function:si_test_dma_perf 128 printf("CS x%-4u,%3s,", cs_dwords_per_thread, 141 compute_shader = si_create_dma_compute_shader(ctx, cs_dwords_per_thread, 198 unsigned instructions_per_thread = MAX2(1, cs_dwords_per_thread / 4); 199 unsigned dwords_per_instruction = cs_dwords_per_thread / instructions_per_thread; 200 unsigned dwords_per_wave = cs_dwords_per_thread * 64; 264 r->dwords_per_thread = cs_dwords_per_thread;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma_perf.c | 112 unsigned cs_dwords_per_thread = local in function:si_test_dma_perf 126 printf("CS x%-4u,%3s,", cs_dwords_per_thread, 203 unsigned instructions_per_thread = MAX2(1, cs_dwords_per_thread / 4); 204 unsigned dwords_per_instruction = cs_dwords_per_thread / instructions_per_thread; 205 unsigned dwords_per_wave = cs_dwords_per_thread * 64; 210 void *cs = si_create_dma_compute_shader(ctx, cs_dwords_per_thread, 286 r->dwords_per_thread = cs_dwords_per_thread;
|
Completed in 4 milliseconds