Searched refs:isBufferDeviceAddressSupported (Results 1 – 7 of 7) sorted by relevance
108 bool isBufferDeviceAddressSupported (void) const;
690 bool Context::isBufferDeviceAddressSupported(void) const in isBufferDeviceAddressSupported() function in vkt::Context
172 if (!context.isBufferDeviceAddressSupported()) in checkSupport()1357 if (!context.isBufferDeviceAddressSupported()) in checkSupport()
445 if (m_shaderSpec.usesPhysStorageBuffer && !context.isBufferDeviceAddressSupported()) in checkSupport()
170 if (m_data.storageClass == SC_PHYSICAL_STORAGE_BUFFER && !context.isBufferDeviceAddressSupported()) in checkSupport()
303 … == SC_PHYSBUFFER || m_data.guardSC == SC_PHYSBUFFER) && !context.isBufferDeviceAddressSupported()) in checkSupport()
2608 if (m_usePhysStorageBuffer && !context.isBufferDeviceAddressSupported()) in createInstance()