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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h55 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */ member in struct:tgsi_shader_info
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c240 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[slo
1206 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; local
[all...]

Completed in 76 milliseconds