Searched refs:num_dwords_per_thread (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c124 unsigned num_dwords_per_thread,
127 assert(util_is_power_of_two_nonzero(num_dwords_per_thread));
136 unsigned num_mem_ops = MAX2(1, num_dwords_per_thread / 4);
140 if (i*4 < num_dwords_per_thread)
141 inst_dwords[i] = MIN2(4, num_dwords_per_thread - i*4);
123 si_create_dma_compute_shader(struct pipe_context * ctx,unsigned num_dwords_per_thread,bool dst_stream_cache_policy,bool is_copy) argument
H A Dsi_pipe.h1330 unsigned num_dwords_per_thread,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c112 void *si_create_dma_compute_shader(struct pipe_context *ctx, unsigned num_dwords_per_thread, argument
116 assert(util_is_power_of_two_nonzero(num_dwords_per_thread));
125 unsigned num_mem_ops = MAX2(1, num_dwords_per_thread / 4);
129 if (i * 4 < num_dwords_per_thread)
130 inst_dwords[i] = MIN2(4, num_dwords_per_thread - i * 4);
H A Dsi_pipe.h1487 void *si_create_dma_compute_shader(struct pipe_context *ctx, unsigned num_dwords_per_thread,

Completed in 20 milliseconds