HomeSort by relevance Sort by last modified time
    Searched full:gs_output_semantic_name (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_program.c 820 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 199 milliseconds