Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h61 ubyte system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
Dtgsi_scan.c511 info->system_value_semantic_name[index] = semName; in scan_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1316 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEMASK) { in tgsi_src()
1322 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEI… in tgsi_src()
1328 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEP… in tgsi_src()
1334 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANC… in tgsi_src()
1340 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXI… in tgsi_src()
1346 …} else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Re… in tgsi_src()
1352 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCAT… in tgsi_src()
1358 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSCOO… in tgsi_src()
1360 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSINN… in tgsi_src()
1362 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSOUT… in tgsi_src()
[all …]
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c565 switch (c->scan->system_value_semantic_name[index]) { in ttn_src_for_file_and_index()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1662 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()