Home
last modified time | relevance | path

Searched refs:EOpKill (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeSearch.h43 case EOpKill: in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeSearch.h43 case EOpKill: in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DEarlyFragmentTestsOptimization.cpp58 if (node->getFlowOp() == EOpKill) in visitBranch()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h201 EOpKill, // Fragment only enumerator
DOperator.cpp293 case EOpKill: in GetOperatorString()
DASTMetadataHLSL.cpp264 case EOpKill: in visitBranch()
DOutputTree.cpp658 case EOpKill: in visitBranch()
DTranslatorVulkan.cpp607 TIntermBranch *discard = new TIntermBranch(EOpKill, nullptr); in AddLineSegmentRasterizationEmulation()
DOutputGLSLBase.cpp1123 case EOpKill: in visitBranch()
Dglslang.y1433 $$ = context->addBranch(EOpKill, @1);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h41 EOpKill, // Fragment only enumerator
DASTMetadataHLSL.cpp248 case EOpKill: in visitBranch()
DOutputTree.cpp682 case EOpKill: in visitBranch()
DOutputGLSLBase.cpp1034 case EOpKill: in visitBranch()
DTranslatorVulkan.cpp765 TIntermBranch *discard = new TIntermBranch(EOpKill, nullptr); in AddBresenhamEmulationFS()
Dglslang.y1657 $$ = context->addBranch(EOpKill, @1);
DOutputHLSL.cpp2916 case EOpKill: in visitBranch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DintermOut.cpp452 case EOpKill: out << "Branch: Kill"; break; in visitBranch()
Dintermediate.h183 EOpKill, // Fragment only enumerator
Dglslang.y1591 $$ = context->addBranch(EOpKill, @1);
DOutputASM.cpp1970 case EOpKill: if(visit == PostVisit) emit(sw::Shader::OPCODE_DISCARD); break; in visitBranch()
4060 case EOpKill: in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp418 case TOperator::EOpKill: in GetOperatorString()
2378 case TOperator::EOpKill: in visitBranch()
DProgramPrelude.cpp3759 case TOperator::EOpKill: in visitOperator()
/third_party/glslang/glslang/Include/
Dintermediate.h644 EOpKill, // Fragment only enumerator
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp1404 case EOpKill: out.debug << "Branch: Kill"; break; in visitBranch()

12