Home
last modified time | relevance | path

Searched defs:outputPrimitive (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp458 PIPE_TESSELLATOR_OUTPUT_PRIMITIVE outputPrimitive) in Init()
2122 PIPE_TESSELLATOR_OUTPUT_PRIMITIVE outputPrimitive) in Init()
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp1367 sh::TLayoutPrimitiveType outputPrimitive, in WriteGeometryShaderLayoutQualifiers()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DGeometryShaderTest.cpp33 const std::string &outputPrimitive, in CreateEmptyGeometryShader()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dlocalintermediate.h1204 TLayoutGeometry outputPrimitive; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1186 TLayoutGeometry outputPrimitive; variable
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp6101 const uint32_t outputPrimitive = getOutputPrimitive(); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3867 …const std::string outputPrimitive = ((topologyClass == TopologyClass::LINE) ? "line_strip" : "tria… in initPrograms() local