/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRef.hpp | 286 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 D | GrDDLTask.cpp | 45 void GrDDLTask::disown(GrDrawingManager* drawingManager) { in disown() function in GrDDLTask 47 task->disown(drawingManager); in disown() 50 INHERITED::disown(drawingManager); in disown()
|
H A D | GrDDLTask.h | 37 void disown(GrDrawingManager*) override;
|
H A D | GrDrawingManager.cpp | 312 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 D | GrRenderTask.h | 50 virtual void disown(GrDrawingManager*);
|
H A D | GrRenderTask.cpp | 29 void GrRenderTask::disown(GrDrawingManager* drawingMgr) { in disown() function in GrRenderTask
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTimingTests.cpp | 197 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 D | vktWsiIncrementalPresentTests.cpp | 199 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 D | vktWsiDisplayControlTests.cpp | 276 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 D | vktWsiSharedPresentableImageTests.cpp | 211 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 D | vktWsiDisplayTimingTests.cpp | 197 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 D | vktWsiIncrementalPresentTests.cpp | 199 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 D | vktWsiDisplayControlTests.cpp | 276 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 D | vktWsiSharedPresentableImageTests.cpp | 211 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 D | vktExternalMemoryUtil.cpp | 329 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 D | vktExternalMemoryUtil.cpp | 287 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 D | vktExternalMemoryUtil.hpp | 70 void disown (void);
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | libcgroup_freezer | 185 disown -a 724 disown -a
|
/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 249 opsTask.disown(drawingMgr); in DEF_GPUTEST()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiMemoryRequirementInvarianceTests.cpp | 138 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 D | vktApiMemoryRequirementInvarianceTests.cpp | 132 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 D | vktSynchronizationCrossInstanceSharingTests.cpp | 740 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 D | vktSynchronizationSignalOrderTests.cpp | 326 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 D | vktSynchronizationCrossInstanceSharingTests.cpp | 743 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 D | vktSynchronizationSignalOrderTests.cpp | 308 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()
|