/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | mandatory_features.txt | 14 VkPhysicalDeviceMultiviewFeatures FEATURES ( multiview ) REQUIREMENTS ( "ApiVersion… 15 VkPhysicalDeviceMultiviewFeatures FEATURES ( multiview ) REQUIREMENTS ( VK_KHR_mult…
|
D | vulkan_sc_core.h | 3818 typedef struct VkPhysicalDeviceMultiviewFeatures { struct 3824 } VkPhysicalDeviceMultiviewFeatures; argument
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeaturesForDefaultDeviceDefs.inl | 9 …VkPhysicalDeviceMultiviewFeatures& getMultiviewFeatures (void) const { return m_devi…
|
D | vkDeviceFeatures.inl | 23 template<> void initFeatureFromBlob<VkPhysicalDeviceMultiviewFeatures>(VkPhysicalDeviceMultiviewFea… 293 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMultiviewFeatures>(void) { return FeatureDes… 438 …{ createFeatureStructWrapper<VkPhysicalDeviceMultiviewFeatures>, VK_KHR_MULTIVIEW_EXTENSION_NAME, …
|
D | vkDeviceFeaturesForContextDecl.inl | 9 const vk::VkPhysicalDeviceMultiviewFeatures& getMultiviewFeatures (void) const;
|
D | vkDeviceFeaturesForContextDefs.inl | 9 const vk::VkPhysicalDeviceMultiviewFeatures& Context::getMultiviewFeatures (void) con…
|
D | vkDeviceFeatures2.inl | 91 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; 96 deMemset(&deviceMultiviewFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures)); 115 TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures"); 4330 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorag… 4498 …addFunctionCase(testGroup, "multiview_features", "VkPhysicalDeviceMultiviewFeatures", testPhysical…
|
D | vkMandatoryFeatures.inl | 378 vk::VkPhysicalDeviceMultiviewFeatures physicalDeviceMultiviewFeatures; 383 physicalDeviceMultiviewFeatures.sType = getStructureType<VkPhysicalDeviceMultiviewFeatures>();
|
D | vkGetStructureTypeImpl.inl | 711 template<> VkStructureType getStructureType<VkPhysicalDeviceMultiviewFeatures> (void)
|
D | vkDeviceFeatureTest.inl | 180 …t_cast<const void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDeviceMultiviewFeatures>())) 184 FEATURE_ITEM (VkPhysicalDeviceMultiviewFeatures, multiview), 185 FEATURE_ITEM (VkPhysicalDeviceMultiviewFeatures, multiviewGeometryShader), 186 FEATURE_ITEM (VkPhysicalDeviceMultiviewFeatures, multiviewTessellationShader), 188 …auto* supportedFeatures = reinterpret_cast<const VkPhysicalDeviceMultiviewFeatures*>(featuresStruc…
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1463 DE_ASSERT((std::is_same<VkPhysicalDeviceMultiviewFeatures, StructType>::value)); in checkFeatures() 1466 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewGeomet… in checkFeatures() 1467 …features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellati… in checkFeatures() 1469 …rpret_cast<deUint8*>(&structCopy) + SAFE_OFFSET(StructType, VkPhysicalDeviceMultiviewFeatures, mul… in checkFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1463 DE_ASSERT((std::is_same<VkPhysicalDeviceMultiviewFeatures, StructType>::value)); in checkFeatures() 1466 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewGeomet… in checkFeatures() 1467 …features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellati… in checkFeatures() 1469 …rpret_cast<deUint8*>(&structCopy) + SAFE_OFFSET(StructType, VkPhysicalDeviceMultiviewFeatures, mul… in checkFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.h | 567 VkPhysicalDeviceMultiviewFeatures mMultiviewFeatures;
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 555 VkPhysicalDeviceMultiviewFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 1571 vn_sizeof_VkPhysicalDeviceMultiviewFeatures_self(const VkPhysicalDeviceMultiviewFeatures *val) in vn_sizeof_VkPhysicalDeviceMultiviewFeatures_self() 1582 vn_sizeof_VkPhysicalDeviceMultiviewFeatures(const VkPhysicalDeviceMultiviewFeatures *val) in vn_sizeof_VkPhysicalDeviceMultiviewFeatures() 1601 …viceMultiviewFeatures_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceMultiviewFeatures *val) in vn_encode_VkPhysicalDeviceMultiviewFeatures_self() 1610 …calDeviceMultiviewFeatures(struct vn_cs_encoder *enc, const VkPhysicalDeviceMultiviewFeatures *val) in vn_encode_VkPhysicalDeviceMultiviewFeatures() 1627 …icalDeviceMultiviewFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceMultiviewFeatures *val) in vn_decode_VkPhysicalDeviceMultiviewFeatures_self() 1636 …kPhysicalDeviceMultiviewFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceMultiviewFeatures *val) in vn_decode_VkPhysicalDeviceMultiviewFeatures() 1655 vn_sizeof_VkPhysicalDeviceMultiviewFeatures_self_partial(const VkPhysicalDeviceMultiviewFeatures *v… in vn_sizeof_VkPhysicalDeviceMultiviewFeatures_self_partial() 1666 vn_sizeof_VkPhysicalDeviceMultiviewFeatures_partial(const VkPhysicalDeviceMultiviewFeatures *val) in vn_sizeof_VkPhysicalDeviceMultiviewFeatures_partial() 1685 …iviewFeatures_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceMultiviewFeatures *val) in vn_encode_VkPhysicalDeviceMultiviewFeatures_self_partial() 1694 …eMultiviewFeatures_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceMultiviewFeatures *val) in vn_encode_VkPhysicalDeviceMultiviewFeatures_partial() [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 50 VkPhysicalDeviceMultiviewFeatures multiview; in vn_physical_device_init_features() 1600 VkPhysicalDeviceMultiviewFeatures *multiview; in vn_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 332 const vk::VkPhysicalDeviceMultiviewFeatures& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 332 const vk::VkPhysicalDeviceMultiviewFeatures& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 368 …getPhysicalDeviceMultiviewFeatures(reinterpret_cast<VkPhysicalDeviceMultiviewFeatures *>(curExtens… in getFeatures2()
|
D | libVulkan.cpp | 781 …const VkPhysicalDeviceMultiviewFeatures *multiviewFeatures = reinterpret_cast<const VkPhysicalDevi… in vkCreateDevice()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | features.txt | 1114 [open,refpage='VkPhysicalDeviceMultiviewFeatures',desc='Structure describing multiview features tha… 1116 The sname:VkPhysicalDeviceMultiviewFeatures structure is defined as: 1118 include::{generated}/api/structs/VkPhysicalDeviceMultiviewFeatures.txt[] 1154 :refpage: VkPhysicalDeviceMultiviewFeatures 1159 * [[VUID-VkPhysicalDeviceMultiviewFeatures-multiviewGeometryShader-00580]] 1162 * [[VUID-VkPhysicalDeviceMultiviewFeatures-multiviewTessellationShader-00581]] 1167 include::{generated}/validity/structs/VkPhysicalDeviceMultiviewFeatures.txt[]
|
D | features.adoc | 1166 [open,refpage='VkPhysicalDeviceMultiviewFeatures',desc='Structure describing multiview features tha… 1168 The sname:VkPhysicalDeviceMultiviewFeatures structure is defined as: 1170 include::{generated}/api/structs/VkPhysicalDeviceMultiviewFeatures.adoc[] 1206 :refpage: VkPhysicalDeviceMultiviewFeatures 1211 * [[VUID-VkPhysicalDeviceMultiviewFeatures-multiviewGeometryShader-00580]] 1214 * [[VUID-VkPhysicalDeviceMultiviewFeatures-multiviewTessellationShader-00581]] 1219 include::{generated}/validity/structs/VkPhysicalDeviceMultiviewFeatures.adoc[]
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4138 typedef struct VkPhysicalDeviceMultiviewFeatures { struct 4144 } VkPhysicalDeviceMultiviewFeatures; argument 4993 typedef VkPhysicalDeviceMultiviewFeatures VkPhysicalDeviceMultiviewFeaturesKHR;
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 4339 typedef struct VkPhysicalDeviceMultiviewFeatures { struct 4345 } VkPhysicalDeviceMultiviewFeatures; argument 5189 typedef VkPhysicalDeviceMultiviewFeatures VkPhysicalDeviceMultiviewFeaturesKHR;
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4807 typedef struct VkPhysicalDeviceMultiviewFeatures { struct 4813 } VkPhysicalDeviceMultiviewFeatures; argument 6395 typedef VkPhysicalDeviceMultiviewFeatures VkPhysicalDeviceMultiviewFeaturesKHR;
|