Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:output_semantic_name

240    ubyte output_semantic_name[VARYING_SLOT_MAX] = {0};
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;
327 output_semantic_name[slot] = TGSI_SEMANTIC_CLIPVERTEX;
331 output_semantic_name[slot] = TGSI_SEMANTIC_LAYER;
335 output_semantic_name[slot] = TGSI_SEMANTIC_VIEWPORT_INDEX;
348 output_semantic_name[slot] = TGSI_SEMANTIC_TEXCOORD;
357 output_semantic_name[slot] = TGSI_SEMANTIC_GENERIC;
366 output_semantic_name[num_outputs] = TGSI_SEMANTIC_EDGEFLAG;
433 output_semantic_name,
456 output_semantic_name,
1206 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
1319 output_semantic_name[i] = TGSI_SEMANTIC_GENERIC;
1337 output_semantic_name[slot] = TGSI_SEMANTIC_POSITION;
1341 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
1345 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
1349 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
1353 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
1357 output_semantic_name[slot] = TGSI_SEMANTIC_FOG;
1361 output_semantic_name[slot] = TGSI_SEMANTIC_PSIZE;
1365 output_semantic_name[slot] = TGSI_SEMANTIC_CLIPVERTEX;
1369 output_semantic_name[slot] = TGSI_SEMANTIC_CLIPDIST;
1373 output_semantic_name[slot] = TGSI_SEMANTIC_CLIPDIST;
1382 output_semantic_name[slot] = TGSI_SEMANTIC_LAYER;
1386 output_semantic_name[slot] = TGSI_SEMANTIC_PRIMID;
1390 output_semantic_name[slot] = TGSI_SEMANTIC_VIEWPORT_INDEX;
1394 output_semantic_name[slot] = TGSI_SEMANTIC_TESSOUTER;
1398 output_semantic_name[slot] = TGSI_SEMANTIC_TESSINNER;
1410 output_semantic_name[slot] = TGSI_SEMANTIC_TEXCOORD;
1417 assert(slot < ARRAY_SIZE(output_semantic_name));
1420 output_semantic_name[slot] = TGSI_SEMANTIC_GENERIC;
1436 output_semantic_name[slot] = TGSI_SEMANTIC_PATCH;
1457 output_semantic_name,