Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h114 bool isEarlyFragmentTestsSpecified() const { return mEarlyFragmentTestsSpecified; } in isEarlyFragmentTestsSpecified() function
DCompiler.cpp554 mEarlyFragmentTestsSpecified = parseContext.isEarlyFragmentTestsSpecified(); in setASTMetadata()
1107 !isEarlyFragmentTestsSpecified()) in checkAndSimplifyAST()
DParseContext.h78 bool isEarlyFragmentTestsSpecified() const { return mEarlyFragmentTestsSpecified; } in isEarlyFragmentTestsSpecified() function
DOutputGLSLBase.cpp1429 if (compiler.isEarlyFragmentTestsSpecified() || compiler.isEarlyFragmentTestsOptimized()) in EmitEarlyFragmentTestsGLSL()
DBuildSPIRV.cpp2160 if (mCompiler->isEarlyFragmentTestsSpecified() || in writeExecutionModes()