Home
last modified time | relevance | path

Searched defs:deviceVk (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp24 HardwareBufferProperties QueryHwBufferFormatProperties(const DeviceVk& deviceVk, uintptr_t hwBuffer) in QueryHwBufferFormatProperties()
29 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties&… in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp24 HardwareBufferProperties QueryHwBufferFormatProperties(const DeviceVk& deviceVk, uintptr_t hwBuffer) in QueryHwBufferFormatProperties()
29 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties&… in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_gpu_image_vk.cpp52 const DeviceVk& deviceVk = (const DeviceVk&)device_; in CreatePlatformHwBuffer() local
108 const DeviceVk& deviceVk = (const DeviceVk&)device_; in DestroyPlatformHwBuffer() local
H A Dplatform_hardware_buffer_util.cpp28 HardwareBufferProperties QueryHwBufferFormatProperties(const DeviceVk& deviceVk, uintptr_t hwBuffer) in QueryHwBufferFormatProperties()
72 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties&… in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp24 HardwareBufferProperties QueryHwBufferFormatProperties(const DeviceVk& deviceVk, uintptr_t hwBuffer) in QueryHwBufferFormatProperties()
29 HardwareBufferImage CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties&… in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dplatform_hardware_buffer_util_vk.cpp77 VkMemoryRequirements GetImageMemoryRequirements(const DeviceVk& deviceVk, const VkImage image, in GetImageMemoryRequirements()
122 void DestroyHwPlatformImage(const DeviceVk& deviceVk, VkImage image, VkDeviceMemory deviceMemory) in DestroyHwPlatformImage()
133 void FillYcbcrConversionInfo(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProp… in FillYcbcrConversionInfo()
H A Dgpu_sampler_vk.cpp30 VkSamplerYcbcrConversion CreateYcbcrConversion(const DeviceVk& deviceVk, const GpuSamplerDesc& desc) in CreateYcbcrConversion()
69 const DeviceVk& deviceVk = (const DeviceVk&)device_; in GpuSamplerVk() local
H A Dgpu_buffer_vk.cpp131 const DeviceVk& deviceVk = (const DeviceVk&)device_; in GpuBufferVk() local
164 const DeviceVk& deviceVk = (const DeviceVk&)device_; in ~GpuBufferVk() local
H A Dpipeline_create_functions_vk.cpp42 inline Size2D ClampShadingRateAttachmentTexelSize(const DeviceVk& deviceVk, const Size2D val) in ClampShadingRateAttachmentTexelSize()
234 VkRenderPass CreateRenderPassCombined(const DeviceVk& deviceVk, const RenderPassDesc& renderPassDes… in CreateRenderPassCombined()
413 VkRenderPass CreateRenderPassCombined2(const DeviceVk& deviceVk, const RenderPassDesc& renderPassDe… in CreateRenderPassCombined2()
645 VkRenderPass RenderPassCreatorVk::CreateRenderPass(const DeviceVk& deviceVk, in CreateRenderPass()
673 VkRenderPass RenderPassCreatorVk::CreateRenderPassCompatibility(const DeviceVk& deviceVk, in CreateRenderPassCompatibility()
H A Dnode_context_pool_manager_vk.cpp269 const DeviceVk& deviceVk = static_cast<const DeviceVk&>(device_); local
419 const DeviceVk& deviceVk = (const DeviceVk&)device_; in GetRenderPassData() local
H A Dpipeline_state_object_vk.cpp187 const DeviceVk& deviceVk = (const DeviceVk&)device_; in GraphicsPipelineStateObjectVk() local
539 const DeviceVk& deviceVk = (const DeviceVk&)device_; in ComputePipelineStateObjectVk() local
H A Dgpu_image_vk.cpp88 BASE_NS::Format CheckDepthFormat(const DeviceVk& deviceVk, const BASE_NS::Format format) in CheckDepthFormat()
H A Dswapchain_vk.cpp40 Format GetValidDepthFormat(const DeviceVk& deviceVk) in GetValidDepthFormat()
H A Dnode_context_descriptor_set_manager_vk.cpp548 const DeviceVk& deviceVk = (const DeviceVk&)device_; in CreateGpuDescriptorSet() local
H A Ddevice_vk.cpp1435 LowLevelDeviceVk::LowLevelDeviceVk(DeviceVk& deviceVk) in LowLevelDeviceVk()