Home
last modified time | relevance | path

Searched refs:deviceInterface (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp154 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
185 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate()
188 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
191 getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer); in iterate()
215deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
228 … makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.alignment, memoryType, in iterate()
233 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
262 …VK_CHECK(deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, VK_NULL_HAN… in iterate()
268 …const Unique<VkBuffer> inputBuffer(createBuffer(deviceInterface, getDevice(), &inputBufferCreateIn… in iterate()
270 …bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisi… in iterate()
[all …]
DvktSparseResourcesBufferRebind.cpp140 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
171 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate()
174 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
177 getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer); in iterate()
207deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
219 … makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.size, memoryType, 0u), in iterate()
220 … makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.size, memoryType, 0u)}; in iterate()
224 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr))); in iterate()
226 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr))); in iterate()
230 makeCommandPool(deviceInterface, getDevice(), transferQueue.queueFamilyIndex)); in iterate()
[all …]
DvktSparseResourcesBufferSparseBinding.cpp118 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
150 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate()
153 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
156 getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer); in iterate()
181deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
199 … sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate()
240 …VK_CHECK(deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, VK_NULL_HAN… in iterate()
245 makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex)); in iterate()
247 …allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY)… in iterate()
250 beginCommandBuffer(deviceInterface, *commandBuffer); in iterate()
[all …]
DvktSparseResourcesBufferMemoryAliasing.cpp179 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
210 …const Unique<VkBuffer> sparseBufferWrite(createBuffer(deviceInterface, getDevice(), &bufferCreateI… in iterate()
211 …const Unique<VkBuffer> sparseBufferRead(createBuffer(deviceInterface, getDevice(), &bufferCreateIn… in iterate()
214 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
217 getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBufferWrite); in iterate()
236deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
247 … makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.size, memoryType, 0u); in iterate()
250 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)); in iterate()
287 …VK_CHECK(deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, VK_NULL_HAN… in iterate()
293 …const Unique<VkBuffer> outputBuffer(createBuffer(deviceInterface, getDevice(), &outputBufferCreate… in iterate()
[all …]
DvktSparseResourcesMipmapSparseResidency.cpp151 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
201 … const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
204 … const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
211 getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
231deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
242 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate()
278deviceInterface, getDevice(), imageMemoryRequirements.alignment * numSparseBlocks, in iterate()
283 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
292deviceInterface, getDevice(), aspectRequirements.imageMipTailSize, memoryType, in iterate()
297 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
[all …]
DvktSparseResourcesMultisampledImageSparseBinding.cpp257 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
291 const Move<VkImage> msSparseImage(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
294 const Move<VkSemaphore> sparseBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
298 getImageMemoryRequirements(deviceInterface, getDevice(), msSparseImage.get()); in iterate()
321 … makeSparseMemoryBind(deviceInterface, getDevice(), sparseMemRequirements.alignment, memoryType, in iterate()
326 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
349 …VK_CHECK(deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, VK_NULL_HAN… in iterate()
353 makeCommandPool(deviceInterface, getDevice(), sparseQueue.queueFamilyIndex)); in iterate()
355 …allocateCommandBuffer(deviceInterface, getDevice(), sparseCmdPool.get(), VK_COMMAND_BUFFER_LEVEL_P… in iterate()
357 beginCommandBuffer(deviceInterface, sparseCmdBuffer.get()); in iterate()
[all …]
DvktSparseResourcesTransferQueueTests.cpp182 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
223 m_sparseImage = createImage(deviceInterface, getDevice(), &m_sparseInfo); in iterate()
224 … const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
226 getImageMemoryRequirements(deviceInterface, getDevice(), *m_sparseImage); in iterate()
246 … makeSparseMemoryBind(deviceInterface, getDevice(), imageMemoryRequirements.alignment, memoryType, in iterate()
251 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
275 …VK_CHECK(deviceInterface.queueBindSparse(transferQueue.queueHandle, 1u, &bindSparseInfo, VK_NULL_H… in iterate()
316 makeCommandPool(deviceInterface, getDevice(), transferQueue.queueFamilyIndex)); in iterate()
318 …allocateCommandBuffer(deviceInterface, getDevice(), *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY)… in iterate()
321 beginCommandBuffer(deviceInterface, *commandBuffer); in iterate()
[all …]
DvktSparseResourcesImageMemoryAliasing.cpp204 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
255 … const Unique<VkImage> imageRead(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
256 … const Unique<VkImage> imageWrite(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
259 …const Unique<VkSemaphore> memoryBindSemaphoreTransfer(createSemaphore(deviceInterface, getDevice()… in iterate()
260 …const Unique<VkSemaphore> memoryBindSemaphoreCompute(createSemaphore(deviceInterface, getDevice())… in iterate()
270 getImageMemoryRequirements(deviceInterface, getDevice(), *imageRead); in iterate()
290deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
302 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageRe… in iterate()
337deviceInterface, getDevice(), imageMemoryRequirements.alignment * numSparseBlocks, in iterate()
342 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
[all …]
DvktSparseResourcesImageSparseBinding.cpp169 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
217 … const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
219 const Unique<VkFence> imageSparseBindFence(createFence(deviceInterface, getDevice())); in iterate()
223 getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
245deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
263 … makeSparseMemoryBind(deviceInterface, getDevice(), imageMemoryRequirements.alignment, memoryType, in iterate()
268 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
301deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, *imageSparseBindFenc… in iterate()
311 … makeSparseMemoryBind(deviceInterface, getDevice(), imageMemoryRequirements.alignment, memoryType, in iterate()
316 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp599 const DeviceInterface &deviceInterface = getDeviceInterface(); in recordCommands() local
620 m_vertexBuffer = createBuffer(deviceInterface, getDevice(), &vertexBufferCreateInfo); in recordCommands()
622 …bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequirement::HostV… in recordCommands()
625 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
697 m_renderPass = createRenderPass(deviceInterface, getDevice(), &renderPassInfo); in recordCommands()
704 …escriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())… in recordCommands()
712deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.m… in recordCommands()
734 m_sampler = createSampler(deviceInterface, getDevice(), &samplerCreateInfo); in recordCommands()
761 pipelineLayout = createPipelineLayout(deviceInterface, getDevice(), &pipelineLayoutParams); in recordCommands()
766 …createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("vertex_shade… in recordCommands()
[all …]
DvktSparseResourcesShaderIntrinsicsBase.cpp655 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
660 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
663 const Unique<VkSemaphore> memoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
688 getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
704 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate()
759deviceInterface, getDevice(), imageMemoryRequirements.alignment * numSparseBlocks, memoryType, in iterate()
764 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
775 … makeSparseMemoryBind(deviceInterface, getDevice(), aspectRequirements.imageMipTailSize, in iterate()
780 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
789deviceInterface, getDevice(), aspectRequirements.imageMipTailSize, memoryType, in iterate()
[all …]
DvktSparseResourcesImageRebind.cpp215 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
261 const Unique<VkImage> image(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
264 const Unique<VkSemaphore> bindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
265 const Unique<VkSemaphore> transferSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
271 getImageMemoryRequirements(deviceInterface, getDevice(), *image); in iterate()
291deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
303 … sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *image); in iterate()
397 … VK_CHECK(deviceInterface.allocateMemory(getDevice(), &allocInfo, nullptr, &deviceMemory)); in iterate()
399 …check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr… in iterate()
415 makeCommandPool(deviceInterface, getDevice(), transferQueue.queueFamilyIndex)); in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsStorage.cpp427 const DeviceInterface &deviceInterface = getDeviceInterface(); in recordCommands() local
442 …escriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())… in recordCommands()
445 pipelineLayout = makePipelineLayout(deviceInterface, getDevice(), *descriptorSetLayout); in recordCommands()
455deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.m… in recordCommands()
475 deviceInterface.cmdPipelineBarrier(commandBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, in recordCommands()
490 …createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("compute"), 0… in recordCommands()
507 …makeComputePipeline(deviceInterface, getDevice(), *pipelineLayout, (VkPipelineCreateFlags)0u, null… in recordCommands()
511deviceInterface.cmdBindPipeline(commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, computePipeline); in recordCommands()
515 …makeVkSharedPtr(makeDescriptorSet(deviceInterface, getDevice(), *descriptorPool, *descriptorSetLay… in recordCommands()
523 …makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), imageSparse, mapImageViewType(m_imageT… in recordCommands()
[all …]
DvktSparseResourcesImageSparseResidency.cpp345 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
393 … const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageCreateInfo)); in iterate()
396 … const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
403 getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
421deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
432 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate()
495deviceInterface, getDevice(), imageMemoryRequirements.alignment, memoryType, in iterate()
500 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
511deviceInterface, getDevice(), aspectRequirements.imageMipTailSize, memoryType, in iterate()
516 … Deleter<VkDeviceMemory>(deviceInterface, getDevice(), nullptr)))); in iterate()
[all …]
DvktSparseResourcesImageAlignedMipSize.cpp189 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
192 … const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageCreateInfo)); in iterate()
196 getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
DvktSparseResourcesImageBlockShapes.cpp193 const DeviceInterface &deviceInterface = getDeviceInterface(); in iterate() local
196 … const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageCreateInfo)); in iterate()
199 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp131 const DeviceInterface &deviceInterface = m_context.getDeviceInterface(); in iterate() local
173 … new ImageWithMemory(deviceInterface, device, allocator, imageMSInfo, MemoryRequirement::Any)); in iterate()
182 … new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirement::Any)); in iterate()
191 … new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirement::Any)); in iterate()
348 …RenderPassWrapper renderPass(m_imageMSParams.pipelineConstructionType, deviceInterface, device, &r… in iterate()
363deviceInterface, device, **imageMS, mapImageViewType(m_imageType), imageMSInfo.format, fullImageRa… in iterate()
365deviceInterface, device, **imageRS, mapImageViewType(m_imageType), imageRSInfo.format, fullImageRa… in iterate()
374 makeVkSharedPtr(makeImageView(deviceInterface, device, **imagesPerSampleVec[sampleNdx], in iterate()
393 renderPass.createFramebuffer(deviceInterface, device, &framebufferInfo, images); in iterate()
408 …youtWrapper pipelineLayoutMSPass(m_imageMSParams.pipelineConstructionType, deviceInterface, device, in iterate()
[all …]
DvktPipelineMultisampleBaseResolve.cpp63 const DeviceInterface &deviceInterface = m_context.getDeviceInterface(); in iterate() local
107 … new ImageWithMemory(deviceInterface, device, allocator, imageMSInfo, MemoryRequirement::Any)); in iterate()
115 … new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirement::Any)); in iterate()
182 …RenderPassWrapper renderPass(m_imageMSParams.pipelineConstructionType, deviceInterface, device, &r… in iterate()
189deviceInterface, device, **imageMS, mapImageViewType(m_imageType), imageMSInfo.format, fullImageRa… in iterate()
191deviceInterface, device, **imageRS, mapImageViewType(m_imageType), imageMSInfo.format, fullImageRa… in iterate()
209 renderPass.createFramebuffer(deviceInterface, device, &framebufferInfo, images); in iterate()
235 …lineLayoutWrapper pipelineLayout(m_imageMSParams.pipelineConstructionType, deviceInterface, device, in iterate()
242 new BufferWithMemory(deviceInterface, device, allocator, in iterate()
249 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
[all …]
DvktPipelineMultisampleShaderBuiltInTests.cpp692 const DeviceInterface &deviceInterface = m_context.getDeviceInterface(); in createMSPassDescSetLayout() local
698 .build(deviceInterface, device); in createMSPassDescSetLayout()
708 const DeviceInterface &deviceInterface = m_context.getDeviceInterface(); in createMSPassDescSet() local
715 … .build(deviceInterface, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in createMSPassDescSet()
718 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *descSetLayout); in createMSPassDescSet()
724 …new BufferWithMemory(deviceInterface, device, allocator, bufferSampleMaskInfo, MemoryRequirement::… in createMSPassDescSet()
728 flushAlloc(deviceInterface, device, m_buffer->getAllocation()); in createMSPassDescSet()
735 .update(deviceInterface, device); in createMSPassDescSet()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp355 const DeviceInterface &deviceInterface = m_context.getDeviceInterface(); in iterate() local
369 … createShaderModule(deviceInterface, device, m_context.getBinaryCollection().get(m_name), 0u)); in iterate()
373 makePipelineLayout(deviceInterface, device, *m_descriptorSetLayout)); in iterate()
374 …const vk::Unique<VkPipeline> pipeline(makeComputePipeline(deviceInterface, device, *pipelineLayout… in iterate()
378 …createCommandPool(deviceInterface, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueF… in iterate()
380 allocateCommandBuffer(deviceInterface, device, *cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY)); in iterate()
383 beginCommandBuffer(deviceInterface, *cmdBuffer); in iterate()
385 deviceInterface.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipeline); in iterate()
386deviceInterface.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout,… in iterate()
392 deviceInterface.cmdDispatch(*cmdBuffer, numGroups.x(), numGroups.y(), numGroups.z()); in iterate()
[all …]
DvktImageAtomicOperationTests.cpp954 static void initDataForImage(const VkDevice device, const DeviceInterface &deviceInterface, const T… in initDataForImage() argument
984 flushAlloc(deviceInterface, device, bufferAllocation); in initDataForImage()
1501 const DeviceInterface &deviceInterface = m_context.getDeviceInterface(); in iterate() local
1519 deviceInterface, device, allocator, in iterate()
1526 initDataForImage(device, deviceInterface, m_format, m_operation, gridSize, *m_inputBuffer); in iterate()
1530 deviceInterface, device, allocator, in iterate()
1561 .build(deviceInterface, device); in iterate()
1568 … .build(deviceInterface, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 2u); in iterate()
1571 …makeDescriptorSet(deviceInterface, device, *m_descriptorPoolNoTransfer, *m_descriptorSetLayoutNoTr… in iterate()
1574 …makeDescriptorSet(deviceInterface, device, *m_descriptorPoolNoTransfer, *m_descriptorSetLayoutNoTr… in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp479 void createCommandBuffer(const DeviceInterface &deviceInterface, const VkDevice device, const uint3… in createCommandBuffer() argument
486 commandPool = createCommandPool(deviceInterface, device, 0u, queueFamilyNdx); in createCommandBuffer()
495 VK_CHECK(deviceInterface.allocateCommandBuffers(device, &commandBufferInfo, &commandBuffer)); in createCommandBuffer()
497 … Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get())); in createCommandBuffer()
501 void createFences(const DeviceInterface &deviceInterface, VkDevice device, bool signaled, uint32_t … in createFences() argument
513 VK_CHECK(deviceInterface.createFence(device, &fenceState, nullptr, &fence[ndx])); in createFences()
516 void destroyFences(const DeviceInterface &deviceInterface, VkDevice device, uint32_t numFences, VkF… in destroyFences() argument
519 deviceInterface.destroyFence(device, fence[ndx], nullptr); in destroyFences()
541 void recordRenderPass(const DeviceInterface &deviceInterface, const RenderInfo &renderInfo) in recordRenderPass() argument
547deviceInterface.cmdWaitEvents(renderInfo.commandBuffer, 1, &renderInfo.event, VK_PIPELINE_STAGE_HO… in recordRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp444 const DeviceInterface &deviceInterface = context.getDeviceInterface(); in createTLAS() local
475 blPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
533 blPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
589 blPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
652 blPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
721 blPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
751 tlPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
918 const DeviceInterface &deviceInterface = context.getDeviceInterface(); in createTLAS() local
940 blPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
947 tlPtr->createAndBuild(deviceInterface, deviceVk, cmdBuffer, allocator); in createTLAS()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp434 const DeviceInterface &deviceInterface = in iterate() local
441 deviceInterface.getDeviceFaultInfoEXT(device, &fc, nullptr); in iterate()
466 const VkResult result = deviceInterface.getDeviceFaultInfoEXT(device, &fc, &fi); in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp408 void ResourceInterfaceStandard::initDevice(DeviceInterface &deviceInterface, VkDevice device) in initDevice() argument
417 (CreateShaderModuleFunc)deviceInterface.getDeviceProcAddr(device, "vkCreateShaderModule"); in initDevice()
419 …(CreateGraphicsPipelinesFunc)deviceInterface.getDeviceProcAddr(device, "vkCreateGraphicsPipelines"… in initDevice()
421 … (CreateComputePipelinesFunc)deviceInterface.getDeviceProcAddr(device, "vkCreateComputePipelines"); in initDevice()
436 … new Move<VkPipelineCache>(createPipelineCache(deviceInterface, device, &pCreateInfo, nullptr))); in initDevice()

12