Searched refs:TGSI_SEMANTIC_THREAD_ID (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) {
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) {
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c267 return TGSI_SEMANTIC_THREAD_ID;
H A Dtgsi_scan.c124 case TGSI_SEMANTIC_THREAD_ID:
130 if (name == TGSI_SEMANTIC_THREAD_ID)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c158 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
248 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
H A Dsi_shader.c2216 case TGSI_SEMANTIC_THREAD_ID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c147 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
714 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h184 TGSI_SEMANTIC_THREAD_ID, /**< block-relative id of the current thread */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h178 TGSI_SEMANTIC_THREAD_ID, /**< block-relative id of the current thread */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c124 case TGSI_SEMANTIC_THREAD_ID:
130 if (name == TGSI_SEMANTIC_THREAD_ID)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c622 case TGSI_SEMANTIC_THREAD_ID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp449 case TGSI_SEMANTIC_THREAD_ID: return nv50_ir::SV_TID;
2094 if (info->sv[idx].sn == TGSI_SEMANTIC_THREAD_ID &&
H A Dnv50_ir_from_nir.cpp1069 *name = TGSI_SEMANTIC_THREAD_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp447 case TGSI_SEMANTIC_THREAD_ID: return nv50_ir::SV_TID;
2076 if (info_out->sv[idx].sn == TGSI_SEMANTIC_THREAD_ID &&
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1531 case TGSI_SEMANTIC_THREAD_ID:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5802 return TGSI_SEMANTIC_THREAD_ID;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3410 TGSI_SEMANTIC_THREAD_ID subsubsection in subsection:Declaration Semantic
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst3474 TGSI_SEMANTIC_THREAD_ID subsubsection in subsection:Declaration Semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1655 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_ID) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1743 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_ID) {

Completed in 86 milliseconds