Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp561 const deUint32 colorPixelSize = static_cast<deUint32>(tcu::getPixelSize(textureFormat)); in fillBuffer() local
571 for (deUint32 pixelPos = 0; pixelPos < size; pixelPos += colorPixelSize) in fillBuffer()
572 deMemcpy(&dst[pixelPos], src, colorPixelSize); in fillBuffer()
580 const deUint32 colorPixelSize = static_cast<deUint32>(tcu::getPixelSize(textureFormat)); in fillBuffer() local
590 for (deUint32 pixelPos = 0; pixelPos < size; pixelPos += colorPixelSize) in fillBuffer()
591 deMemcpy(&dst[pixelPos], src, colorPixelSize); in fillBuffer()