Home
last modified time | relevance | path

Searched refs:planeH (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() local
513 for (deUint32 row = 0; row < planeH; ++row) in fillImageMemory()
515 const size_t rowSize = planeSize / planeH; in fillImageMemory()
722 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() local
735 for (deUint32 row = 0; row < planeH; ++row) in readImageMemory()
737 const size_t rowSize = planeSize / planeH; in readImageMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() local
513 for (deUint32 row = 0; row < planeH; ++row) in fillImageMemory()
515 const size_t rowSize = planeSize / planeH; in fillImageMemory()
721 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() local
734 for (deUint32 row = 0; row < planeH; ++row) in readImageMemory()
736 const size_t rowSize = planeSize / planeH; in readImageMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp404 const deUint32 planeH = (formatDesc.numPlanes > 1) in uploadYCbCrImage() local
414 vk::makeExtent3D(planeW, planeH, 1u), in uploadYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp404 const deUint32 planeH = (formatDesc.numPlanes > 1) in uploadYCbCrImage() local
414 vk::makeExtent3D(planeW, planeH, 1u), in uploadYCbCrImage()

Completed in 10 milliseconds