Searched defs:gs_output_semantic_name (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c820 ubyte gs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; local
912 gs_output_semantic_name[i] = TGSI_SEMANTIC_GENERIC;
932 gs_output_semantic_name[slot] = TGSI_SEMANTIC_POSITION;
936 gs_output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
940 gs_output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
944 gs_output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
948 gs_output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
952 gs_output_semantic_name[slot] = TGSI_SEMANTIC_FOG;
956 gs_output_semantic_name[slot] = TGSI_SEMANTIC_PSIZE;
971 assert(slot < Elements(gs_output_semantic_name));
[all...]

Completed in 67 milliseconds