Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkBuffer.hpp42 bool canBindToMemory(DeviceMemory *pDeviceMemory) const;
DVkBuffer.cpp82 bool Buffer::canBindToMemory(DeviceMemory *pDeviceMemory) const in canBindToMemory() function in vk::Buffer
DVkImage.hpp98 bool canBindToMemory(DeviceMemory *pDeviceMemory) const;
DlibVulkan.cpp1314 if(!vk::Cast(buffer)->canBindToMemory(vk::Cast(memory))) in vkBindBufferMemory()
1328 if(!vk::Cast(image)->canBindToMemory(vk::Cast(memory))) in vkBindImageMemory()
2856 if(!vk::Cast(pBindInfos[i].buffer)->canBindToMemory(vk::Cast(pBindInfos[i].memory))) in vkBindBufferMemory2()
2878 if(!vk::Cast(pBindInfos[i].image)->canBindToMemory(vk::Cast(pBindInfos[i].memory))) in vkBindImageMemory2()
DVkImage.cpp255 bool Image::canBindToMemory(DeviceMemory *pDeviceMemory) const in canBindToMemory() function in vk::Image