Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h290 int fragmentOutputRegister(TIntermTyped *fragmentOutput);
DOutputASM.cpp2929 int OutputASM::fragmentOutputRegister(TIntermTyped *fragmentOutput) in fragmentOutputRegister() argument
2931 return allocate(fragmentOutputs, fragmentOutput); in fragmentOutputRegister()