Home
last modified time | relevance | path

Searched refs:vk13 (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceProperties.inl56 propertyType.maxInlineUniformBlockSize = allPropertiesBlobs.vk13.maxInlineUniformBlockSize;
57 …propertyType.maxPerStageDescriptorInlineUniformBlocks = allPropertiesBlobs.vk13.maxPerStageDescrip…
58 …propertyType.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = allPropertiesBlobs.vk13.max…
59 …propertyType.maxDescriptorSetInlineUniformBlocks = allPropertiesBlobs.vk13.maxDescriptorSetInlineU…
60 …propertyType.maxDescriptorSetUpdateAfterBindInlineUniformBlocks = allPropertiesBlobs.vk13.maxDescr…
69 propertyType.maxBufferSize = allPropertiesBlobs.vk13.maxBufferSize;
130 …propertyType.storageTexelBufferOffsetAlignmentBytes = allPropertiesBlobs.vk13.storageTexelBufferOf…
131 …propertyType.storageTexelBufferOffsetSingleTexelAlignment = allPropertiesBlobs.vk13.storageTexelBu…
132 …propertyType.uniformTexelBufferOffsetAlignmentBytes = allPropertiesBlobs.vk13.uniformTexelBufferOf…
133 …propertyType.uniformTexelBufferOffsetSingleTexelAlignment = allPropertiesBlobs.vk13.uniformTexelBu…
[all …]
DvkDeviceFeatures.inl16 featureType.privateData = allFeaturesBlobs.vk13.privateData;
50 featureType.inlineUniformBlock = allFeaturesBlobs.vk13.inlineUniformBlock;
51 …featureType.descriptorBindingInlineUniformBlockUpdateAfterBind = allFeaturesBlobs.vk13.descriptorB…
55 featureType.maintenance4 = allFeaturesBlobs.vk13.maintenance4;
134 featureType.textureCompressionASTC_HDR = allFeaturesBlobs.vk13.textureCompressionASTC_HDR;
142 featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
146 featureType.subgroupSizeControl = allFeaturesBlobs.vk13.subgroupSizeControl;
147 featureType.computeFullSubgroups = allFeaturesBlobs.vk13.computeFullSubgroups;
151 featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
155 …featureType.shaderZeroInitializeWorkgroupMemory = allFeaturesBlobs.vk13.shaderZeroInitializeWorkgr…
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp52 VkPhysicalDeviceVulkan13Properties& vk13; member
DvkDeviceFeatures.hpp52 VkPhysicalDeviceVulkan13Features& vk13; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1162 VkPhysicalDeviceVulkan13Features vk13 = { in v3dv_GetPhysicalDeviceFeatures2() local
1253 if (vk_get_physical_device_core_1_3_feature_ext(ext, &vk13)) in v3dv_GetPhysicalDeviceFeatures2()
1568 VkPhysicalDeviceVulkan13Properties vk13 = { in v3dv_GetPhysicalDeviceProperties2() local
1661 if (vk_get_physical_device_core_1_3_property_ext(ext, &vk13)) in v3dv_GetPhysicalDeviceProperties2()