Lines Matching refs:dispatch
334 …VkType(VkObjectT underlying, bool dispatchable = false, VulkanDispatch* dispatch = nullptr, bool o… in new_boxed_VkType() argument
338 if (dispatch != nullptr) { in new_boxed_VkType()
339 info.dispatch = dispatch; in new_boxed_VkType()
341 info.dispatch = new VulkanDispatch(); in new_boxed_VkType()
514 return info->dispatch; in get_dispatch_VkType()
521 VkInstance new_boxed_VkInstance(VkInstance unboxed, VulkanDispatch* dispatch, bool ownsDispatch) { in new_boxed_VkInstance() argument
522 return new_boxed_VkType<VkInstance>(unboxed, /*dispatchable=*/true, dispatch, ownsDispatch); in new_boxed_VkInstance()
553 VkPhysicalDevice new_boxed_VkPhysicalDevice(VkPhysicalDevice unboxed, VulkanDispatch* dispatch, boo… in new_boxed_VkPhysicalDevice() argument
554 … return new_boxed_VkType<VkPhysicalDevice>(unboxed, /*dispatchable=*/true, dispatch, ownsDispatch); in new_boxed_VkPhysicalDevice()
585 VkDevice new_boxed_VkDevice(VkDevice unboxed, VulkanDispatch* dispatch, bool ownsDispatch) { in new_boxed_VkDevice() argument
586 return new_boxed_VkType<VkDevice>(unboxed, /*dispatchable=*/true, dispatch, ownsDispatch); in new_boxed_VkDevice()
617 VkCommandBuffer new_boxed_VkCommandBuffer(VkCommandBuffer unboxed, VulkanDispatch* dispatch, bool o… in new_boxed_VkCommandBuffer() argument
618 … return new_boxed_VkType<VkCommandBuffer>(unboxed, /*dispatchable=*/true, dispatch, ownsDispatch); in new_boxed_VkCommandBuffer()
649 VkQueue new_boxed_VkQueue(VkQueue unboxed, VulkanDispatch* dispatch, bool ownsDispatch) { in new_boxed_VkQueue() argument
650 return new_boxed_VkType<VkQueue>(unboxed, /*dispatchable=*/true, dispatch, ownsDispatch); in new_boxed_VkQueue()