Searched refs:uses_variable_block_size (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c139 (sel->info.uses_variable_block_size ? 1 : 0) +
731 unsigned cs_user_data_reg = block_size_reg + 4 * program->sel.info.uses_variable_block_size;
753 if (sel->info.uses_variable_block_size) {
H A Dsi_shader.h391 bool uses_variable_block_size; member in struct:si_shader_info
H A Dsi_shader_nir.c447 info->uses_variable_block_size = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_WORKGROUP_SIZE);
H A Dsi_shader_llvm.c416 ctx->shader->selector->info.uses_variable_block_size);
H A Dsi_shader.c704 if (shader->selector->info.uses_variable_block_size)

Completed in 13 milliseconds