Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp131 if (imageInfo->imageCreateInfoShallow.samples != VK_SAMPLE_COUNT_1_BIT) { in saveImageContent()
135 const VkImageCreateInfo& imageCreateInfo = imageInfo->imageCreateInfoShallow; in saveImageContent()
186 for (uint32_t mipLevel = 0; mipLevel < imageInfo->imageCreateInfoShallow.mipLevels; in saveImageContent()
188 for (uint32_t arrayLayer = 0; arrayLayer < imageInfo->imageCreateInfoShallow.arrayLayers; in saveImageContent()
286 const VkImageCreateInfo& imageCreateInfo = imageInfo->imageCreateInfoShallow; in loadImageContent()
301 if (imageInfo->imageCreateInfoShallow.samples != VK_SAMPLE_COUNT_1_BIT) { in loadImageContent()
385 for (uint32_t mipLevel = 0; mipLevel < imageInfo->imageCreateInfoShallow.mipLevels; in loadImageContent()
387 for (uint32_t arrayLayer = 0; arrayLayer < imageInfo->imageCreateInfoShallow.arrayLayers; in loadImageContent()
DVkCommonOperations.cpp2045 infoPtr->imageCreateInfoShallow = vk_make_orphan_copy(*imageCi); in initializeVkColorBufferLocked()
2143 .format = infoPtr->imageCreateInfoShallow.format, in initializeVkColorBufferLocked()
2273 .linearTiling = info->imageCreateInfoShallow.tiling == VK_IMAGE_TILING_LINEAR, in exportColorBufferMemory()
2397 bool result = getFormatTransferInfo(colorBufferInfo->imageCreateInfoShallow.format, in readColorBufferToBytes()
2398 colorBufferInfo->imageCreateInfoShallow.extent.width, in readColorBufferToBytes()
2399 colorBufferInfo->imageCreateInfoShallow.extent.height, in readColorBufferToBytes()
2410 colorBufferHandle, 0, 0, colorBufferInfo->imageCreateInfoShallow.extent.width, in readColorBufferToBytes()
2411 colorBufferInfo->imageCreateInfoShallow.extent.height, bytes->data()); in readColorBufferToBytes()
2452 if (x != 0 || y != 0 || w != colorBufferInfo->imageCreateInfoShallow.extent.width || in readColorBufferToBytesLocked()
2453 h != colorBufferInfo->imageCreateInfoShallow.extent.height) { in readColorBufferToBytesLocked()
[all …]
DVkDecoderInternalStructs.h240 VkImageCreateInfo imageCreateInfoShallow; member
DVkCommonOperations.h325 VkImageCreateInfo imageCreateInfoShallow = {}; member
DVkDecoderGlobalState.cpp2165 imageInfo.imageCreateInfoShallow = vk_make_orphan_copy(*pCreateInfo); in on_vkCreateImage()
2215 ici = imageInfo->imageCreateInfoShallow; in performBindImageMemoryDeferredAhb()
6547 std::make_unique<VkImageCreateInfo>(colorBufferInfo.imageCreateInfoShallow); in transformImpl_VkImageCreateInfo_tohost()