Lines Matching defs:features
361 VkPhysicalDeviceFeatures2* features, bool isProtected) {
366 void** tailPNext = &features->pNext;
406 grVkGetPhysicalDeviceFeatures2(physDev, features);
411 grVkGetPhysicalDeviceFeatures2KHR(physDev, features);
420 // If we want to disable any extension features do so here.
426 VkPhysicalDeviceFeatures2* features,
689 memset(features, 0, sizeof(VkPhysicalDeviceFeatures2));
690 features->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
691 features->pNext = nullptr;
693 VkPhysicalDeviceFeatures* deviceFeatures = &features->features;
697 if (!setup_features(getProc, inst, physDev, physDeviceVersion, extensions, features,
705 pointerToFeatures = features;
788 ctx->fDeviceFeatures2 = features;
796 void FreeVulkanFeaturesStructs(const VkPhysicalDeviceFeatures2* features) {
797 // All Vulkan structs that could be part of the features chain will start with the
805 void* pNext = features->pNext;