/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 461 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd() 482 void getMemoryNative (const vk::DeviceInterface& vkd, in getMemoryNative() 557 vk::Move<vk::VkFence> createExportableFence (const vk::DeviceInterface& vkd, in createExportableFence() 577 int getFenceFd (const vk::DeviceInterface& vkd, in getFenceFd() 598 void getFenceNative (const vk::DeviceInterface& vkd, in getFenceNative() 664 void importFence (const vk::DeviceInterface& vkd, in importFence() 709 vk::Move<vk::VkFence> createAndImportFence (const vk::DeviceInterface& vkd, in createAndImportFence() 722 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd, in createExportableSemaphore() 742 vk::Move<vk::VkSemaphore> createExportableSemaphoreType (const vk::DeviceInterface& vkd, in createExportableSemaphoreType() 770 int getSemaphoreFd (const vk::DeviceInterface& vkd, in getSemaphoreFd() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayControlTests.cpp | 270 void initSemaphores (const DeviceInterface& vkd, in initSemaphores() 278 void deinitSemaphores (const DeviceInterface& vkd, in deinitSemaphores() 294 void initFences (const DeviceInterface& vkd, in initFences() 302 void deinitFences (const DeviceInterface& vkd, in deinitFences() 318 Move<VkCommandBuffer> createCommandBuffer (const DeviceInterface& vkd, in createCommandBuffer() 375 void deinitCommandBuffers (const DeviceInterface& vkd, in deinitCommandBuffers() 391 Move<VkCommandPool> createCommandPool (const DeviceInterface& vkd, in createCommandPool() 406 void initFramebuffers (const DeviceInterface& vkd, in initFramebuffers() 436 void deinitFramebuffers (const DeviceInterface& vkd, in deinitFramebuffers() 451 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView() [all …]
|
D | vktWsiDisplayTimingTests.cpp | 190 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores() 198 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores() 213 void initFences (const vk::DeviceInterface& vkd, in initFences() 221 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences() 236 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame() 250 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer() 312 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers() 328 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool() 343 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer() 367 void initFramebuffers (const vk::DeviceInterface& vkd, in initFramebuffers() [all …]
|
D | vktWsiIncrementalPresentTests.cpp | 192 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores() 200 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores() 215 void initFences (const vk::DeviceInterface& vkd, in initFences() 223 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences() 289 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame() 329 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer() 392 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers() 408 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool() 423 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer() 447 void initFramebuffers (const vk::DeviceInterface& vkd, in initFramebuffers() [all …]
|
D | vktWsiSharedPresentableImageTests.cpp | 204 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores() 212 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores() 227 void initFences (const vk::DeviceInterface& vkd, in initFences() 235 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences() 250 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame() 264 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer() 299 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers() 315 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool() 330 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer() 354 vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface& vkd, in createImageView() [all …]
|
D | vktWsiColorSpaceTests.cpp | 199 const DeviceDriver vkd; member 366 vector<FenceSp> createFences (const DeviceInterface& vkd, in createFences() 378 vector<SemaphoreSp> createSemaphores (const DeviceInterface& vkd, in createSemaphores() 390 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() 444 const DeviceInterface& vkd = devHelper.vkd; in surfaceFormatRenderTest() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 62 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr() 107 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc) in flushAlloc() 112 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc) in invalidateAlloc() 257 const DeviceInterface& vkd, in allocateExtended() 286 const DeviceInterface& vkd, in allocateDedicated() 305 const DeviceInterface& vkd, in allocateDedicated() 323 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offs… in mapMemory() 331 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, Vk… in flushMappedMemoryRange() 345 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor… in invalidateMappedMemoryRange() 372 void bindImagePlanesMemory (const DeviceInterface& vkd, in bindImagePlanesMemory()
|
D | vkWsiUtil.cpp | 410 std::vector<VkImage> getSwapchainImages (const DeviceInterface& vkd, in getSwapchainImages() 494 Move<VkRenderPass> WsiTriangleRenderer::createRenderPass (const DeviceInterface& vkd, in createRenderPass() 568 Move<VkPipelineLayout> WsiTriangleRenderer::createPipelineLayout (const DeviceInterface& vkd, in createPipelineLayout() 591 Move<VkPipeline> WsiTriangleRenderer::createPipeline (const DeviceInterface& vkd, in createPipeline() 618 Move<VkImageView> WsiTriangleRenderer::createAttachmentView (const DeviceInterface& vkd, in createAttachmentView() 644 Move<VkFramebuffer> WsiTriangleRenderer::createFramebuffer (const DeviceInterface& vkd, in createFramebuffer() 666 Move<VkBuffer> WsiTriangleRenderer::createBuffer (const DeviceInterface& vkd, in createBuffer() 686 WsiTriangleRenderer::WsiTriangleRenderer (const DeviceInterface& vkd, in WsiTriangleRenderer()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 147 const DeviceInterface& vkd, in createImage() 185 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView() 210 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, in createBuffer() 253 Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd, in createRenderPass() 411 Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd, in createRenderPass() 429 Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vkd, in createFramebuffer() 463 Move<VkPipelineLayout> createRenderPipelineLayout (const DeviceInterface& vkd, in createRenderPipelineLayout() 482 Move<VkPipeline> createRenderPipeline (const DeviceInterface& vkd, in createRenderPipeline() 541 Move<VkDescriptorSetLayout> createSubpassDescriptorSetLayout (const DeviceInterface& vkd, in createSubpassDescriptorSetLayout() 574 Move<VkPipelineLayout> createSubpassPipelineLayout (const DeviceInterface& vkd, in createSubpassPipelineLayout() [all …]
|
D | vktRenderPassSparseRenderTargetTests.cpp | 151 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView() 169 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, in createBuffer() 195 Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd, in createRenderPass() 255 Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd, in createRenderPass() 271 Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vkd, in createFramebuffer() 296 Move<VkPipelineLayout> createRenderPipelineLayout (const DeviceInterface& vkd, in createRenderPipelineLayout() 315 Move<VkPipeline> createRenderPipeline (const DeviceInterface& vkd, in createRenderPipeline() 452 const DeviceInterface& vkd (m_context.getDeviceInterface()); in iterateInternal() local
|
D | vktRenderPassMultisampleTests.cpp | 233 const DeviceInterface& vkd, in createImage() 331 Move<VkImageView> createImageAttachmentView (const DeviceInterface& vkd, in createImageAttachmentView() 349 Move<VkImageView> createSrcPrimaryInputImageView (const DeviceInterface& vkd, in createSrcPrimaryInputImageView() 372 Move<VkImageView> createSrcSecondaryInputImageView (const DeviceInterface& vkd, in createSrcSecondaryInputImageView() 403 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, in createBuffer() 447 const DeviceInterface& vkd, in createMultisampleImages() 464 const DeviceInterface& vkd, in createSingleSampleImages() 479 std::vector<de::SharedPtr<Allocation> > createImageMemory (const DeviceInterface& vkd, in createImageMemory() 492 std::vector<VkImageViewSp> createImageAttachmentViews (const DeviceInterface& vkd, in createImageAttachmentViews() 506 std::vector<VkBufferSp> createBuffers (const DeviceInterface& vkd, in createBuffers() [all …]
|
D | vktRenderPassMultisampleResolveTests.cpp | 206 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createImage() local 280 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createImageMemory() local 299 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createImageViews() local 332 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createBuffers() local 358 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createBufferMemory() local 379 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createFramebuffer() local 427 const DeviceInterface& vkd = m_context.getDeviceInterface(); in clearAttachments() local 621 const DeviceInterface& vkd (m_context.getDeviceInterface()); in submit() local 1187 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createRenderPass() local 1301 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createRenderPipelineLayout() local [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 271 vector<SharedPtrVkImageView> createImageViews (const DeviceInterface& vkd, in createImageViews() 296 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, in createBuffer() 319 vector<SharedPtrVkDescriptorLayout> createDescriptorSetLayouts (const DeviceInterface& vkd, in createDescriptorSetLayouts() 351 vector<SharedPtrVkDescriptorPool> createDescriptorPools (const DeviceInterface& vkd, in createDescriptorPools() 570 …tor<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers (const DeviceInterface& vkd, in createSamplers() 606 …redPtrVkRenderPass> ExternalDependencyTestInstance::createRenderPasses (const DeviceInterface& vkd, in createRenderPasses() 621 …PtrVkFramebuffer> ExternalDependencyTestInstance::createFramebuffers (const DeviceInterface& vkd, in createFramebuffers() 653 …DescriptorSet> ExternalDependencyTestInstance::createDescriptorSets (const DeviceInterface& vkd, in createDescriptorSets() 704 …Layout> ExternalDependencyTestInstance::createRenderPipelineLayouts (const DeviceInterface& vkd, in createRenderPipelineLayouts() 730 …trVkPipeline> ExternalDependencyTestInstance::createRenderPipelines (const DeviceInterface& vkd, in createRenderPipelines() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 74 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements() 103 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements() 132 void writeHostMemory (const vk::DeviceInterface& vkd, in writeHostMemory() 147 void checkHostMemory (const vk::DeviceInterface& vkd, in checkHostMemory() 390 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue() 550 void submitDummySignal (const vk::DeviceInterface& vkd, in submitDummySignal() 638 void submitDummyWait (const vk::DeviceInterface& vkd, in submitDummyWait() 662 void submitDummySignal (const vk::DeviceInterface& vkd, in submitDummySignal() 811 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreWin32Create() local 882 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreImportTwice() local [all …]
|
D | vktApiGetMemoryCommitment.cpp | 121 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 384 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 453 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createCommandPool() local 462 const DeviceInterface& vkd = m_context.getDeviceInterface(); in allocatePrimaryCommandBuffer() local 488 const DeviceInterface& vkd = m_context.getDeviceInterface(); in isDeviceMemoryCommitmentOk() local
|
D | vktApiDescriptorPoolTests.cpp | 70 const DeviceInterface& vkd = context.getDeviceInterface(); in resetDescriptorPoolTest() local 164 const DeviceInterface& vkd = context.getDeviceInterface(); in outOfPoolMemoryTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 139 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage() 167 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView() 223 const DeviceInterface& vkd, in TestImage() 261 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout() 283 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool() 302 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet() 319 void bindImage (const DeviceInterface& vkd, in bindImage() 364 const DeviceInterface& vkd = context.getDeviceInterface(); in testImageQuery() local 516 const DeviceInterface& vkd = context.getDeviceInterface(); in testImageQueryLod() local
|
D | vktYCbCrViewTests.cpp | 67 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage() 95 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView() 127 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout() 158 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool() 177 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet() 248 void executeImageBarrier (const DeviceInterface& vkd, in executeImageBarrier() 386 const DeviceInterface& vkd = context.getDeviceInterface(); in testPlaneView() local
|
D | vktYCbCrFormatTests.cpp | 69 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage() 100 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView() 133 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout() 155 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool() 174 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet() 317 const DeviceInterface& vkd = context.getDeviceInterface(); in testFormat() local
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 250 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createQueryPool() local 328 const DeviceInterface& vkd = m_context.getDeviceInterface(); in acquireProfilingLock() local 356 const DeviceInterface& vkd = m_context.getDeviceInterface(); in releaseProfilingLock() local 365 const DeviceInterface& vkd = m_context.getDeviceInterface(); in verifyQueryResults() local 425 const DeviceInterface& vkd = m_context.getDeviceInterface(); in initStateObjects() local 568 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 710 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 867 const DeviceInterface& vkd = m_context.getDeviceInterface(); in initStateObjects() local 981 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 1089 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 286 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in generateSwapchainParameterCases() local 357 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in generateSwapchainParameterCases() local 432 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in generateSwapchainParameterCases() local 863 vk::Move<vk::VkRenderPass> TriangleRenderer::createRenderPass (const vk::DeviceInterface& vkd, in createRenderPass() 936 …:Move<vk::VkPipelineLayout> TriangleRenderer::createPipelineLayout (const vk::DeviceInterface& vkd, in createPipelineLayout() 959 vk::Move<vk::VkPipeline> TriangleRenderer::createPipeline (const vk::DeviceInterface& vkd, in createPipeline() 1089 std::vector<FenceSp> createFences (const vk::DeviceInterface& vkd, in createFences() 1101 std::vector<SemaphoreSp> createSemaphores (const vk::DeviceInterface& vkd, in createSemaphores() 1113 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() 1138 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in basicRenderTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 288 SimpleAllocation::SimpleAllocation (const vk::DeviceInterface& vkd, in SimpleAllocation() 488 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue() 499 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool() 515 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer() 533 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd, in allocateAndBindMemory() 583 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd, in allocateAndBindMemory() 632 de::MovePtr<Resource> createResource (const vk::DeviceInterface& vkd, in createResource() 728 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory() 746 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory() 763 de::MovePtr<Resource> importResource (const vk::DeviceInterface& vkd, in importResource() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 483 vk::Move<vk::VkCommandBuffer> createBeginCommandBuffer (const vk::DeviceInterface& vkd, in createBeginCommandBuffer() 514 vk::Move<vk::VkBuffer> createBuffer (const vk::DeviceInterface& vkd, in createBuffer() 537 vk::Move<vk::VkDeviceMemory> allocMemory (const vk::DeviceInterface& vkd, in allocMemory() 555 const vk::DeviceInterface& vkd, in bindBufferMemory() 605 const vk::DeviceInterface& vkd, in bindImageMemory() 654 void* mapMemory (const vk::DeviceInterface& vkd, in mapMemory() 782 vk::VkDeviceSize findMaxBufferSize (const vk::DeviceInterface& vkd, in findMaxBufferSize() 868 IVec2 findMaxRGBA8ImageSize (const vk::DeviceInterface& vkd, in findMaxRGBA8ImageSize() 937 const vk::DeviceInterface& vkd, in Memory() 959 const vk::DeviceInterface& vkd, in Context() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 92 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated() 99 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 332 const DeviceInterface& vkd = m_context.getDeviceInterface(); in updateTextureData() local 442 const DeviceInterface& vkd = m_context.getDeviceInterface(); in updateTextureViewMipLevels() local 489 const DeviceInterface& vkd = m_context.getDeviceInterface(); in TextureRenderer() local 811 const DeviceInterface& vkd = m_context.getDeviceInterface(); in clearImage() local 931 const DeviceInterface& vkd = m_context.getDeviceInterface(); in makeDescriptorSet() local 947 const DeviceInterface& vkd = m_context.getDeviceInterface(); in addImageTransitionBarrier() local 1000 const DeviceInterface& vkd = m_context.getDeviceInterface(); in renderQuad() local
|