Home
last modified time | relevance | path

Searched refs:EOpEndPrimitive (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h256 EOpEndPrimitive enumerator
DOperator.cpp367 case EOpEndPrimitive: in GetOperatorString()
DOutputGLSLBase.cpp1030 case EOpEndPrimitive: in visitAggregate()
DSymbolTable_autogen.cpp11362 EOpEndPrimitive,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h445 EOpEndPrimitive, enumerator
DOutputSPIRV.cpp5783 case EOpEndPrimitive: in visitAggregate()
DSymbolTable_ESSL_autogen.cpp18319 EOpEndPrimitive,
18328 EOpEndPrimitive,
DSymbolTable_autogen.cpp29741 EOpEndPrimitive,
29750 EOpEndPrimitive,
/third_party/glslang/glslang/Include/
Dintermediate.h472 EOpEndPrimitive, // geometry only enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3807 case TOperator::EOpEndPrimitive: in visitOperator()
DEmitMetal.cpp653 case TOperator::EOpEndPrimitive: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp843 case EOpEndPrimitive: out.debug << "EndPrimitive"; break; in visitAggregate()
DInitialize.cpp9779 symbolTable.relateToOperator("EndPrimitive", EOpEndPrimitive); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp3107 case glslang::EOpEndPrimitive: in visitAggregate()
8817 case glslang::EOpEndPrimitive: in createNoArgOperation()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp4799 TIntermAggregate* cut = new TIntermAggregate(EOpEndPrimitive); in decomposeGeometryMethods()