Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) in MemoryAllocator() argument
117 , m_maxHeight (maxHeight) in MemoryAllocator()
323 int maxHeight; member
401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use); in iterate()
482 spec.maxHeight = 256; in init()
496 spec.maxHeight = 256; in init()
510 spec.maxHeight = 1024; in init()
524 spec.maxHeight = 1024; in init()
538 spec.maxHeight in init()
[all...]
/third_party/skia/src/core/
H A DSkRegion_path.cpp34 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
123 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { in init() argument
124 if ((maxHeight | maxTransitions) < 0) { in init()
138 size_t count = safe.mul(safe.addInt(maxHeight, 1), safe.addInt(3, maxTransitions)); in init()
H A DSkClipStack.h493 * maxWidth and maxHeight parameters can be used to limit the returned bound
498 * maximum rectangle: [0,maxWidth) x [0,maxHeight).
506 int maxHeight,
H A DSkClipStack.cpp855 int maxHeight, in getConservativeBounds()
861 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight)); in getConservativeBounds()
852 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const getConservativeBounds() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1856 SUnit *maxHeight = nullptr; in computeNodeOrder() local
1858 if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight)) in computeNodeOrder()
1859 maxHeight = I; in computeNodeOrder()
1860 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()
1861 getZeroLatencyHeight(I) > getZeroLatencyHeight(maxHeight)) in computeNodeOrder()
1862 maxHeight = I; in computeNodeOrder()
1863 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()
1865 getZeroLatencyHeight(maxHeight) && in computeNodeOrder()
1866 getMOV(I) < getMOV(maxHeight)) in computeNodeOrder()
[all...]
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js47 function maxHeight(table) { function
128 let h_max = maxHeight(table);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp532 const int maxHeight = 2048; // MAX_FRAMEBUFFER_HEIGHT in ES 3.1 in createFboNoAttachmentTests() local
545 for (int height = 16; height <= maxHeight; height *= 4) in createFboNoAttachmentTests()
629 const int height = rng.getInt(1, maxHeight); in createFboNoAttachmentTests()
H A Des31fSeparateShaderTests.cpp988 GLint maxWidth, GLint maxHeight)
993 GLint height = de::min(target.getHeight(), maxHeight);
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp138 int maxHeight) { in adjust_bounds_to_granularity()
160 // Start with the bottom side of rect so we know if we end up going pass the maxHeight. in adjust_bounds_to_granularity()
166 if (dstBounds->fBottom > maxHeight) { in adjust_bounds_to_granularity()
167 dstBounds->fBottom = maxHeight; in adjust_bounds_to_granularity()
134 adjust_bounds_to_granularity(SkIRect* dstBounds, const SkIRect& srcBounds, const VkExtent2D& granularity, int maxWidth, int maxHeight) adjust_bounds_to_granularity() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight,
H A DglsLifetimeTests.cpp657 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight, in randomViewport() argument
663 const GLint height = de::min(target.getHeight(), maxHeight); in randomViewport()
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c1266 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; in _mesa_test_framebuffer_completeness() local
1367 maxHeight = MAX2(maxHeight, texImg->Height); in _mesa_test_framebuffer_completeness()
1400 maxHeight = MAX2(maxHeight, att->Renderbuffer->Height); in _mesa_test_framebuffer_completeness()
1482 if (minWidth != maxWidth || minHeight != maxHeight) { in _mesa_test_framebuffer_completeness()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c744 uint8_t maxHeight; in tile_info() local
747 maxHeight = MIN2(sbRows - startSb, maxTileHeightSb); in tile_info()
748 height_in_sbs_minus_1 = av1_ns(vlc, maxHeight); in tile_info()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp1133 GLint maxHeight = context->getCaps().maxFramebufferHeight; in ValidateFramebufferParameteri() local
1134 if (param < 0 || param > maxHeight) in ValidateFramebufferParameteri()
/third_party/mesa3d/include/GL/
H A Dglxext.h794 int XOrigin, YOrigin, maxHeight, maxWidth; member
/third_party/openGLES/api/GL/
H A Dglxext.h779 int XOrigin, YOrigin, maxHeight, maxWidth; member
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h778 int XOrigin, YOrigin, maxHeight, maxWidth; member
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h778 int XOrigin, YOrigin, maxHeight, maxWidth; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4889 deUint32 maxHeight = properties.imageFormatProperties.maxExtent.height; in testAndroidHardwareBufferImageFormat() local
4891 TCU_CHECK(maxHeight >= 4096); in testAndroidHardwareBufferImageFormat()
5197 << " maxHeight" << properties.imageFormatProperties.maxExtent.height in testOHOSNativeBufferImageFormat()
5211 deUint32 maxHeight = properties.imageFormatProperties.maxExtent.height; in testOHOSNativeBufferImageFormat() local
5213 TCU_CHECK(maxHeight >= 4096); in testOHOSNativeBufferImageFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4580 deUint32 maxHeight = properties.imageFormatProperties.maxExtent.height; in testAndroidHardwareBufferImageFormat() local
4582 TCU_CHECK(maxHeight >= 4096); in testAndroidHardwareBufferImageFormat()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h18179 uint32_t maxHeight; member
H A Dvulkan_hash.hpp10115 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceOpticalFlowPropertiesNV.maxHeight );
H A Dvulkan_structs.hpp[all...]

Completed in 176 milliseconds