Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/
DvktExternalMemoryUtil.cpp432 int getMemoryFd (const vk::DeviceInterface& vkd, in getMemoryFd()
453 void getMemoryNative (const vk::DeviceInterface& vkd, in getMemoryNative()
523 vk::Move<vk::VkFence> createExportableFence (const vk::DeviceInterface& vkd, in createExportableFence()
543 int getFenceFd (const vk::DeviceInterface& vkd, in getFenceFd()
564 void getFenceNative (const vk::DeviceInterface& vkd, in getFenceNative()
620 void importFence (const vk::DeviceInterface& vkd, in importFence()
665 vk::Move<vk::VkFence> createAndImportFence (const vk::DeviceInterface& vkd, in createAndImportFence()
678 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd, in createExportableSemaphore()
698 int getSemaphoreFd (const vk::DeviceInterface& vkd, in getSemaphoreFd()
719 void getSemaphoreNative (const vk::DeviceInterface& vkd, in getSemaphoreNative()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp215 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores()
223 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores()
238 void initFences (const vk::DeviceInterface& vkd, in initFences()
246 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences()
261 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame()
275 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
335 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers()
351 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
366 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer()
390 void initFramebuffers (const vk::DeviceInterface& vkd, in initFramebuffers()
[all …]
DvktWsiIncrementalPresentTests.cpp218 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores()
226 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores()
241 void initFences (const vk::DeviceInterface& vkd, in initFences()
249 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences()
315 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame()
360 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
448 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers()
464 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
479 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer()
503 void initFramebuffers (const vk::DeviceInterface& vkd, in initFramebuffers()
[all …]
DvktWsiSharedPresentableImageTests.cpp229 void initSemaphores (const vk::DeviceInterface& vkd, in initSemaphores()
237 void deinitSemaphores (const vk::DeviceInterface& vkd, in deinitSemaphores()
252 void initFences (const vk::DeviceInterface& vkd, in initFences()
260 void deinitFences (const vk::DeviceInterface& vkd, in deinitFences()
275 void cmdRenderFrame (const vk::DeviceInterface& vkd, in cmdRenderFrame()
289 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
349 void deinitCommandBuffers (const vk::DeviceInterface& vkd, in deinitCommandBuffers()
365 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
380 vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vkd, in createFramebuffer()
404 vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface& vkd, in createImageView()
[all …]
DvktWsiSwapchainTests.cpp224 const DeviceDriver vkd; member
803 Move<VkRenderPass> TriangleRenderer::createRenderPass (const DeviceInterface& vkd, in createRenderPass()
876 Move<VkPipelineLayout> TriangleRenderer::createPipelineLayout (const DeviceInterface& vkd, in createPipelineLayout()
899 Move<VkPipeline> TriangleRenderer::createPipeline (const DeviceInterface& vkd, in createPipeline()
1104 Move<VkImageView> TriangleRenderer::createAttachmentView (const DeviceInterface& vkd, in createAttachmentView()
1130 Move<VkFramebuffer> TriangleRenderer::createFramebuffer (const DeviceInterface& vkd, in createFramebuffer()
1152 Move<VkBuffer> TriangleRenderer::createBuffer (const DeviceInterface& vkd, in createBuffer()
1172 TriangleRenderer::TriangleRenderer (const DeviceInterface& vkd, in TriangleRenderer()
1305 vector<FenceSp> createFences (const DeviceInterface& vkd, in createFences()
1317 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()
212 const DeviceInterface& vkd, in allocateDedicated()
241 const DeviceInterface& vkd, in allocateDedicated()
260 const DeviceInterface& vkd, in allocateDedicated()
278 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offs… in mapMemory()
286 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, Vk… in flushMappedMemoryRange()
300 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor… in invalidateMappedMemoryRange()
327 void bindImagePlaneMemory (const DeviceInterface& vkd, in bindImagePlaneMemory()
DvkQueryUtil.cpp249 VkMemoryRequirements getImagePlaneMemoryRequirements (const DeviceInterface& vkd, in getImagePlaneMemoryRequirements()
430 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue()
439 VkQueue getDeviceQueue2 (const DeviceInterface& vkd, VkDevice device, const VkDeviceQueueInfo2* que… in getDeviceQueue2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp84 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements()
113 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements()
142 void writeHostMemory (const vk::DeviceInterface& vkd, in writeHostMemory()
157 void checkHostMemory (const vk::DeviceInterface& vkd, in checkHostMemory()
358 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue()
518 void submitDummySignal (const vk::DeviceInterface& vkd, in submitDummySignal()
606 void submitDummyWait (const vk::DeviceInterface& vkd, in submitDummyWait()
630 void submitDummySignal (const vk::DeviceInterface& vkd, in submitDummySignal()
779 const vk::DeviceDriver vkd (vki, *device); in testSemaphoreWin32Create() local
850 const vk::DeviceDriver vkd (vki, *device); in testSemaphoreImportTwice() local
[all …]
DvktApiGetMemoryCommitment.cpp108 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
605 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
649 void MemoryCommitmentTestInstance::submitCommandsAndWait (const DeviceInterface& vkd, const VkDevic… in submitCommandsAndWait()
705 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createCommandPool() local
714 const DeviceInterface& vkd = m_context.getDeviceInterface(); in allocatePrimaryCommandBuffer() local
740 const DeviceInterface& vkd = m_context.getDeviceInterface(); in isDeviceMemoryCommitmentOk() local
DvktApiDescriptorPoolTests.cpp57 const DeviceInterface& vkd = context.getDeviceInterface(); in resetDescriptorPoolTest() local
149 const DeviceInterface& vkd = context.getDeviceInterface(); in outOfPoolMemoryTest() 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/ycbcr/
DvktYCbCrImageQueryTests.cpp140 Move<VkImage> createTestImage (const DeviceInterface& vkd, in createTestImage()
168 Move<VkImageView> createImageView (const DeviceInterface& vkd, in createImageView()
222 TestImage::TestImage (const DeviceInterface& vkd, in TestImage()
238 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device,… in createDescriptorSetLayout()
260 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createDescriptorPool()
279 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkd, in createDescriptorSet()
296 void bindImage (const DeviceInterface& vkd, in bindImage()
345 const DeviceInterface& vkd = context.getDeviceInterface(); in testImageQuery() local
493 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
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
DvktYCbCrConversionTests.cpp175 vk::Move<vk::VkDescriptorSetLayout> createDescriptorSetLayout (const vk::DeviceInterface& vkd, in createDescriptorSetLayout()
202 vk::Move<vk::VkDescriptorPool> createDescriptorPool (const vk::DeviceInterface& vkd, in createDescriptorPool()
223 vk::Move<vk::VkDescriptorSet> createDescriptorSet (const vk::DeviceInterface& vkd, in createDescriptorSet()
271 vk::Move<vk::VkSampler> createSampler (const vk::DeviceInterface& vkd, in createSampler()
318 vk::Move<vk::VkImage> createImage (const vk::DeviceInterface& vkd, in createImage()
348 vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface& vkd, in createImageView()
389 vk::Move<vk::VkSamplerYcbcrConversion> createConversion (const vk::DeviceInterface& vkd, in createConversion()
438 const vk::DeviceInterface& vkd (context.getDeviceInterface()); in evalShader() local
DvktYCbCrUtil.cpp136 void allocateStagingBuffers (const DeviceInterface& vkd, in allocateStagingBuffers()
167 void allocateAndWriteStagingBuffers (const DeviceInterface& vkd, in allocateAndWriteStagingBuffers()
184 const DeviceInterface& vkd, in readStagingBuffers()
280 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory()
316 void uploadImage (const DeviceInterface& vkd, in uploadImage()
447 void fillImageMemory (const vk::DeviceInterface& vkd, in fillImageMemory()
554 void downloadImage (const DeviceInterface& vkd, in downloadImage()
692 void readImageMemory (const vk::DeviceInterface& vkd, in readImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp490 vk::Move<vk::VkCommandBuffer> createBeginCommandBuffer (const vk::DeviceInterface& vkd, in createBeginCommandBuffer()
521 vk::Move<vk::VkBuffer> createBuffer (const vk::DeviceInterface& vkd, in createBuffer()
544 vk::Move<vk::VkDeviceMemory> allocMemory (const vk::DeviceInterface& vkd, in allocMemory()
562 const vk::DeviceInterface& vkd, in bindBufferMemory()
612 const vk::DeviceInterface& vkd, in bindImageMemory()
661 void queueRun (const vk::DeviceInterface& vkd, in queueRun()
685 void* mapMemory (const vk::DeviceInterface& vkd, in mapMemory()
813 vk::VkDeviceSize findMaxBufferSize (const vk::DeviceInterface& vkd, in findMaxBufferSize()
899 IVec2 findMaxRGBA8ImageSize (const vk::DeviceInterface& vkd, in findMaxRGBA8ImageSize()
968 const vk::DeviceInterface& vkd, in Memory()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp267 SimpleAllocation::SimpleAllocation (const vk::DeviceInterface& vkd, in SimpleAllocation()
482 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue()
493 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, in createCommandPool()
509 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, in createCommandBuffer()
527 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd, in allocateAndBindMemory()
577 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd, in allocateAndBindMemory()
626 de::MovePtr<Resource> createResource (const vk::DeviceInterface& vkd, in createResource()
722 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
740 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
757 de::MovePtr<Resource> importResource (const vk::DeviceInterface& vkd, in importResource()
[all …]
DvktSynchronizationWin32KeyedMutexTests.cpp129 SimpleAllocation::SimpleAllocation (const vk::DeviceInterface& vkd, in SimpleAllocation()
252 vk::Move<vk::VkDeviceMemory> importMemory (const vk::DeviceInterface& vkd, in importMemory()
292 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
325 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd, in importAndBindMemory()
358 de::MovePtr<Resource> importResource (const vk::DeviceInterface& vkd, in importResource()
452 void recordWriteBarrier (const vk::DeviceInterface& vkd, in recordWriteBarrier()
511 void recordReadBarrier (const vk::DeviceInterface& vkd, in recordReadBarrier()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp246 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in generateSwapchainParameterCases() local
631 vk::Move<vk::VkRenderPass> TriangleRenderer::createRenderPass (const vk::DeviceInterface& vkd, in createRenderPass()
704 …:Move<vk::VkPipelineLayout> TriangleRenderer::createPipelineLayout (const vk::DeviceInterface& vkd, in createPipelineLayout()
727 vk::Move<vk::VkPipeline> TriangleRenderer::createPipeline (const vk::DeviceInterface& vkd, in createPipeline()
1045 std::vector<FenceSp> createFences (const vk::DeviceInterface& vkd, in createFences()
1057 std::vector<SemaphoreSp> createSemaphores (const vk::DeviceInterface& vkd, in createSemaphores()
1069 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers()
1094 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in basicRenderTest() 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
766 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
1266 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
1620 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local
DvktAtomicOperationTests.cpp78 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, VkDevice device, VkDeviceSize size, VkBuff… in createBuffer()
94 MovePtr<Allocation> allocateAndBindMemory (const DeviceInterface& vkd, VkDevice device, Allocator& … in allocateAndBindMemory()
386 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