Home
last modified time | relevance | path

Searched refs:devicePlat (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp48 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugObjectNameVk() local
53 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &info); in DebugObjectNameVk()
59 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugBufferNameVk() local
66 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &info); in DebugBufferNameVk()
73 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugImageNameVk() local
80 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &img); in DebugImageNameVk()
85 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &view); in DebugImageNameVk()
90 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &viewBase); in DebugImageNameVk()
97 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugSamplerNameVk() local
104 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &info); in DebugSamplerNameVk()
H A Dgpu_sampler_vk.cpp32 … const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)deviceVk.GetPlatformData(); in CreateYcbcrConversion() local
34 const VkDevice vkDevice = devicePlat.device; in CreateYcbcrConversion()
70 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in GpuSamplerVk() local
71 const VkDevice vkDevice = devicePlat.device; in GpuSamplerVk()
H A Dplatform_hardware_buffer_util_vk.cpp85 …const DevicePlatformDataVk& devicePlat = ((const DevicePlatformDataVk&)deviceVk.GetPlatformData()); in GetImageMemoryRequirements() local
86 VkDevice device = devicePlat.device; in GetImageMemoryRequirements()
H A Dgpu_buffer_vk.cpp132 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in GpuBufferVk() local
133 const VkDevice vkDevice = devicePlat.device; in GpuBufferVk()
H A Dgpu_image_vk.cpp50 void ValidateFormat(const DevicePlatformDataVk& devicePlat, const GpuImageDesc& desc) in ValidateFormat() argument
54 vkGetPhysicalDeviceFormatProperties(devicePlat.physicalDevice, // physicalDevice in ValidateFormat()
H A Ddevice_vk.cpp444 void CheckValidDepthFormats(const DevicePlatformDataVk& devicePlat, DevicePlatformInternalDataVk& d… in CheckValidDepthFormats() argument
452 vkGetPhysicalDeviceFormatProperties(devicePlat.physicalDevice, // physicalDevice in CheckValidDepthFormats()
H A Drender_backend_vk.cpp2254 const DevicePlatformDataVk& devicePlat = deviceVk_.GetPlatformDataVk(); in RenderCommand() local
2255 const VkDevice device = devicePlat.device; in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_gpu_image_vk.cpp77 … const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in CreatePlatformHwBuffer() local
78 const VkDevice vkDevice = devicePlat.device; in CreatePlatformHwBuffer()
110 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in DestroyPlatformHwBuffer() local
111 const VkDevice device = devicePlat.device; in DestroyPlatformHwBuffer()
H A Dplatform_hardware_buffer_util.cpp32 …const DevicePlatformDataVk& devicePlat = ((const DevicePlatformDataVk&)deviceVk.GetPlatformData()); in QueryHwBufferFormatProperties() local
33 const VkDevice device = devicePlat.device; in QueryHwBufferFormatProperties()