Searched refs:device_features (Results 1 – 10 of 10) sorted by relevance
9 dEQP-VK.info.device_features
106 VkPhysicalDeviceFeatures2 device_features; member
1032 .pNext = &hwctx->device_features, in vulkan_device_create_internal()1037 hwctx->device_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in vulkan_device_create_internal()1050 COPY_FEATURE(hwctx->device_features, shaderImageGatherExtended) in vulkan_device_create_internal()1051 COPY_FEATURE(hwctx->device_features, shaderStorageImageReadWithoutFormat) in vulkan_device_create_internal()1052 COPY_FEATURE(hwctx->device_features, shaderStorageImageWriteWithoutFormat) in vulkan_device_create_internal()1053 COPY_FEATURE(hwctx->device_features, fragmentStoresAndAtomics) in vulkan_device_create_internal()1054 COPY_FEATURE(hwctx->device_features, vertexPipelineStoresAndAtomics) in vulkan_device_create_internal()1055 COPY_FEATURE(hwctx->device_features, shaderInt64) in vulkan_device_create_internal()
2517 VkPhysicalDeviceFeatures device_features = {}; in overlay_CreateDevice() local2530 device_features = *(device_info->pEnabledFeatures); in overlay_CreateDevice()2531 device_features_ptr = &device_features; in overlay_CreateDevice()2532 device_info->pEnabledFeatures = &device_features; in overlay_CreateDevice()
10 dEQP-VK.info.device_features