Home
last modified time | relevance | path

Searched refs:uses_grid_size (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_cs.c56 if (svga->curr.grid_info.indirect && cs->base.info.uses_grid_size) { in make_cs_key()
H A Dsvga_tgsi.c417 info->uses_grid_size = tgsi_info->uses_grid_size; in svga_tgsi_scan_shader()
H A Dsvga_shader.h321 boolean uses_grid_size; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h125 boolean uses_grid_size; member
H A Dtgsi_scan.c142 info->uses_grid_size = true; in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c138 unsigned user_sgprs = SI_NUM_RESOURCE_SGPRS + (sel->info.uses_grid_size ? 3 : 0) + in si_create_compute_state_async()
765 12 * sel->info.uses_grid_size; in si_setup_nir_user_data()
770 if (sel->info.uses_grid_size) { in si_setup_nir_user_data()
H A Dsi_shader.h454 bool uses_grid_size; member
H A Dsi_shader_info.c635 info->uses_grid_size = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS); in si_nir_scan_shader()
H A Dsi_shader.c752 if (shader->selector->info.uses_grid_size) in si_init_shader_args()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c597 info->cs.uses_grid_size = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS); in radv_nir_shader_info_pass()
620 info->cs.uses_grid_size = true; in radv_nir_shader_info_pass()
H A Dradv_shader.h347 bool uses_grid_size; member
H A Dradv_shader_args.c176 if (info->cs.uses_grid_size) in allocate_user_sgprs()
580 if (info->cs.uses_grid_size) { in radv_declare_shader_args()
H A Dradv_cmd_buffer.c6771 const uint32_t xyz_dim_enable = compute_shader->info.cs.uses_grid_size; in radv_cs_emit_dispatch_taskmesh_indirect_multi_ace_packet()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c220 info->uses_grid_size = true; in scan_instruction()

Completed in 32 milliseconds