Home
last modified time | relevance | path

Searched refs:disown (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp282 …RefData<T> disown (void) throw(); //!< Disown and return object (ownership transferred to call…
305 inline RefData<T> RefBase<T>::disown (void) throw() in disown() function in vk::refdetails::RefBase
337 : RefBase<T>(other.RefBase<T>::disown()) in Move()
343 T disown (void) { return this->RefBase<T>::disown().object; } in disown() function in vk::refdetails::Move
347 operator RefData<T> (void) { return this->RefBase<T>::disown(); } in operator RefData<T>()
354 this->assign(other.RefBase<T>::disown()); in operator =()
/external/skia/src/gpu/
DGrDDLTask.cpp45 void GrDDLTask::disown(GrDrawingManager* drawingManager) { in disown() function in GrDDLTask
47 task->disown(drawingManager); in disown()
50 INHERITED::disown(drawingManager); in disown()
DGrDrawingManager.cpp299 onFlushRenderTask->disown(this); in executeRenderTasks()
344 task->disown(this); in removeRenderTasks()
349 onFlushRenderTask->disown(this); in removeRenderTasks()
422 removed->disown(this); in reorderTasks()
581 renderTask->disown(this); in moveRenderTasksToDDL()
DGrDDLTask.h37 void disown(GrDrawingManager*) override;
DGrRenderTask.h51 virtual void disown(GrDrawingManager*);
DGrRenderTask.cpp29 void GrRenderTask::disown(GrDrawingManager* drawingMgr) { in disown() function in GrRenderTask
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp195 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
218 fences[ndx] = createFence(vkd, device).disown(); in initFences()
378 …buffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers()
432 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
761 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
762 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
862 …apchainImages[imageIndex], m_isFirst[imageIndex], m_frameNdx, m_quadCount, width, height).disown(); in render()
DvktWsiIncrementalPresentTests.cpp197 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
220 fences[ndx] = createFence(vkd, device).disown(); in initFences()
458 …buffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers()
512 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
874 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
875 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
946 …hainImages[imageIndex], m_isFirst[imageIndex], imageNextFrame, m_frameNdx, width, height).disown(); in render()
DvktWsiDisplayControlTests.cpp275 semaphore = createSemaphore(vkd, device).disown(); in initSemaphores()
299 fence = createFence(vkd, device).disown(); in initFences()
432 framebuffers[ndx] = createFramebuffer(vkd, device, &createInfo).disown(); in initFramebuffers()
487 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews()
819 m_framebuffers[imageIndex], *m_pipeline, width, height).disown(); in render()
DvktWsiSharedPresentableImageTests.cpp209 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
232 fences[ndx] = createFence(vkd, device).disown(); in initFences()
892 …yout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown(); in render()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp239 void NativeHandle::disown (void) in disown() function in vkt::ExternalMemoryUtil::NativeHandle
672 handle.disown(); in importFence()
855 handle.disown(); in importSemaphore()
1038 handle.disown(); in importMemory()
1071 handle.disown(); in importMemory()
DvktExternalMemoryUtil.hpp64 void disown (void);
/external/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer185 disown -a
724 disown -a
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp128 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate()
214 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
DvktApiObjectManagementTests.cpp1832 …return Move<VkPipeline>(check<VkPipeline>(scopedHandles.front()->disown()), Deleter<VkPipeline>(en… in create()
/external/tpm2-tss/script/
Dint-log-compiler.sh120 disown ${pid}
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp728 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
745 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
1079 …llocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown())); in iterate()
1094 …llocation = de::MovePtr<vk::Allocation>(new SimpleAllocation(m_vkdA, *m_deviceA, memory.disown())); in iterate()
DvktSynchronizationSignalOrderTests.cpp309 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
329 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
672 MovePtr<Allocation> allocation(new SimpleAllocation(vkA, deviceA, memory.disown())); in iterate()
686 MovePtr<Allocation> allocation(new SimpleAllocation(vkA, deviceA, memory.disown())); in iterate()
DvktSynchronizationWin32KeyedMutexTests.cpp312 handle.disown(); in importMemory()
347 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
380 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
/external/skia/tests/
DOpChainTest.cpp249 opsTask.disown(drawingMgr);
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1035 void releaseBuffer (void) { m_currentBuffer.disown(); } in releaseBuffer()
1076 void releaseImage (void) { m_currentImage.disown(); } in releaseImage()
1541 vkd.destroyBuffer(device, m_buffer.disown(), DE_NULL); in execute()
1679 vkd.destroyImage(device, m_image.disown(), DE_NULL); in execute()
4995 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
5185 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
5358 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
5539 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
6100 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
6520 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare()
[all …]
DvktMemoryMappingTests.cpp807 vkd.freeMemory(device, memory.disown(), allocator); in testMemoryMapping()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp1275 m_vertexBuffers.push_back(vertexBuffer.disown()); in VertexInputInstance()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz

12