Home
last modified time | relevance | path

Searched refs:system_value_semantic_name (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h60 ubyte system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
Dtgsi_scan.c121 name = info->system_value_semantic_name[src->Register.Index]; in scan_src_operand()
693 info->system_value_semantic_name[index] = semName; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_dump.c189 PRINT_UINT_ARRAY_MEMBER(system_value_semantic_name, i); in print_pipe_info()
Dr600_shader.c1724 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 …]
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c598 switch (c->scan->system_value_semantic_name[index]) { in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1487 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()