Home
last modified time | relevance | path

Searched refs:disown (Results 1 - 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRef.hpp286 RefData<T> disown (void) throw(); //!< Disown and return object (ownership transferred to caller).
309 inline RefData<T> RefBase<T>::disown (void) throw() in disown() function in vk::refdetails::RefBase
341 : RefBase<T>(other.RefBase<T>::disown()) in Move()
347 T disown (void) { return this->RefBase<T>::disown().object; } in disown() function in vk::refdetails::Move
351 operator RefData<T> (void) { return this->RefBase<T>::disown(); } in operator RefData()
358 this->assign(other.RefBase<T>::disown()); in operator =()
/third_party/skia/src/gpu/
H A DGrDDLTask.cpp45 void GrDDLTask::disown(GrDrawingManager* drawingManager) { in disown() function in GrDDLTask
47 task->disown(drawingManager); in disown()
50 INHERITED::disown(drawingManager); in disown()
H A DGrDDLTask.h37 void disown(GrDrawingManager*) override;
H A DGrDrawingManager.cpp312 onFlushRenderTask->disown(this); in executeRenderTasks()
357 task->disown(this); in removeRenderTasks()
362 onFlushRenderTask->disown(this); in removeRenderTasks()
436 removed->disown(this); in reorderTasks()
597 renderTask->disown(this); in moveRenderTasksToDDL()
H A DGrRenderTask.h50 virtual void disown(GrDrawingManager*);
H A DGrRenderTask.cpp29 void GrRenderTask::disown(GrDrawingManager* drawingMgr) { in disown() function in GrRenderTask
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp197 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
220 fences[ndx] = createFence(vkd, device).disown(); in initFences()
380 framebuffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers()
434 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
763 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
764 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
864 m_swapchainImages[imageIndex], m_isFirst[imageIndex], m_frameNdx, m_quadCount, width, height).disown(); in render()
H A DvktWsiIncrementalPresentTests.cpp199 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
222 fences[ndx] = createFence(vkd, device).disown(); in initFences()
460 framebuffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers()
514 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
876 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
877 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
948 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, m_framebuffers[imageIndex], *m_pipeline, m_swapchainImages[imageIndex], m_isFirst[imageIndex], imageNextFrame, m_frameNdx, width, height).disown(); in render()
H A DvktWsiDisplayControlTests.cpp276 semaphore = createSemaphore(vkd, device).disown(); in initSemaphores()
300 fence = createFence(vkd, device).disown(); in initFences()
433 framebuffers[ndx] = createFramebuffer(vkd, device, &createInfo).disown(); in initFramebuffers()
488 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
818 m_framebuffers[imageIndex], *m_pipeline, width, height).disown(); in render()
H A DvktWsiSharedPresentableImageTests.cpp211 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
234 fences[ndx] = createFence(vkd, device).disown(); in initFences()
907 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown(); in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp197 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
220 fences[ndx] = createFence(vkd, device).disown(); in initFences()
380 framebuffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers()
434 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
763 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
764 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
864 m_swapchainImages[imageIndex], m_isFirst[imageIndex], m_frameNdx, m_quadCount, width, height).disown(); in render()
H A DvktWsiIncrementalPresentTests.cpp199 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
222 fences[ndx] = createFence(vkd, device).disown(); in initFences()
460 framebuffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers()
514 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
876 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
877 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
948 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, m_framebuffers[imageIndex], *m_pipeline, m_swapchainImages[imageIndex], m_isFirst[imageIndex], imageNextFrame, m_frameNdx, width, height).disown(); in render()
H A DvktWsiDisplayControlTests.cpp276 semaphore = createSemaphore(vkd, device).disown(); in initSemaphores()
300 fence = createFence(vkd, device).disown(); in initFences()
433 framebuffers[ndx] = createFramebuffer(vkd, device, &createInfo).disown(); in initFramebuffers()
488 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
818 m_framebuffers[imageIndex], *m_pipeline, width, height).disown(); in render()
H A DvktWsiSharedPresentableImageTests.cpp211 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
234 fences[ndx] = createFence(vkd, device).disown(); in initFences()
907 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown(); in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp329 void NativeHandle::disown (void) in disown() function in vkt::ExternalMemoryUtil::NativeHandle
831 handle.disown(); in importFence()
849 // so we do not disown the handle until after all use has complete. in importFence()
1034 handle.disown(); in importSemaphore()
1049 handle.disown(); in importSemaphore()
1067 // so we do not disown the handle until after all use has complete. in importSemaphore()
1234 handle.disown(); in importMemory()
1263 handle.disown(); in importMemory()
1296 handle.disown(); in importMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp287 void NativeHandle::disown (void) in disown() function in vkt::ExternalMemoryUtil::NativeHandle
758 handle.disown(); in importFence()
776 // so we do not disown the handle until after all use has complete. in importFence()
961 handle.disown(); in importSemaphore()
976 handle.disown(); in importSemaphore()
994 // so we do not disown the handle until after all use has complete. in importSemaphore()
1159 handle.disown(); in importMemory()
1188 handle.disown(); in importMemory()
1221 handle.disown(); in importMemory()
H A DvktExternalMemoryUtil.hpp70 void disown (void);
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dlibcgroup_freezer185 disown -a
724 disown -a
/third_party/skia/tests/
H A DOpChainTest.cpp249 opsTask.disown(drawingMgr); in DEF_GPUTEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp138 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate()
224 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp132 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate()
218 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp740 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
757 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
1093 de::MovePtr<vk::Allocation> allocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown())); in iterate()
1108 de::MovePtr<vk::Allocation> allocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown())); in iterate()
H A DvktSynchronizationSignalOrderTests.cpp326 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
346 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
696 MovePtr<Allocation> allocation(new SimpleAllocation(vkA, deviceA, memory.disown())); in iterate()
710 MovePtr<Allocation> allocation(new SimpleAllocation(vkA, deviceA, memory.disown())); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp743 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
760 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
1096 de::MovePtr<vk::Allocation> allocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown())); in iterate()
1111 de::MovePtr<vk::Allocation> allocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown())); in iterate()
H A DvktSynchronizationSignalOrderTests.cpp308 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
328 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
674 MovePtr<Allocation> allocation(new SimpleAllocation(vkA, deviceA, memory.disown())); in iterate()
688 MovePtr<Allocation> allocation(new SimpleAllocation(vkA, deviceA, memory.disown())); in iterate()

Completed in 42 milliseconds

12