Home
last modified time | relevance | path

Searched defs:vkd (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/
DvktExternalMemoryUtil.cpp370 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd()
391 void getMemoryNative (const vk::DeviceInterface& vkd, in getMemoryNative()
446 vk::Move<vk::VkFence> createExportableFence (const vk::DeviceInterface& vkd, in createExportableFence()
466 int getFenceFd (const vk::DeviceInterface& vkd, in getFenceFd()
487 void getFenceNative (const vk::DeviceInterface& vkd, in getFenceNative()
543 void importFence (const vk::DeviceInterface& vkd, in importFence()
588 vk::Move<vk::VkFence> createAndImportFence (const vk::DeviceInterface& vkd, in createAndImportFence()
601 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd, in createExportableSemaphore()
621 int getSemaphoreFd (const vk::DeviceInterface& vkd, in getSemaphoreFd()
642 void getSemaphoreNative (const vk::DeviceInterface& vkd, in getSemaphoreNative()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp214 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores()
222 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores()
237 void initFences (const vk::DeviceInterface& vkd, in initFences()
245 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences()
260 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame()
274 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
334 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers()
350 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
365 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer()
389 void initFramebuffers (const vk::DeviceInterface& vkd, in initFramebuffers()
[all …]
DvktWsiIncrementalPresentTests.cpp217 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores()
225 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores()
240 void initFences (const vk::DeviceInterface& vkd, in initFences()
248 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences()
314 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame()
359 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
447 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers()
463 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
478 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer()
502 void initFramebuffers (const vk::DeviceInterface& vkd, in initFramebuffers()
[all …]
DvktWsiSharedPresentableImageTests.cpp226 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores()
234 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores()
249 void initFences (const vk::DeviceInterface& vkd, in initFences()
257 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences()
272 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame()
286 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
346 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers()
362 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
377 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer()
401 vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface& vkd, in createImageView()
[all …]
DvktWsiSwapchainTests.cpp222 const DeviceDriver vkd; member
801 Move<VkRenderPass> TriangleRenderer::createRenderPass (const DeviceInterface& vkd, in createRenderPass()
874 Move<VkPipelineLayout> TriangleRenderer::createPipelineLayout (const DeviceInterface& vkd, in createPipelineLayout()
897 Move<VkPipeline> TriangleRenderer::createPipeline (const DeviceInterface& vkd, in createPipeline()
1102 Move<VkImageView> TriangleRenderer::createAttachmentView (const DeviceInterface& vkd, in createAttachmentView()
1128 Move<VkFramebuffer> TriangleRenderer::createFramebuffer (const DeviceInterface& vkd, in createFramebuffer()
1150 Move<VkBuffer> TriangleRenderer::createBuffer (const DeviceInterface& vkd, in createBuffer()
1170 TriangleRenderer::TriangleRenderer (const DeviceInterface& vkd, in TriangleRenderer()
1303 vector<FenceSp> createFences (const DeviceInterface& vkd, in createFences()
1315 vector<SemaphoreSp> createSemaphores (const DeviceInterface& vkd, in createSemaphores()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp57 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr()
205 const DeviceInterface& vkd, in allocateDedicated()
234 const DeviceInterface& vkd, in allocateDedicated()
253 const DeviceInterface& vkd, in allocateDedicated()
271 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offs… in mapMemory()
279 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, Vk… in flushMappedMemoryRange()
293 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor… in invalidateMappedMemoryRange()
320 void bindImagePlaneMemory (const DeviceInterface& vkd, in bindImagePlaneMemory()
DvkQueryUtil.cpp172 VkMemoryRequirements getImagePlaneMemoryRequirements (const DeviceInterface& vkd, in getImagePlaneMemoryRequirements()
321 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue()
DvkWsiUtil.cpp313 std::vector<VkImage> getSwapchainImages (const DeviceInterface& vkd, in getSwapchainImages()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp65 vk::VkMemoryDedicatedRequirementsKHR getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements()
94 vk::VkMemoryDedicatedRequirementsKHR getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements()
123 void writeHostMemory (const vk::DeviceInterface& vkd, in writeHostMemory()
136 void checkHostMemory (const vk::DeviceInterface& vkd, in checkHostMemory()
313 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue()
473 void submitDummySignal (const vk::DeviceInterface& vkd, in submitDummySignal()
496 void submitDummyWait (const vk::DeviceInterface& vkd, in submitDummyWait()
520 void submitDummySignal (const vk::DeviceInterface& vkd, in submitDummySignal()
604 const vk::DeviceDriver vkd (vki, *device); in testSemaphoreWin32Create() local
675 const vk::DeviceDriver vkd (vki, *device); in testSemaphoreImportTwice() local
[all …]
DvktApiDescriptorPoolTests.cpp56 const DeviceInterface& vkd = context.getDeviceInterface(); in resetDescriptorPoolTest() local
148 const DeviceInterface& vkd = context.getDeviceInterface(); in outOfPoolMemoryTest() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp140 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage()
168 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView()
213 TestImage::TestImage (const DeviceInterface& vkd, in TestImage()
228 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout()
250 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool()
269 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet()
286 void bindImage (const DeviceInterface& vkd, in bindImage()
335 const DeviceInterface& vkd = context.getDeviceInterface(); in testImageQuery() local
483 const DeviceInterface& vkd = context.getDeviceInterface(); in testImageQueryLod() local
DvktYCbCrFormatTests.cpp73 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage()
103 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView()
135 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout()
157 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool()
176 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet()
298 const DeviceInterface& vkd = context.getDeviceInterface(); in testFormat() local
DvktYCbCrUtil.cpp125 void allocateStagingBuffers (const DeviceInterface& vkd, in allocateStagingBuffers()
156 void allocateAndWriteStagingBuffers (const DeviceInterface& vkd, in allocateAndWriteStagingBuffers()
173 const DeviceInterface& vkd, in readStagingBuffers()
264 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory()
300 void uploadImage (const DeviceInterface& vkd, in uploadImage()
431 void fillImageMemory (const vk::DeviceInterface& vkd, in fillImageMemory()
538 void downloadImage (const DeviceInterface& vkd, in downloadImage()
676 void readImageMemory (const vk::DeviceInterface& vkd, in readImageMemory()
DvktYCbCrViewTests.cpp131 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage()
159 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView()
197 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout()
228 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool()
247 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet()
318 void executeImageBarrier (const DeviceInterface& vkd, in executeImageBarrier()
474 const DeviceInterface& vkd = context.getDeviceInterface(); in testPlaneView() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp210 const DeviceInterface& vkd, in createImage()
258 Move<VkImageView> createImageAttachmentView (const DeviceInterface& vkd, in createImageAttachmentView()
276 Move<VkImageView> createSrcPrimaryInputImageView (const DeviceInterface& vkd, in createSrcPrimaryInputImageView()
296 Move<VkImageView> createSrcSecondaryInputImageView (const DeviceInterface& vkd, in createSrcSecondaryInputImageView()
326 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, in createBuffer()
370 const DeviceInterface& vkd, in createMultisampleImages()
387 const DeviceInterface& vkd, in createSingleSampleImages()
402 std::vector<de::SharedPtr<Allocation> > createImageMemory (const DeviceInterface& vkd, in createImageMemory()
415 std::vector<VkImageViewSp> createImageAttachmentViews (const DeviceInterface& vkd, in createImageAttachmentViews()
429 std::vector<VkBufferSp> createBuffers (const DeviceInterface& vkd, in createBuffers()
[all …]
DvktRenderPassMultisampleResolveTests.cpp195 const DeviceInterface& vkd, in createImage()
243 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView()
268 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, in createBuffer()
312 const DeviceInterface& vkd, in createMultisampleImages()
329 const DeviceInterface& vkd, in createSingleSampleImages()
343 std::vector<de::SharedPtr<Allocation> > createImageMemory (const DeviceInterface& vkd, in createImageMemory()
356 std::vector<VkImageViewSp> createImageViews (const DeviceInterface& vkd, in createImageViews()
370 std::vector<VkBufferSp> createBuffers (const DeviceInterface& vkd, in createBuffers()
384 std::vector<de::SharedPtr<Allocation> > createBufferMemory (const DeviceInterface& vkd, in createBufferMemory()
397 Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd, in createRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp96 SimpleAllocation::SimpleAllocation (const vk::DeviceInterface& vkd, in SimpleAllocation()
305 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue()
316 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
332 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
350 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd, in allocateAndBindMemory()
400 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd, in allocateAndBindMemory()
449 de::MovePtr<Resource> createResource (const vk::DeviceInterface& vkd, in createResource()
545 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
563 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
580 de::MovePtr<Resource> importResource (const vk::DeviceInterface& vkd, in importResource()
[all …]
DvktSynchronizationWin32KeyedMutexTests.cpp128 SimpleAllocation::SimpleAllocation (const vk::DeviceInterface& vkd, in SimpleAllocation()
246 vk::Move<vk::VkDeviceMemory> importMemory (const vk::DeviceInterface& vkd, in importMemory()
286 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
319 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
352 de::MovePtr<Resource> importResource (const vk::DeviceInterface& vkd, in importResource()
446 void recordWriteBarrier (const vk::DeviceInterface& vkd, in recordWriteBarrier()
505 void recordReadBarrier (const vk::DeviceInterface& vkd, in recordReadBarrier()
DvktSynchronizationSmokeTests.cpp160 void createVulkanBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const B… in createVulkanBuffer()
232 void createVulkanImage (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const Im… in createVulkanImage()
306 void createColorOnlyRenderPass (const DeviceInterface& vkd, VkDevice device, const RenderPassParam… in createColorOnlyRenderPass()
519 void copyToCPU (const DeviceInterface& vkd, TransferInfo* transferInfo) in copyToCPU()
555 const DeviceInterface& vkd; member
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp489 vk::Move<vk::VkCommandBuffer> createBeginCommandBuffer (const vk::DeviceInterface& vkd, in createBeginCommandBuffer()
520 vk::Move<vk::VkBuffer> createBuffer (const vk::DeviceInterface& vkd, in createBuffer()
543 vk::Move<vk::VkDeviceMemory> allocMemory (const vk::DeviceInterface& vkd, in allocMemory()
561 const vk::DeviceInterface& vkd, in bindBufferMemory()
611 const vk::DeviceInterface& vkd, in bindImageMemory()
660 void queueRun (const vk::DeviceInterface& vkd, in queueRun()
684 void* mapMemory (const vk::DeviceInterface& vkd, in mapMemory()
812 vk::VkDeviceSize findMaxBufferSize (const vk::DeviceInterface& vkd, in findMaxBufferSize()
898 IVec2 findMaxRGBA8ImageSize (const vk::DeviceInterface& vkd, in findMaxRGBA8ImageSize()
967 const vk::DeviceInterface& vkd, in Memory()
[all …]
DvktMemoryAllocationTests.cpp115 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
358 const DeviceInterface& vkd = m_context.getDeviceInterface(); in ~RandomAllocFreeTestInstance() local
375 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
DvktMemoryMappingTests.cpp529 const DeviceInterface& vkd = context.getDeviceInterface(); in testMemoryMapping() local
905 MemoryObject::MemoryObject (const DeviceInterface& vkd, in MemoryObject()
930 MemoryMapping* MemoryObject::mapRandom (const DeviceInterface& vkd, VkDevice device, de::Random& rn… in mapRandom()
953 void MemoryObject::randomFlush (const DeviceInterface& vkd, VkDevice device, de::Random& rng) in randomFlush()
966 void MemoryObject::randomInvalidate (const DeviceInterface& vkd, VkDevice device, de::Random& rng) in randomInvalidate()
1168 MemoryObject* MemoryHeap::allocateRandom (const DeviceInterface& vkd, VkDevice device, de::Random& … in allocateRandom()
1355 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp302 const DeviceInterface& vkd = m_context.getDeviceInterface(); in updateTextureData() local
379 const DeviceInterface& vkd = m_context.getDeviceInterface(); in updateTextureViewMipLevels() local
426 const DeviceInterface& vkd = m_context.getDeviceInterface(); in TextureRenderer() local
751 const DeviceInterface& vkd = m_context.getDeviceInterface(); in clearImage() local
894 const DeviceInterface& vkd = m_context.getDeviceInterface(); in makeDescriptorSet() local
910 const DeviceInterface& vkd = m_context.getDeviceInterface(); in addImageTransitionBarrier() local
964 const DeviceInterface& vkd = m_context.getDeviceInterface(); in renderQuad() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp86 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, VkDevice device, VkDeviceSize size, VkBuff… in createBuffer()
102 MovePtr<Allocation> allocateAndBindMemory (const DeviceInterface& vkd, VkDevice device, Allocator& … in allocateAndBindMemory()
481 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tc… in createTestImage()
505 de::MovePtr<Allocation> allocateAndBindMemory (const DeviceInterface& vkd, VkDevice device, Allocat… in allocateAndBindMemory()
514 Move<VkImageView> createTestImageView (const DeviceInterface& vkd, VkDevice device, VkImage image, … in createTestImageView()
548 const DeviceInterface& vkd = context.getDeviceInterface(); in TestImage() local
787 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
1287 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
1641 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp296 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated()
303 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated()

12