Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceProperties.inl60 propertyType.subgroupSize = allPropertiesBlobs.vk11.subgroupSize;
61 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages;
62 propertyType.supportedOperations = allPropertiesBlobs.vk11.subgroupSupportedOperations;
63 propertyType.quadOperationsInAllStages = allPropertiesBlobs.vk11.subgroupQuadOperationsInAllStages;
67 propertyType.pointClippingBehavior = allPropertiesBlobs.vk11.pointClippingBehavior;
71 propertyType.maxMultiviewViewCount = allPropertiesBlobs.vk11.maxMultiviewViewCount;
72 propertyType.maxMultiviewInstanceIndex = allPropertiesBlobs.vk11.maxMultiviewInstanceIndex;
76 propertyType.protectedNoFault = allPropertiesBlobs.vk11.protectedNoFault;
80 …memcpy(propertyType.deviceUUID, allPropertiesBlobs.vk11.deviceUUID, sizeof(uint8_t) * VK_UUID_SIZE…
81 …memcpy(propertyType.driverUUID, allPropertiesBlobs.vk11.driverUUID, sizeof(uint8_t) * VK_UUID_SIZE…
[all …]
DvkDeviceFeatures.inl115 featureType.storageBuffer16BitAccess = allFeaturesBlobs.vk11.storageBuffer16BitAccess;
116 …featureType.uniformAndStorageBuffer16BitAccess = allFeaturesBlobs.vk11.uniformAndStorageBuffer16Bi…
117 featureType.storagePushConstant16 = allFeaturesBlobs.vk11.storagePushConstant16;
118 featureType.storageInputOutput16 = allFeaturesBlobs.vk11.storageInputOutput16;
122 featureType.multiview = allFeaturesBlobs.vk11.multiview;
123 featureType.multiviewGeometryShader = allFeaturesBlobs.vk11.multiviewGeometryShader;
124 featureType.multiviewTessellationShader = allFeaturesBlobs.vk11.multiviewTessellationShader;
128 featureType.variablePointersStorageBuffer = allFeaturesBlobs.vk11.variablePointersStorageBuffer;
129 featureType.variablePointers = allFeaturesBlobs.vk11.variablePointers;
133 featureType.protectedMemory = allFeaturesBlobs.vk11.protectedMemory;
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp49 VkPhysicalDeviceVulkan11Properties& vk11; member
DvkDeviceFeatures.hpp49 VkPhysicalDeviceVulkan11Features& vk11; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1232 VkPhysicalDeviceVulkan11Features vk11 = { in v3dv_GetPhysicalDeviceFeatures2() local
1249 if (vk_get_physical_device_core_1_1_feature_ext(ext, &vk11)) in v3dv_GetPhysicalDeviceFeatures2()
1638 VkPhysicalDeviceVulkan11Properties vk11 = { in v3dv_GetPhysicalDeviceProperties2() local
1652 memcpy(vk11.deviceUUID, pdevice->device_uuid, VK_UUID_SIZE); in v3dv_GetPhysicalDeviceProperties2()
1653 memcpy(vk11.driverUUID, pdevice->driver_uuid, VK_UUID_SIZE); in v3dv_GetPhysicalDeviceProperties2()
1657 if (vk_get_physical_device_core_1_1_property_ext(ext, &vk11)) in v3dv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dvaliditygenerator.py1056 vk11 = re.match(self.registry.genOpts.emitversions, 'VK_VERSION_1_1') is not None
1057 return vk11