Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h59 ubyte system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
Dtgsi_scan.c346 info->system_value_semantic_name[index] = semName; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h61 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()
692 info->system_value_semantic_name[index] = semName; in scan_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_dump.c195 PRINT_UINT_ARRAY_MEMBER(system_value_semantic_name, i); in print_pipe_info()
Dr600_shader.c1708 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEMASK) { in tgsi_src()
1714 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEI… in tgsi_src()
1720 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEP… in tgsi_src()
1726 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANC… in tgsi_src()
1732 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXI… in tgsi_src()
1738 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_… in tgsi_src()
1740 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_I… in tgsi_src()
1742 …} else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Re… in tgsi_src()
1748 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCAT… in tgsi_src()
1754 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSCOO… in tgsi_src()
[all …]
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c590 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.c1487 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()