Home
last modified time | relevance | path

Searched refs:canCopyWithComputeForReadPixels (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h3232 bool canCopyWithComputeForReadPixels(const PackPixelsParams &packPixelsParams,
H A Dvk_helpers.cpp11149 bool ImageHelper::canCopyWithComputeForReadPixels(const PackPixelsParams &packPixelsParams, in canCopyWithComputeForReadPixels() function in rx::vk::ImageHelper
11469 if (canCopyWithComputeForReadPixels(packPixelsParams, srcExtent, readFormat, pixelsOffset)) in readPixelsImpl()