Searched refs:system_value_semantic_name (Results 1 – 6 of 6) sorted by relevance
60 ubyte system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
121 name = info->system_value_semantic_name[src->Register.Index]; in scan_src_operand()693 info->system_value_semantic_name[index] = semName; in scan_declaration()
189 PRINT_UINT_ARRAY_MEMBER(system_value_semantic_name, i); in print_pipe_info()
1724 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEMASK) { in tgsi_src()1730 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEI… in tgsi_src()1736 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEP… in tgsi_src()1742 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANC… in tgsi_src()1748 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXI… in tgsi_src()1754 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_… in tgsi_src()1756 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_I… in tgsi_src()1758 …} else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Re… in tgsi_src()1764 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCAT… in tgsi_src()1770 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSCOO… in tgsi_src()[all …]
598 switch (c->scan->system_value_semantic_name[index]) { in ttn_src_for_file_and_index()
1487 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()