Searched defs:inputPrimitive (Results 1 – 8 of 8) sorted by relevance
1363 sh::TLayoutPrimitiveType inputPrimitive, in WriteGeometryShaderLayoutQualifiers()1419 sh::TLayoutTessEvaluationType inputPrimitive, in WriteTessEvaluationShaderLayoutQualifiers()
32 static std::string CreateEmptyGeometryShader(const std::string &inputPrimitive, in CreateEmptyGeometryShader()
219 for (const std::string &inputPrimitive : kInputPrimitives) in TEST_F() local
203 void compileGeometryShaderWithInputPrimitive(const std::string &inputPrimitive, in compileGeometryShaderWithInputPrimitive()
1220 TLayoutGeometry inputPrimitive; variable
2876 Optional<PrimitiveMode> inputPrimitive = in linkValidateShaders() local
2993 …const std::string inputPrimitive = ((topologyClass == TopologyClass::LINE) ? "lines" : "triangles"… in initPrograms() local