Home
last modified time | relevance | path

Searched refs:gl_FragColor_assigned (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp8528 bool gl_FragColor_assigned = false; in detect_conflicting_assignments() local
8546 gl_FragColor_assigned = true; in detect_conflicting_assignments()
8577 if (gl_FragColor_assigned && gl_FragData_assigned) { in detect_conflicting_assignments()
8580 } else if (gl_FragColor_assigned && user_defined_fs_output_assigned) { in detect_conflicting_assignments()
8588 } else if (gl_FragColor_assigned && gl_FragSecondaryData_assigned) { in detect_conflicting_assignments()