Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_THREAD_ID (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c55 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare()
56 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c122 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_dma_compute_shader()
528 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c267 return TGSI_SEMANTIC_THREAD_ID; in tgsi_get_sysval_semantic()
Dtgsi_scan.c124 case TGSI_SEMANTIC_THREAD_ID: in scan_src_operand()
130 if (name == TGSI_SEMANTIC_THREAD_ID) in scan_src_operand()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h178 TGSI_SEMANTIC_THREAD_ID, /**< block-relative id of the current thread */ enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp447 case TGSI_SEMANTIC_THREAD_ID: return nv50_ir::SV_TID; in translateSysVal()
2076 if (info_out->sv[idx].sn == TGSI_SEMANTIC_THREAD_ID && in fetchSrc()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c623 case TGSI_SEMANTIC_THREAD_ID: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1531 case TGSI_SEMANTIC_THREAD_ID: in emit_fetch_system_value()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3474 TGSI_SEMANTIC_THREAD_ID subsection
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4811 case TGSI_SEMANTIC_THREAD_ID: in emit_system_value_declaration()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1754 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_ID) { in tgsi_src()