Searched refs:devicePlat (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_resource_util_vk.cpp | 48 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 D | gpu_sampler_vk.cpp | 32 … 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 D | platform_hardware_buffer_util_vk.cpp | 85 …const DevicePlatformDataVk& devicePlat = ((const DevicePlatformDataVk&)deviceVk.GetPlatformData()); in GetImageMemoryRequirements() local 86 VkDevice device = devicePlat.device; in GetImageMemoryRequirements()
|
H A D | gpu_buffer_vk.cpp | 132 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in GpuBufferVk() local 133 const VkDevice vkDevice = devicePlat.device; in GpuBufferVk()
|
H A D | gpu_image_vk.cpp | 50 void ValidateFormat(const DevicePlatformDataVk& devicePlat, const GpuImageDesc& desc) in ValidateFormat() argument 54 vkGetPhysicalDeviceFormatProperties(devicePlat.physicalDevice, // physicalDevice in ValidateFormat()
|
H A D | device_vk.cpp | 444 void CheckValidDepthFormats(const DevicePlatformDataVk& devicePlat, DevicePlatformInternalDataVk& d… in CheckValidDepthFormats() argument 452 vkGetPhysicalDeviceFormatProperties(devicePlat.physicalDevice, // physicalDevice in CheckValidDepthFormats()
|
H A D | render_backend_vk.cpp | 2254 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 D | platform_gpu_image_vk.cpp | 77 … 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 D | platform_hardware_buffer_util.cpp | 32 …const DevicePlatformDataVk& devicePlat = ((const DevicePlatformDataVk&)deviceVk.GetPlatformData()); in QueryHwBufferFormatProperties() local 33 const VkDevice device = devicePlat.device; in QueryHwBufferFormatProperties()
|