xref: /third_party/mesa3d/src/gallium/tests/graw/geometry-shader/line.txt
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/gallium/tests/graw/geometry-shader/
1bf215546Sopenharmony_ciGEOM
2bf215546Sopenharmony_ciPROPERTY GS_INPUT_PRIMITIVE TRIANGLES
3bf215546Sopenharmony_ciPROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP
4bf215546Sopenharmony_ciPROPERTY GS_MAX_OUTPUT_VERTICES 4
5bf215546Sopenharmony_ciDCL IN[][0], POSITION, CONSTANT
6bf215546Sopenharmony_ciDCL IN[][1], COLOR, CONSTANT
7bf215546Sopenharmony_ciDCL OUT[0], POSITION, CONSTANT
8bf215546Sopenharmony_ciDCL OUT[1], COLOR, CONSTANT
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ciMOV OUT[0], IN[0][0]
11bf215546Sopenharmony_ciMOV OUT[1], IN[0][1]
12bf215546Sopenharmony_ciEMIT
13bf215546Sopenharmony_ci
14bf215546Sopenharmony_ciMOV OUT[0], IN[1][0]
15bf215546Sopenharmony_ciMOV OUT[1], IN[0][1]
16bf215546Sopenharmony_ciEMIT
17bf215546Sopenharmony_ci
18bf215546Sopenharmony_ciMOV OUT[0], IN[2][0]
19bf215546Sopenharmony_ciMOV OUT[1], IN[2][1]
20bf215546Sopenharmony_ciEMIT
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_ciMOV OUT[0], IN[0][0]
23bf215546Sopenharmony_ciMOV OUT[1], IN[0][1]
24bf215546Sopenharmony_ciEMIT
25bf215546Sopenharmony_ci
26bf215546Sopenharmony_ciENDPRIM
27bf215546Sopenharmony_ci
28bf215546Sopenharmony_ciEND
29

Indexes created Thu Nov 07 10:32:03 CST 2024