Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp315 VkPhysicalDeviceFeatures new_features = {}; in GpuPreCallRecordCreateDevice() local
317 new_features = *create_info->pEnabledFeatures; in GpuPreCallRecordCreateDevice()
319 new_features.fragmentStoresAndAtomics = supported_features->fragmentStoresAndAtomics; in GpuPreCallRecordCreateDevice()
320new_features.vertexPipelineStoresAndAtomics = supported_features->vertexPipelineStoresAndAtomics; in GpuPreCallRecordCreateDevice()
322 create_info->pEnabledFeatures = new VkPhysicalDeviceFeatures(new_features); in GpuPreCallRecordCreateDevice()