Searched refs:num_dwords_per_thread (Results 1 – 2 of 2) sorted by relevance
112 void *si_create_dma_compute_shader(struct pipe_context *ctx, unsigned num_dwords_per_thread, in si_create_dma_compute_shader() argument116 assert(util_is_power_of_two_nonzero(num_dwords_per_thread)); in si_create_dma_compute_shader()125 unsigned num_mem_ops = MAX2(1, num_dwords_per_thread / 4); in si_create_dma_compute_shader()129 if (i * 4 < num_dwords_per_thread) in si_create_dma_compute_shader()130 inst_dwords[i] = MIN2(4, num_dwords_per_thread - i * 4); in si_create_dma_compute_shader()
1490 void *si_create_dma_compute_shader(struct pipe_context *ctx, unsigned num_dwords_per_thread,