Home | History | Annotate | Download | only in glsl

Lines Matching refs:FragDepthLayout

2284             prog->FragDepthLayout = FRAG_DEPTH_LAYOUT_NONE;
2287 prog->FragDepthLayout = FRAG_DEPTH_LAYOUT_ANY;
2290 prog->FragDepthLayout = FRAG_DEPTH_LAYOUT_GREATER;
2293 prog->FragDepthLayout = FRAG_DEPTH_LAYOUT_LESS;
2296 prog->FragDepthLayout = FRAG_DEPTH_LAYOUT_UNCHANGED;