Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp2844 const uint32_t totalPixelCount = in copyImageBits() local
2849 roundUpPow2<uint32_t>(srcPixelBytes * totalPixelCount, sizeof(uint32_t)); in copyImageBits()
2851 roundUpPow2<uint32_t>(dstPixelBytes * totalPixelCount, sizeof(uint32_t)); in copyImageBits()
2940 shaderParams.componentCount = totalPixelCount * shaderParams.Nd; in copyImageBits()