Searched refs:checkSparseImageFormatSupport (Results 1 – 4 of 4) sorted by relevance
196 bool checkSparseImageFormatSupport (const vk::VkPhysicalDevice physicalDevice,
3031 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in allocateAndBindSparseImage()3255 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
322 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
2048 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()