Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c112 void *si_create_dma_compute_shader(struct pipe_context *ctx, unsigned num_dwords_per_thread, in si_create_dma_compute_shader() argument
116 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()
Dsi_pipe.h1490 void *si_create_dma_compute_shader(struct pipe_context *ctx, unsigned num_dwords_per_thread,