Searched refs:colorSize (Results 1 – 2 of 2) sorted by relevance
60 size_t colorSize = (size_t)width * height * GrBytesPerPixel(config); in ComputeSize() local61 SkASSERT(colorSize > 0); in ComputeSize()63 size_t finalSize = colorSamplesPerPixel * colorSize; in ComputeSize()68 finalSize += colorSize/3; in ComputeSize()
892 …const VkDeviceSize colorSize = product(imageSize) * tcu::getPixelSize(mapVkFormat(caseDef.col… in testWithSizeReduction() local898 if (colorSize + depthStencilSize > deviceMemoryBudget) in testWithSizeReduction()