| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) { 91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) { 91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 269 return TGSI_SEMANTIC_BLOCK_ID;
|
| H A D | tgsi_scan.c | 125 case TGSI_SEMANTIC_BLOCK_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 159 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); 249 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0);
|
| H A D | si_shader.c | 2202 case TGSI_SEMANTIC_BLOCK_ID:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 148 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); 715 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 182 TGSI_SEMANTIC_BLOCK_ID, /**< id of the current block */ enumerator in enum:tgsi_semantic
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 176 TGSI_SEMANTIC_BLOCK_ID, /**< id of the current block */ enumerator in enum:tgsi_semantic
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 125 case TGSI_SEMANTIC_BLOCK_ID:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 625 case TGSI_SEMANTIC_BLOCK_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 1072 *name = TGSI_SEMANTIC_BLOCK_ID;
|
| H A D | nv50_ir_from_tgsi.cpp | 447 case TGSI_SEMANTIC_BLOCK_ID: return nv50_ir::SV_CTAID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 445 case TGSI_SEMANTIC_BLOCK_ID: return nv50_ir::SV_CTAID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 1536 case TGSI_SEMANTIC_BLOCK_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 5804 return TGSI_SEMANTIC_BLOCK_ID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 3396 TGSI_SEMANTIC_BLOCK_ID subsubsection in subsection:Declaration Semantic
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 3460 TGSI_SEMANTIC_BLOCK_ID subsubsection in subsection:Declaration Semantic
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 1657 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_ID) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 1745 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_ID) {
|