Home
last modified time | relevance | path

Searched refs:system_value_semantic_name (Results 1 – 7 of 7) 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.c120 name = info->system_value_semantic_name[src->Register.Index]; in scan_src_operand()
647 info->system_value_semantic_name[index] = semName; in scan_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1388 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEMASK) { in tgsi_src()
1394 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEI… in tgsi_src()
1400 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEP… in tgsi_src()
1406 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANC… in tgsi_src()
1412 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXI… in tgsi_src()
1418 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_THREAD_… in tgsi_src()
1420 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_I… in tgsi_src()
1422 …} else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Re… in tgsi_src()
1428 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCAT… in tgsi_src()
1434 …} 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.c566 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.c1619 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()