Home
last modified time | relevance | path

Searched defs:maxVertices (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DGeometryShader_test.cpp69 sstream << ", max_vertices = " << maxVertices; in GetGeometryShaderLayout() local
605 constexpr int maxVertices = 1; in TEST_F() local
51 GetGeometryShaderLayout(const std::string &layoutType, const std::string &primitive, int invocations, int maxVertices) GetGeometryShaderLayout() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGeometryShaderTest.cpp54 ostream << "layout (max_vertices = " << maxVertices << ") out;\n"; in CreateEmptyGeometryShader() local
32 CreateEmptyGeometryShader(const std::string &inputPrimitive, const std::string &outputPrimitive, int invocations, int maxVertices) CreateEmptyGeometryShader() argument
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp219 int64_t maxVertices = DEFAULT_BUFFER_SIZE; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp174 const deInt32 maxVertices = 3u * numLayers; in initPrograms() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp855 int maxVertices = compiler->getGeometryShaderMaxVertices(); in GetGeometryShaderMaxVertices() local
H A DOutputGLSLBase.cpp1349 out << "max_vertices = " << maxVertices; in WriteGeometryShaderLayoutQualifiers() local
1307 WriteGeometryShaderLayoutQualifiers(TInfoSinkBase &out, sh::TLayoutPrimitiveType inputPrimitive, int invocations, sh::TLayoutPrimitiveType outputPrimitive, int maxVertices) WriteGeometryShaderLayoutQualifiers() argument
H A DBuildSPIRV.cpp2202 const int maxVertices = std::max(1, mCompiler->getGeometryShaderMaxVertices()); in writeExecutionModes() local
H A DTranslatorVulkan.cpp1247 int maxVertices = getGeometryShaderMaxVertices(); in translateImpl() local
H A DBaseTypes.h1378 int maxVertices; member
H A DParseContext.cpp5314 parseMaxVertices(int intValue, const TSourceLoc &intValueLine, const std::string &intValueString, int *maxVertices) parseMaxVertices() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp174 const deInt32 maxVertices = 3u * numLayers; in initPrograms() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h176 unsigned maxVertices; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1111 const VkDeviceSize maxVertices = m_parameters.multipleStreams() ? outputPrimSize * 2 : outputPrimSize; in initPrograms() local
1120 "layout(" << outputTopology << ", max_vertices = " << maxVertices << ") out;\n"; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1604 const int maxVertices = (int)getNumVertices(numInvocations, testCase); in genGeometrySource() local
2503 glw::GLint maxVertices = 0; in init() local
3129 const int maxVertices = (m_test == TEST_DIFFERENT_LAYERS) ? ((2 + m_numLayers-1) * m_numLayers) : in genGeometrySource() local
3144 buf << "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n" in genGeometrySource() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1276 const VkDeviceSize maxVertices = m_parameters.multipleStreams() ? outputPrimSize * 2 : outputPrimSize; in initPrograms() local
1285 "layout(" << outputTopology << ", max_vertices = " << maxVertices << ") out;\n"; in initPrograms() local
2285 VkDeviceSize maxVertices = (transformFeedback && m_parameters.multipleStreams()) ? outputPrimSize * 2 : outputPrimSize; in initPrograms() local
2319 "layout(" << outputTopology << ", max_vertices = " << maxVertices << ") out;\n"; in initPrograms() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp3365 Optional<GLint> maxVertices = geometryShader->getGeometryShaderMaxVertices(); in linkValidateShaders() local
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp806 unsigned int maxVertices = intermediate.getVertices() != TQualifier::layoutNotSet ? intermediate.getVertices() : 0; in getIoArrayImplicitSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3717 uint32_t maxVertices = 0u; in initPrograms() local

Completed in 105 milliseconds