Home
last modified time | relevance | path

Searched refs:uses_thread_id (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h124 boolean uses_thread_id[3]; member
Dtgsi_scan.c131 info->uses_thread_id[i] = true; in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h389 bool uses_thread_id[3]; member
Dsi_compute.c212 S_00B84C_TIDIG_COMP_CNT(sel->info.uses_thread_id[2] in si_create_compute_state_async()
214 : sel->info.uses_thread_id[1] ? 1 : 0) | in si_create_compute_state_async()
Dsi_shader_nir.c317 info->uses_thread_id[i] = true; in scan_instruction()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h335 bool uses_thread_id[3]; member
Dradv_shader_info.c193 info->cs.uses_thread_id[i] = true; in gather_intrinsic_info()
Dradv_shader.c1470 S_00B84C_TIDIG_COMP_CNT(info->cs.uses_thread_id[2] ? 2 in radv_postprocess_config()
1471 : info->cs.uses_thread_id[1] ? 1 in radv_postprocess_config()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c240 info->uses_thread_id[i] = true; in scan_instruction()