Home | History | Annotate | Download | only in glsl

Lines Matching full:shader

3 1) lex and yacc-based preprocessor takes the incoming shader string
4 and produces a new string containing the preprocessed shader. This
26 outputs of the vertex shader match the inputs of the fragment shader,
36 shader program and producing a compiled program for each stage. See
57 shader IR backend could potentially even handle some matrix operations
58 without breaking them down, but the 965 fragment shader IR backend
69 standalone compiler against a shader:
154 for the 965 fragment shader backend when that is developed.
207 shader's IR list, and the old context full of dead nodes is freed.