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/
H A Dtgsi_scan.h122 boolean uses_thread_id[3]; member
H A Dtgsi_scan.c131 info->uses_thread_id[i] = true; in scan_src_operand()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h349 bool uses_thread_id[3]; member
H A Dradv_shader_info.c156 info->cs.uses_thread_id[i] = true; in gather_intrinsic_info()
H A Dradv_shader.c1804 S_00B84C_TIDIG_COMP_CNT(info->cs.uses_thread_id[2] ? 2 in radv_postprocess_config()
1805 : info->cs.uses_thread_id[1] ? 1 in radv_postprocess_config()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h451 bool uses_thread_id[3]; member
H A Dsi_compute.c216 S_00B84C_TIDIG_COMP_CNT(sel->info.uses_thread_id[2] in si_create_compute_state_async()
218 : sel->info.uses_thread_id[1] ? 1 : 0) | in si_create_compute_state_async()
H A Dsi_shader_info.c500 info->uses_thread_id[i] = true; in scan_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c236 info->uses_thread_id[i] = true; in scan_instruction()

Completed in 18 milliseconds