Searched defs:isStorage (Results 1 – 5 of 5) sorted by relevance
86 bool isStorage(PyObject* obj) { in isStorage() function
1241 bool VulkanCaps::FormatInfo::isStorage(VkImageTiling imageTiling) const { in isStorage() function in skgpu::graphite::VulkanCaps::FormatInfo1401 bool VulkanCaps::isStorage(const TextureInfo& texInfo) const { in isStorage() function in skgpu::graphite::VulkanCaps
180 bool DawnCaps::isStorage(const TextureInfo& info) const { in isStorage() function in skgpu::graphite::DawnCaps
449 bool isStorage() const { in isStorage() function
3755 const bool isStorage = (descriptorType == vk::VK_DESCRIPTOR_TYPE_STORAGE_IMAGE); in createImage() local7396 const bool isStorage = (m_descriptorType == vk::VK_DESCRIPTOR_TYPE_STORAGE_IMAGE); in checkSupport() local