Searched refs:mProtectedMemoryFeatures (Results 1 – 2 of 2) sorted by relevance
453 mProtectedMemoryFeatures = new VkPhysicalDeviceProtectedMemoryFeatures; in init()454 mProtectedMemoryFeatures->sType = in init()456 mProtectedMemoryFeatures->pNext = nullptr; in init()457 *tailPnext = mProtectedMemoryFeatures; in init()458 tailPnext = &mProtectedMemoryFeatures->pNext; in init()473 if (protectedContent && !mProtectedMemoryFeatures->protectedMemory) { in init()585 if (mProtectedMemoryFeatures) { in teardown()586 delete mProtectedMemoryFeatures; in teardown()587 mProtectedMemoryFeatures = nullptr; in teardown()
92 VkPhysicalDeviceProtectedMemoryFeatures* mProtectedMemoryFeatures = nullptr; variable