Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceProperties.inl58 …es>(VkPhysicalDeviceSubgroupProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs) argument
60 propertyType.subgroupSize = allPropertiesBlobs.vk11.subgroupSize;
61 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages;
62 propertyType.supportedOperations = allPropertiesBlobs.vk11.subgroupSupportedOperations;
63 propertyType.quadOperationsInAllStages = allPropertiesBlobs.vk11.subgroupQuadOperationsInAllStages;
65 …kPhysicalDevicePointClippingProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs) argument
67 propertyType.pointClippingBehavior = allPropertiesBlobs.vk11.pointClippingBehavior;
69 …s>(VkPhysicalDeviceMultiviewProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs) argument
71 propertyType.maxMultiviewViewCount = allPropertiesBlobs.vk11.maxMultiviewViewCount;
72 propertyType.maxMultiviewInstanceIndex = allPropertiesBlobs.vk11.maxMultiviewInstanceIndex;
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp58 virtual void initializePropertyFromBlob (const AllPropertiesBlobs& allPropertiesBlobs) = 0;
83 void initPropertyFromBlob(PropertyType& propertyType, const AllPropertiesBlobs& allPropertiesBlobs);
86 …itPropertyFromBlobWrapper(PropertyType& propertyType, const AllPropertiesBlobs& allPropertiesBlobs) in initPropertyFromBlobWrapper() argument
88 initPropertyFromBlob<PropertyType>(propertyType, allPropertiesBlobs); in initPropertyFromBlobWrapper()
164 void initializePropertyFromBlob (const AllPropertiesBlobs& allPropertiesBlobs) in initializePropertyFromBlob() argument
166 initPropertyFromBlobWrapper(m_propertyType, allPropertiesBlobs); in initializePropertyFromBlob()