Searched refs:hwBufferProperties (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | platform_hardware_buffer_util_vk.cpp | 133 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 D | platform_hardware_buffer_util_vk.h | 54 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, 58 void FillYcbcrConversionInfo(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties,
|
H A D | gpu_sampler_vk.cpp | 36 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 D | platform_gpu_image_vk.cpp | 55 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 D | platform_hardware_buffer_util.cpp | 72 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 D | platform_hardware_buffer_util.cpp | 29 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 D | platform_hardware_buffer_util.cpp | 29 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 D | platform_hardware_buffer_util.cpp | 29 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 2 milliseconds