Lines Matching refs:vk11
1067 VkPhysicalDeviceVulkan11Features vk11 = { in v3dv_GetPhysicalDeviceFeatures2() local
1146 memcpy(features, &vk11, sizeof(VkPhysicalDeviceVulkan11Features)); in v3dv_GetPhysicalDeviceFeatures2()
1151 features->storageBuffer16BitAccess = vk11.storageBuffer16BitAccess; in v3dv_GetPhysicalDeviceFeatures2()
1153 vk11.uniformAndStorageBuffer16BitAccess; in v3dv_GetPhysicalDeviceFeatures2()
1154 features->storagePushConstant16 = vk11.storagePushConstant16; in v3dv_GetPhysicalDeviceFeatures2()
1155 features->storageInputOutput16 = vk11.storageInputOutput16; in v3dv_GetPhysicalDeviceFeatures2()
1160 features->multiview = vk11.multiview; in v3dv_GetPhysicalDeviceFeatures2()
1161 features->multiviewGeometryShader = vk11.multiviewGeometryShader; in v3dv_GetPhysicalDeviceFeatures2()
1162 features->multiviewTessellationShader = vk11.multiviewTessellationShader; in v3dv_GetPhysicalDeviceFeatures2()
1167 features->protectedMemory = vk11.protectedMemory; in v3dv_GetPhysicalDeviceFeatures2()
1172 features->samplerYcbcrConversion = vk11.samplerYcbcrConversion; in v3dv_GetPhysicalDeviceFeatures2()
1177 features->shaderDrawParameters = vk11.shaderDrawParameters; in v3dv_GetPhysicalDeviceFeatures2()
1183 vk11.variablePointersStorageBuffer; in v3dv_GetPhysicalDeviceFeatures2()
1184 features->variablePointers = vk11.variablePointers; in v3dv_GetPhysicalDeviceFeatures2()