Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseBinding.cpp214 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() local
279 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
414 …ce, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), st… in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp222 …const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice… in iterate() local
373 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
539 …ce, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), st… in iterate()
DvktSparseResourcesImageSparseResidency.cpp382 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() local
551 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
743 …ce, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), st… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp502 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(vk, device)); in uploadTestTextureInternalSparse() local
519 …seImage (vk, device, physicalDevice, instance, imageCreateInfo, imageMemoryBindSemaphore.get(), sp… in uploadTestTextureInternalSparse()
564 …universalQueueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), imageAs… in uploadTestTextureInternalSparse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1261 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(vk, vkDevice)); in uploadSparseImage() local
1274 …Image(vk, vkDevice, physicalDevice, instance, imageCreateInfo, *imageMemoryBindSemaphore, sparseQu… in uploadSparseImage()
1350 …, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), aspectM… in uploadSparseImage()