Searched refs:vk11 (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.inl | 23 …memcpy(propertyType.deviceUUID, allPropertiesBlobs.vk11.deviceUUID, sizeof(uint8_t) * VK_UUID_SIZE… 24 …memcpy(propertyType.driverUUID, allPropertiesBlobs.vk11.driverUUID, sizeof(uint8_t) * VK_UUID_SIZE… 25 …memcpy(propertyType.deviceLUID, allPropertiesBlobs.vk11.deviceLUID, sizeof(uint8_t) * VK_LUID_SIZE… 26 propertyType.deviceNodeMask = allPropertiesBlobs.vk11.deviceNodeMask; 27 propertyType.deviceLUIDValid = allPropertiesBlobs.vk11.deviceLUIDValid; 31 propertyType.maxMultiviewViewCount = allPropertiesBlobs.vk11.maxMultiviewViewCount; 32 propertyType.maxMultiviewInstanceIndex = allPropertiesBlobs.vk11.maxMultiviewInstanceIndex; 36 propertyType.subgroupSize = allPropertiesBlobs.vk11.subgroupSize; 37 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages; 38 propertyType.supportedOperations = allPropertiesBlobs.vk11.subgroupSupportedOperations; [all …]
|
D | vkDeviceFeatures.inl | 20 featureType.variablePointersStorageBuffer = allFeaturesBlobs.vk11.variablePointersStorageBuffer; 21 featureType.variablePointers = allFeaturesBlobs.vk11.variablePointers; 25 featureType.multiview = allFeaturesBlobs.vk11.multiview; 26 featureType.multiviewGeometryShader = allFeaturesBlobs.vk11.multiviewGeometryShader; 27 featureType.multiviewTessellationShader = allFeaturesBlobs.vk11.multiviewTessellationShader; 31 featureType.storageBuffer16BitAccess = allFeaturesBlobs.vk11.storageBuffer16BitAccess; 32 …featureType.uniformAndStorageBuffer16BitAccess = allFeaturesBlobs.vk11.uniformAndStorageBuffer16Bi… 33 featureType.storagePushConstant16 = allFeaturesBlobs.vk11.storagePushConstant16; 34 featureType.storageInputOutput16 = allFeaturesBlobs.vk11.storageInputOutput16; 42 featureType.samplerYcbcrConversion = allFeaturesBlobs.vk11.samplerYcbcrConversion; [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures.hpp | 49 VkPhysicalDeviceVulkan11Features& vk11; member
|
D | vkDeviceProperties.hpp | 49 VkPhysicalDeviceVulkan11Properties& vk11; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1232 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/ |
D | validitygenerator.py | 1050 vk11 = re.match(self.registry.genOpts.emitversions, 'VK_VERSION_1_1') is not None 1051 return vk11
|