Searched refs:imageMemoryBindSemaphore (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseBinding.cpp | 214 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()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 222 …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()
|
D | vktSparseResourcesImageSparseResidency.cpp | 382 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/ |
D | vktPipelineImageUtil.cpp | 502 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/ |
D | vktShaderRender.cpp | 1261 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()
|