/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | GeometryShader_test.cpp | 69 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 D | GeometryShaderTest.cpp | 54 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 D | AALinearizingConvexPathRenderer.cpp | 219 int64_t maxVertices = DEFAULT_BUFFER_SIZE; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 174 const deInt32 maxVertices = 3u * numLayers; in initPrograms() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderLang.cpp | 855 int maxVertices = compiler->getGeometryShaderMaxVertices(); in GetGeometryShaderMaxVertices() local
|
H A D | OutputGLSLBase.cpp | 1349 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 D | BuildSPIRV.cpp | 2202 const int maxVertices = std::max(1, mCompiler->getGeometryShaderMaxVertices()); in writeExecutionModes() local
|
H A D | TranslatorVulkan.cpp | 1247 int maxVertices = getGeometryShaderMaxVertices(); in translateImpl() local
|
H A D | BaseTypes.h | 1378 int maxVertices; member
|
H A D | ParseContext.cpp | 5314 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 D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 174 const deInt32 maxVertices = 3u * numLayers; in initPrograms() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_driver.h | 176 unsigned maxVertices; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 1111 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 D | vktMeshShaderPropertyTestsEXT.cpp | 1120 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 D | vktMeshShaderPropertyTestsEXT.cpp | 1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 1604 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 D | vktPrimitivesGeneratedQueryTests.cpp | 1276 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 D | Program.cpp | 3365 Optional<GLint> maxVertices = geometryShader->getGeometryShaderMaxVertices(); in linkValidateShaders() local
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 806 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 D | vktPipelineExtendedDynamicStateTests.cpp | 3717 uint32_t maxVertices = 0u; in initPrograms() local
|