Home
last modified time | relevance | path

Searched refs:imageMemoryBindSemaphore (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseBinding.cpp198 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() local
263 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
374 …ce, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), st… in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp201 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() local
346 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
482 …ce, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), st… in iterate()
DvktSparseResourcesImageSparseResidency.cpp265 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() local
433 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
583 …ce, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), st… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp350 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(vk, device)); in uploadTestTextureInternalSparse() local
367 …seImage (vk, device, physicalDevice, instance, imageCreateInfo, imageMemoryBindSemaphore.get(), sp… in uploadTestTextureInternalSparse()
412 …universalQueueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), imageAs… in uploadTestTextureInternalSparse()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1232 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(vk, vkDevice)); in uploadSparseImage() local
1245 …Image(vk, vkDevice, physicalDevice, instance, imageCreateInfo, *imageMemoryBindSemaphore, sparseQu… in uploadSparseImage()
1321 …, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), aspectM… in uploadSparseImage()