Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp351 deUint32 currentHeight = fragmentSize.height; in testShadingRates() local
357 if (currentHeight > previousHeight) in testShadingRates()
364 currentHeight = std::numeric_limits<deUint32>::max(); in testShadingRates()
368 previousHeight = currentHeight; in testShadingRates()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp350 deUint32 currentHeight = fragmentSize.height; in testShadingRates() local
356 if (currentHeight > previousHeight) in testShadingRates()
363 currentHeight = std::numeric_limits<deUint32>::max(); in testShadingRates()
367 previousHeight = currentHeight; in testShadingRates()
/third_party/skia/tests/
H A DMipMapTest.cpp81 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
83 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight); in test_mipmap_generation()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp986 int currentHeight = rect.height(); in uploadTexDataOptimal() local
995 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal()
1001 region.bufferImageHeight = currentHeight; in uploadTexDataOptimal()
1004 region.imageExtent = {(uint32_t)currentWidth, (uint32_t)currentHeight, 1}; in uploadTexDataOptimal()
1008 currentHeight = std::max(1, currentHeight/2); in uploadTexDataOptimal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp702 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
712 ? currentHeight in generateSwapchainConfigs()
715 : de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.height)); in generateSwapchainConfigs()
H A DvktWsiSharedPresentableImageTests.cpp614 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
624 ? currentHeight in generateSwapchainConfigs()
627 : de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.height)); in generateSwapchainConfigs()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp702 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
712 ? currentHeight in generateSwapchainConfigs()
715 : de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.height)); in generateSwapchainConfigs()
H A DvktWsiSharedPresentableImageTests.cpp614 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
624 ? currentHeight in generateSwapchainConfigs()
627 : de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.height)); in generateSwapchainConfigs()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp754 int currentHeight = rect.height(); in uploadToTexture() local
766 src, srcRowBytes, trimRowBytes, currentHeight); in uploadToTexture()
769 currentHeight = std::max(1, currentHeight / 2); in uploadToTexture()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1757 const int currentHeight = std::max(1, dimensions.height() / twoToTheMipLevel); in createTexture() local
1759 currentHeight, 0, externalFormat, externalType, in createTexture()

Completed in 24 milliseconds