Home
last modified time | relevance | path

Searched refs:VulkanHandleCast (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp65 VK_OBJECT_TYPE_BUFFER, VulkanHandleCast<uint64_t>(plat.buffer), name.data() }; in DebugBufferNameVk()
79 VK_OBJECT_TYPE_IMAGE, VulkanHandleCast<uint64_t>(plat.image), name.data() }; in DebugImageNameVk()
84 VK_OBJECT_TYPE_IMAGE_VIEW, VulkanHandleCast<uint64_t>(plat.imageView), name.data() }; in DebugImageNameVk()
89 VK_OBJECT_TYPE_IMAGE_VIEW, VulkanHandleCast<uint64_t>(plat.imageViewBase), name.data() }; in DebugImageNameVk()
103 VK_OBJECT_TYPE_SAMPLER, VulkanHandleCast<uint64_t>(plat.sampler), name.data() }; in DebugSamplerNameVk()
H A Dgpu_semaphore_vk.cpp49 plat_.semaphore = VulkanHandleCast<VkSemaphore>(handle); in GpuSemaphoreVk()
67 return VulkanHandleCast<uint64_t>(plat_.semaphore); in GetHandle()
H A Dnode_context_pool_manager_vk.cpp350 VulkanHandleCast<uint64_t>(cmdPoolRef.commandBuffer.commandBuffer), debugName_ + "_cmd_buf"); in BeginBackendFrame()
355 VulkanHandleCast<uint64_t>(cmdPoolRef.commandBuffer.commandBuffer), debugName_ + "_secondary_cmd_buf"); in BeginBackendFrame()
471 VulkanHandleCast<uint64_t>(renderPassData.renderPassCompatibility), debugName_ + "_rp_compatibility");
487 VulkanHandleCast<uint64_t>(renderPassData.framebuffer),
505 VulkanHandleCast<uint64_t>(renderPassData.renderPass), debugName_ + "_rp");
H A Dswapchain_vk.cpp255 surface_ = VulkanHandleCast<VkSurfaceKHR>(swapchainCreateInfo.surfaceHandle); in SwapchainVk()
452 return VulkanHandleCast<uint64_t>(surface_); in GetSurfaceHandle()
H A Drender_backend_vk.cpp544 VulkanHandleCast<VkSemaphore>(swapRef.config.gpuSemaphoreHandle);
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h229 inline OutHandle VulkanHandleCast(InHandle handle) in VulkanHandleCast() function

Completed in 7 milliseconds