Searched refs:TGSI_SEMANTIC_BLOCK_ID (Results 1 – 12 of 12) sorted by relevance
90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) { in cs_run()91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID]; in cs_run()
148 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dma_compute_shader()235 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dcc_retile_cs()734 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_fmask_expand_cs()
267 return TGSI_SEMANTIC_BLOCK_ID; in tgsi_get_sysval_semantic()
125 case TGSI_SEMANTIC_BLOCK_ID: in scan_src_operand()
182 TGSI_SEMANTIC_BLOCK_ID, /**< id of the current block */ enumerator
182 #define TGSI_SEMANTIC_BLOCK_ID 16 /**< id of the current block */ macro
626 case TGSI_SEMANTIC_BLOCK_ID: in ttn_src_for_file_and_index()
1591 } else if (decl->Semantic.Name == TGSI_SEMANTIC_BLOCK_ID) { in iter_declaration()4282 ctx->system_values[j].name == TGSI_SEMANTIC_BLOCK_ID) { in get_source_info()
1536 case TGSI_SEMANTIC_BLOCK_ID: in emit_fetch_system_value()
445 case TGSI_SEMANTIC_BLOCK_ID: return nv50_ir::SV_CTAID; in translateSysVal()
3457 TGSI_SEMANTIC_BLOCK_ID subsection
1740 …lse if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_ID) { in tgsi_src()