HomeSort by relevance Sort by last modified time
    Searched defs:output_semantic_name (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 55 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */ member in struct:tgsi_shader_info
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 240 ubyte output_semantic_name[VARYING_SLOT_MAX] = {0}; local
283 output_semantic_name[slot] = TGSI_SEMANTIC_POSITION;
287 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
291 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
295 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
299 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
303 output_semantic_name[slot] = TGSI_SEMANTIC_FOG;
307 output_semantic_name[slot] = TGSI_SEMANTIC_PSIZE;
311 output_semantic_name[slot] = TGSI_SEMANTIC_CLIPDIST;
315 output_semantic_name[slot] = TGSI_SEMANTIC_CLIPDIST
1206 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; local
    [all...]

Completed in 86 milliseconds