Home
last modified time | relevance | path

Searched refs:hwBufferProperties (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dplatform_hardware_buffer_util_vk.cpp133 void FillYcbcrConversionInfo(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, in FillYcbcrConversionInfo() argument
147 hwBufferProperties.format, // format in FillYcbcrConversionInfo()
148 hwBufferProperties.suggestedYcbcrModel, // ycbcrModel in FillYcbcrConversionInfo()
149 hwBufferProperties.suggestedYcbcrRange, // ycbcrRange in FillYcbcrConversionInfo()
151 hwBufferProperties.suggestedXChromaOffset, // xChromaOffset in FillYcbcrConversionInfo()
152 hwBufferProperties.suggestedYChromaOffset, // yChromaOffset in FillYcbcrConversionInfo()
H A Dplatform_hardware_buffer_util_vk.h54 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties,
58 void FillYcbcrConversionInfo(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties,
H A Dgpu_sampler_vk.cpp36 PlatformHardwareBufferUtil::HardwareBufferProperties hwBufferProperties; in CreateYcbcrConversion() local
38 PlatformHardwareBufferUtil::FillYcbcrConversionInfo(deviceVk, hwBufferProperties, ycbcrConversionInfo); in CreateYcbcrConversion()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_gpu_image_vk.cpp55 const PlatformHardwareBufferUtil::HardwareBufferProperties hwBufferProperties = in CreatePlatformHwBuffer() local
57 if (hwBufferProperties.allocationSize > 0) { in CreatePlatformHwBuffer()
59 PlatformHardwareBufferUtil::CreateHwPlatformImage(deviceVk, hwBufferProperties, desc_, hwBuffer_); in CreatePlatformHwBuffer()
68 deviceVk, hwBufferProperties, ycbcrConversionCreateInfo); in CreatePlatformHwBuffer()
73 hwBufferProperties.externalFormat, // externalFormat in CreatePlatformHwBuffer()
H A Dplatform_hardware_buffer_util.cpp72 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, in CreateHwPlatformImage() argument
86 hwBufferProperties.externalFormat, // externalFormat in CreateHwPlatformImage()
107 hwBufferProperties.memoryTypeBits, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in CreateHwPlatformImage()
111 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp29 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, in CreateHwPlatformImage() argument
46 // requirements are just queried to pass validation (hw buffer requirements are in hwBufferProperties) in CreateHwPlatformImage()
52 hwBufferProperties.memoryTypeBits, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in CreateHwPlatformImage()
56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp29 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, in CreateHwPlatformImage() argument
46 // requirements are just queried to pass validation (hw buffer requirements are in hwBufferProperties) in CreateHwPlatformImage()
52 hwBufferProperties.memoryTypeBits, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in CreateHwPlatformImage()
56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp29 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, in CreateHwPlatformImage() argument
46 // requirements are just queried to pass validation (hw buffer requirements are in hwBufferProperties) in CreateHwPlatformImage()
52 hwBufferProperties.memoryTypeBits, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in CreateHwPlatformImage()
56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()

Completed in 3 milliseconds