Searched refs:TGSI_SEMANTIC_THREAD_ID (Results 1 – 10 of 10) sorted by relevance
56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare()57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare()
183 #define TGSI_SEMANTIC_THREAD_ID 18 /**< block-relative id of the current thread */ macro
184 TGSI_SEMANTIC_THREAD_ID, /**< block-relative id of the current thread */ enumerator
123 case TGSI_SEMANTIC_THREAD_ID: in scan_src_operand()129 if (name == TGSI_SEMANTIC_THREAD_ID) in scan_src_operand()
449 case TGSI_SEMANTIC_THREAD_ID: return nv50_ir::SV_TID; in translateSysVal()2122 if (info->sv[idx].sn == TGSI_SEMANTIC_THREAD_ID && in fetchSrc()
1264 } else if (decl->Semantic.Name == TGSI_SEMANTIC_THREAD_ID) { in iter_declaration()3252 ctx->system_values[j].name == TGSI_SEMANTIC_THREAD_ID || in get_source_info()
5449 return TGSI_SEMANTIC_THREAD_ID; in _mesa_sysval_to_semantic()
3388 TGSI_SEMANTIC_THREAD_ID subsection
2160 case TGSI_SEMANTIC_THREAD_ID: in si_load_system_value()
1418 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_ID) { in tgsi_src()