Searched defs:imageAspectFlags (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/ |
H A D | platform_hardware_buffer_util.cpp | 45 const VkImageAspectFlags imageAspectFlags = VK_IMAGE_ASPECT_COLOR_BIT; in CreateHwPlatformImage() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
H A D | platform_hardware_buffer_util.cpp | 45 const VkImageAspectFlags imageAspectFlags = VK_IMAGE_ASPECT_COLOR_BIT; in CreateHwPlatformImage() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/ |
H A D | platform_hardware_buffer_util.cpp | 45 const VkImageAspectFlags imageAspectFlags = VK_IMAGE_ASPECT_COLOR_BIT; in CreateHwPlatformImage() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | platform_hardware_buffer_util_vk.cpp | 77 GetImageMemoryRequirements(const DeviceVk& deviceVk, const VkImage image, const VkImageAspectFlags imageAspectFlags, const bool useMemoryRequirements2) GetImageMemoryRequirements() argument
|
H A D | gpu_image_vk.cpp | 154 CreateImageView(const VkDevice device, const VkSamplerYcbcrConversionInfo* ycbcrConversionInfo, const ImageInputStruct& imageInput, const VkImageViewType imageViewType, const VkImageAspectFlags imageAspectFlags, const uint32_t baseMipLevel, const uint32_t levelCount, const uint32_t baseArrayLayer, const uint32_t layerCount) CreateImageView() argument 338 CreateVkImageViews( VkImageAspectFlags imageAspectFlags, const VkSamplerYcbcrConversionInfo* ycbcrConversionInfo) CreateVkImageViews() argument [all...] |
H A D | pipeline_create_functions_vk.cpp | 217 VkImageAspectFlags imageAspectFlags = 0; in CreateAttachmentReferences2() local
|
Completed in 4 milliseconds