/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMemoryStressTests.cpp | 72 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 D | SkRegion_path.cpp | 34 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 D | SkClipStack.h | 493 * 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 D | SkClipStack.cpp | 855 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 D | MachinePipeliner.cpp | 1856 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 D | layout-manager.js | 47 function maxHeight(table) { function 128 let h_max = maxHeight(table);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboNoAttachmentTests.cpp | 532 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 D | es31fSeparateShaderTests.cpp | 988 GLint maxWidth, GLint maxHeight) 993 GLint height = de::min(target.getHeight(), maxHeight);
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.cpp | 138 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 D | glsLifetimeTests.hpp | 396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight,
|
H A D | glsLifetimeTests.cpp | 657 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 D | fbobject.c | 1266 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 D | vid_dec_av1.c | 744 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 D | validationES31.cpp | 1133 GLint maxHeight = context->getCaps().maxFramebufferHeight; in ValidateFramebufferParameteri() local 1134 if (param < 0 || param > maxHeight) in ValidateFramebufferParameteri()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 794 int XOrigin, YOrigin, maxHeight, maxWidth; member
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 779 int XOrigin, YOrigin, maxHeight, maxWidth; member
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 778 int XOrigin, YOrigin, maxHeight, maxWidth; member
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 778 int XOrigin, YOrigin, maxHeight, maxWidth; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 4889 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 D | vktApiExternalMemoryTests.cpp | 4580 deUint32 maxHeight = properties.imageFormatProperties.maxExtent.height; in testAndroidHardwareBufferImageFormat() local 4582 TCU_CHECK(maxHeight >= 4096); in testAndroidHardwareBufferImageFormat()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 18179 uint32_t maxHeight; member
|
H A D | vulkan_hash.hpp | 10115 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceOpticalFlowPropertiesNV.maxHeight );
|
H A D | vulkan_structs.hpp | [all...] |