| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 56 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 D | sp_compute.c | 56 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 D | tgsi_from_mesa.c | 267 return TGSI_SEMANTIC_THREAD_ID;
|
| H A D | tgsi_scan.c | 124 case TGSI_SEMANTIC_THREAD_ID: 130 if (name == TGSI_SEMANTIC_THREAD_ID)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 158 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 D | si_shader.c | 2216 case TGSI_SEMANTIC_THREAD_ID:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 147 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 D | p_shader_tokens.h | 184 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 D | p_shader_tokens.h | 178 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 D | tgsi_scan.c | 124 case TGSI_SEMANTIC_THREAD_ID: 130 if (name == TGSI_SEMANTIC_THREAD_ID)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 622 case TGSI_SEMANTIC_THREAD_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 449 case TGSI_SEMANTIC_THREAD_ID: return nv50_ir::SV_TID; 2094 if (info->sv[idx].sn == TGSI_SEMANTIC_THREAD_ID &&
|
| H A D | nv50_ir_from_nir.cpp | 1069 *name = TGSI_SEMANTIC_THREAD_ID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 447 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 D | lp_bld_tgsi_soa.c | 1531 case TGSI_SEMANTIC_THREAD_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 5802 return TGSI_SEMANTIC_THREAD_ID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 3410 TGSI_SEMANTIC_THREAD_ID subsubsection in subsection:Declaration Semantic
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 3474 TGSI_SEMANTIC_THREAD_ID subsubsection in subsection:Declaration Semantic
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 1655 } 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 D | r600_shader.c | 1743 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_ID) {
|