Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp173 deUint32 tmpSize = width * height * extent.depth * vk::mapVkFormat(format).getPixelSize(); in computeImageSize() local
181 mipSize += tmpSize; in computeImageSize()
185 mipSize = tmpSize; in computeImageSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp173 deUint32 tmpSize = width * height * extent.depth * vk::mapVkFormat(format).getPixelSize(); in computeImageSize() local
181 mipSize += tmpSize; in computeImageSize()
185 mipSize = tmpSize; in computeImageSize()
/third_party/skia/src/core/
H A DSkBlurMask.cpp584 int tmpSize = tmpWidth * tmpHeight; in BlurGroundTruth() local
586 SkAutoTMalloc<float> tmpImage(tmpSize); in BlurGroundTruth()
587 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0])); in BlurGroundTruth()
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp491 size_t tmpSize = 0; in internalWritePixels() local
495 tmpSize += src[i].info().makeColorType(allowedColorType).minRowBytes()* in internalWritePixels()
501 auto tmpData = tmpSize ? SkData::MakeUninitialized(tmpSize) : nullptr; in internalWritePixels()
502 void* tmp = tmpSize ? tmpData->writable_data() : nullptr; in internalWritePixels()

Completed in 6 milliseconds