Searched refs:inst_dwords (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c137 unsigned *inst_dwords = alloca(num_mem_ops * sizeof(unsigned)); local in function:si_create_dma_compute_shader
141 inst_dwords[i] = MIN2(4, num_dwords_per_thread - i*4);
154 ureg_property(ureg, TGSI_PROPERTY_CS_USER_DATA_DWORDS, inst_dwords[0]);
177 ureg_imm1u(ureg, 4 * inst_dwords[0]));
189 ureg_imm1u(ureg, 4 * inst_dwords[i] * 64));
195 u_bit_consecutive(0, inst_dwords[i]));
204 ureg_imm1u(ureg, 4 * inst_dwords[d] * 64));
208 ureg_writemask(dstbuf, u_bit_consecutive(0, inst_dwords[d]));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c126 unsigned *inst_dwords = alloca(num_mem_ops * sizeof(unsigned)); local in function:si_create_dma_compute_shader
130 inst_dwords[i] = MIN2(4, num_dwords_per_thread - i * 4);
143 ureg_property(ureg, TGSI_PROPERTY_CS_USER_DATA_COMPONENTS_AMD, inst_dwords[0]);
166 ureg_UMUL(ureg, store_addr, ureg_src(store_addr), ureg_imm1u(ureg, 4 * inst_dwords[0]));
178 ureg_imm1u(ureg, 4 * inst_dwords[i] * sscreen->compute_wave_size));
183 ureg_writemask(ureg_dst(values[i]), u_bit_consecutive(0, inst_dwords[i]));
192 ureg_imm1u(ureg, 4 * inst_dwords[d] * sscreen->compute_wave_size));
195 struct ureg_dst dst = ureg_writemask(dstbuf, u_bit_consecutive(0, inst_dwords[d]));

Completed in 6 milliseconds