Home
last modified time | relevance | path

Searched refs:getAspects (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.hpp40 VkImageAspectFlags getAspects() const;
H A DVkFramebuffer.cpp118 clearMask &= Format(attachment.format).getAspects(); in executeLoadOp()
H A DVkImage.cpp224 memoryRequirements.size = getStorageSize(format.getAspects()) + in getMemoryRequirements()
225 (decompressedImage ? decompressedImage->getStorageSize(decompressedImage->format.getAspects()) : 0); in getMemoryRequirements()
277 decompressedImage->memoryOffset = memoryOffset + getStorageSize(format.getAspects()); in bind()
H A DVkDescriptorSetLayout.cpp387 if(format.getAspects() & VK_IMAGE_ASPECT_PLANE_2_BIT)
H A DVkFormat.cpp141 VkImageAspectFlags Format::getAspects() const in getAspects() function in vk::Format

Completed in 6 milliseconds