Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp1365 sh::TLayoutPrimitiveType inputPrimitive, in WriteGeometryShaderLayoutQualifiers()
1421 sh::TLayoutTessEvaluationType inputPrimitive, in WriteTessEvaluationShaderLayoutQualifiers()
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DGeometryShader_test.cpp219 for (const std::string &inputPrimitive : kInputPrimitives) in TEST_F() local
H A DCollectVariables_test.cpp203 void compileGeometryShaderWithInputPrimitive(const std::string &inputPrimitive, in compileGeometryShaderWithInputPrimitive()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DGeometryShaderTest.cpp32 static std::string CreateEmptyGeometryShader(const std::string &inputPrimitive, in CreateEmptyGeometryShader()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dlocalintermediate.h1203 TLayoutGeometry inputPrimitive; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1185 TLayoutGeometry inputPrimitive; variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3865 …const std::string inputPrimitive = ((topologyClass == TopologyClass::LINE) ? "lines" : "triangles… in initPrograms() local