Home
last modified time | relevance | path

Searched refs:EOpKill (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DNodeSearch.h43 case EOpKill:
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEarlyFragmentTestsOptimization.cpp58 if (node->getFlowOp() == EOpKill) in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h41 EOpKill, // Fragment only
H A DASTMetadataHLSL.cpp248 case EOpKill:
H A DOutputTree.cpp682 case EOpKill: in visitBranch()
H A DOutputGLSLBase.cpp1034 case EOpKill: in visitBranch()
H A Dglslang.y1657 $$ = context->addBranch(EOpKill, @1);
H A DTranslatorVulkan.cpp765 TIntermBranch *discard = new TIntermBranch(EOpKill, nullptr); in AddBresenhamEmulationFS()
H A DOutputHLSL.cpp2916 case EOpKill: in visitBranch()
H A DOutputSPIRV.cpp6245 case EOpKill: in visitBranch()
H A DParseContext.cpp6459 case EOpKill: in addBranch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp452 case EOpKill: out << "Branch: Kill"; break; in visitBranch()
H A Dintermediate.h183 EOpKill, // Fragment only enumerator
H A Dglslang.y1591 $$ = context->addBranch(EOpKill, @1);
H A 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/
H A DEmitMetal.cpp418 case TOperator::EOpKill: in GetOperatorString()
2378 case TOperator::EOpKill:
H A DProgramPrelude.cpp3759 case TOperator::EOpKill: in visitOperator()
/third_party/glslang/glslang/Include/
H A Dintermediate.h640 EOpKill, // Fragment only enumerator
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp1443 case EOpKill: out.debug << "Branch: Kill"; break; in visitBranch()
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp4187 statement = intermediate.addBranch(EOpKill, token.loc); in acceptJumpStatement()
H A DhlslParseHelper.cpp5005 TIntermBranch* killNode = intermediate.addBranch(EOpKill, loc); in decomposeIntrinsic()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp4160 case glslang::EOpKill: in visitBranch()

Completed in 84 milliseconds