Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCompiler.h109 bool isEarlyFragmentTestsSpecified() const { return mEarlyFragmentTestsSpecified; } in isEarlyFragmentTestsSpecified() function
DCompiler.cpp512 mEarlyFragmentTestsSpecified = parseContext.isEarlyFragmentTestsSpecified(); in setASTMetadata()
1025 !isEarlyFragmentTestsSpecified()) in checkAndSimplifyAST()
DParseContext.h78 bool isEarlyFragmentTestsSpecified() const { return mEarlyFragmentTestsSpecified; } in isEarlyFragmentTestsSpecified() function
DOutputGLSLBase.cpp1386 if (compiler.isEarlyFragmentTestsSpecified() || compiler.isEarlyFragmentTestsOptimized()) in EmitEarlyFragmentTestsGLSL()
DBuildSPIRV.cpp1959 if (mCompiler->isEarlyFragmentTestsSpecified() || in generateExecutionModes()