Home
last modified time | relevance | path

Searched refs:imageMemoryBind (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp847 VkSparseImageMemoryBind imageMemoryBind; in makeSparseImageMemoryBind() local
849 imageMemoryBind.subresource = subresource; in makeSparseImageMemoryBind()
850 imageMemoryBind.memory = deviceMemory; in makeSparseImageMemoryBind()
851 imageMemoryBind.memoryOffset = 0u; in makeSparseImageMemoryBind()
852 imageMemoryBind.flags = 0u; in makeSparseImageMemoryBind()
853 imageMemoryBind.offset = offset; in makeSparseImageMemoryBind()
854 imageMemoryBind.extent = extent; in makeSparseImageMemoryBind()
856 return imageMemoryBind; in makeSparseImageMemoryBind()
DvktSparseResourcesMipmapSparseResidency.cpp287 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
290 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
292 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp613 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
616 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
618 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp349 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
352 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
354 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
DvktSparseResourcesImageSparseResidency.cpp463 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
466 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
468 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp847 VkSparseImageMemoryBind imageMemoryBind; in makeSparseImageMemoryBind() local
849 imageMemoryBind.subresource = subresource; in makeSparseImageMemoryBind()
850 imageMemoryBind.memory = deviceMemory; in makeSparseImageMemoryBind()
851 imageMemoryBind.memoryOffset = 0u; in makeSparseImageMemoryBind()
852 imageMemoryBind.flags = 0u; in makeSparseImageMemoryBind()
853 imageMemoryBind.offset = offset; in makeSparseImageMemoryBind()
854 imageMemoryBind.extent = extent; in makeSparseImageMemoryBind()
856 return imageMemoryBind; in makeSparseImageMemoryBind()
DvktSparseResourcesMipmapSparseResidency.cpp287 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
290 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
292 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp613 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
616 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
618 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp349 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
352 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
354 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
DvktSparseResourcesImageSparseResidency.cpp463 …const VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevi… in iterate() local
466 …push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Dele… in iterate()
468 imageResidencyMemoryBinds.push_back(imageMemoryBind); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp5338 const VkSparseImageMemoryBind imageMemoryBind = in allocateAndBindSparseImage() local
5352 imageResidencyMemoryBinds.push_back(imageMemoryBind); in allocateAndBindSparseImage()