Home
last modified time | relevance | path

Searched refs:uses_grid_size (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h128 boolean uses_grid_size; member
Dtgsi_scan.c142 info->uses_grid_size = true; in scan_src_operand()
/external/mesa3d/src/amd/vulkan/
Dradv_shader_args.c180 if (args->shader_info->cs.uses_grid_size) in allocate_user_sgprs()
466 if (args->shader_info->cs.uses_grid_size) { in radv_declare_shader_args()
724 if (args->shader_info->cs.uses_grid_size) { in radv_declare_shader_args()
Dradv_shader.h329 bool uses_grid_size; member
Dradv_shader_info.c145 info->cs.uses_grid_size = true; in gather_intrinsic_info()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c135 unsigned user_sgprs = SI_NUM_RESOURCE_SGPRS + (sel->info.uses_grid_size ? 3 : 0) + in si_create_compute_state_async()
693 12 * sel->info.uses_grid_size; in si_setup_nir_user_data()
696 if (sel->info.uses_grid_size) { in si_setup_nir_user_data()
Dsi_shader.h375 bool uses_grid_size; member
Dsi_shader_nir.c349 info->uses_grid_size = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORK_GROUPS); in si_nir_scan_shader()
Dsi_shader.c685 if (shader->selector->info.uses_grid_size) in si_create_function()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c224 info->uses_grid_size = true; in scan_instruction()