Searched refs:imageMemoryBindSemaphore (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseBinding.cpp | 198 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()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 201 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()
|
D | vktSparseResourcesImageSparseResidency.cpp | 265 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/ |
D | vktPipelineImageUtil.cpp | 350 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/ |
D | vktShaderRender.cpp | 1232 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()
|