Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h55 ubyte system_value_semantic_name[PIPE_MAX_SHADER_INPUTS]; member
Dtgsi_scan.c174 info->system_value_semantic_name[index] = semName; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c797 switch (info->system_value_semantic_name[reg->Register.Index]) { in emit_fetch_system_value()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c964 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANCEID) { in tgsi_src()
970 …} else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXI… in tgsi_src()