Home
last modified time | relevance | path

Searched refs:getOutputPrimitive (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h869 TLayoutGeometry getOutputPrimitive() const { return outputPrimitive; } in getOutputPrimitive() function
DParseHelper.cpp491 TLayoutGeometry primitiveType = intermediate.getOutputPrimitive(); in handleVariable()
823 … expectedSize = maxPrimitives * TQualifier::mapGeometryToSize(intermediate.getOutputPrimitive()); in getIoArrayImplicitSize()
825 str += TQualifier::getGeometryString(intermediate.getOutputPrimitive()); in getIoArrayImplicitSize()
5544 if (intermediate.getOutputPrimitive() == ElgNone) { in finish()
9818 (intermediate.getOutputPrimitive() != ElgNone)) in updateStandaloneQualifierDefaults()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5481 deUint32 getOutputPrimitive (void);
5655 const deUint32 outputPrimitive = getOutputPrimitive(); in iterate()
5807 deUint32 VertexFeedbackCase::getOutputPrimitive (void) in getOutputPrimitive() function in deqp::gles31::Functional::__anond4d3d7a70111::VertexFeedbackCase
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1793 primitive = glslangIntermediate->getOutputPrimitive(); in TGlslangToSpvTraverser()
1843 switch (glslangIntermediate->getOutputPrimitive()) { in TGlslangToSpvTraverser()
1913 switch (glslangIntermediate->getOutputPrimitive()) { in TGlslangToSpvTraverser()