/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeaturesForDefaultDeviceDefs.inl | 59 …VkPhysicalDeviceYcbcrImageArraysFeaturesEXT& getYcbcrImageArraysFeaturesEXT (void) const…
|
D | vkDeviceFeatures.inl | 216 …late<> void initFeatureFromBlob<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>(VkPhysicalDeviceYcbcr… argument 343 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>(void) { return … 488 …{ createFeatureStructWrapper<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>, VK_EXT_YCBCR_IMAGE_ARRA…
|
D | vkDeviceFeaturesForContextDecl.inl | 59 const vk::VkPhysicalDeviceYcbcrImageArraysFeaturesEXT& getYcbcrImageArraysFeaturesEXT (vo…
|
D | vkDeviceFeaturesForContextDefs.inl | 59 const vk::VkPhysicalDeviceYcbcrImageArraysFeaturesEXT& Context::getYcbcrImageArraysFeaturesEXT…
|
D | vkMandatoryFeatures.inl | 880 vk::VkPhysicalDeviceYcbcrImageArraysFeaturesEXT physicalDeviceYcbcrImageArraysFeaturesEXT; 885 …ceYcbcrImageArraysFeaturesEXT.sType = getStructureType<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT…
|
D | vkDeviceFeatures2.inl | 1757 VkPhysicalDeviceYcbcrImageArraysFeaturesEXT deviceYcbcrImageArraysFeaturesEXT[count]; 1762 …ceYcbcrImageArraysFeaturesEXT[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceYcbcrImageArraysFeaturesEXT… 1779 TCU_FAIL("Mismatch between VkPhysicalDeviceYcbcrImageArraysFeaturesEXT"); 4541 …ionCase(testGroup, "ycbcr_image_arrays_features_ext", "VkPhysicalDeviceYcbcrImageArraysFeaturesEXT…
|
D | vkGetStructureTypeImpl.inl | 1996 template<> VkStructureType getStructureType<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT> (void)
|
D | vkDeviceFeatureTest.inl | 2891 …<const void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT… 2895 FEATURE_ITEM (VkPhysicalDeviceYcbcrImageArraysFeaturesEXT, ycbcrImageArrays), 2897 …auto* supportedFeatures = reinterpret_cast<const VkPhysicalDeviceYcbcrImageArraysFeaturesEXT*>(fea…
|
D | vkStructTypes.inl | 4694 struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT struct
|
D | vkStrUtil.inl | 1112 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceYcbcrImageArraysFeaturesEXT& value…
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | mandatory_features.txt | 68 VkPhysicalDeviceYcbcrImageArraysFeaturesEXT FEATURES ( ycbcrImageArrays ) REQUIREMENTS …
|
D | vulkan_sc_core.h | 7350 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 7354 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; argument
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1782 VkPhysicalDeviceYcbcrImageArraysFeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2() 1783 (VkPhysicalDeviceYcbcrImageArraysFeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | features.txt | 2797 [open,refpage='VkPhysicalDeviceYcbcrImageArraysFeaturesEXT',desc='Structure describing extended {YC… 2799 The sname:VkPhysicalDeviceYcbcrImageArraysFeaturesEXT structure is defined 2802 include::{generated}/api/structs/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.txt[] 2814 :refpage: VkPhysicalDeviceYcbcrImageArraysFeaturesEXT 2817 include::{generated}/validity/structs/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.txt[]
|
D | features.adoc | 3060 [open,refpage='VkPhysicalDeviceYcbcrImageArraysFeaturesEXT',desc='Structure describing extended {YC… 3062 The sname:VkPhysicalDeviceYcbcrImageArraysFeaturesEXT structure is defined 3065 include::{generated}/api/structs/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.adoc[] 3077 :refpage: VkPhysicalDeviceYcbcrImageArraysFeaturesEXT 3080 include::{generated}/validity/structs/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.adoc[]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1525 VkPhysicalDeviceYcbcrImageArraysFeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2() 1526 (VkPhysicalDeviceYcbcrImageArraysFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 9483 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 9487 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; argument
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 11242 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 11246 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 11648 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 11652 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; typedef
|
D | vulkan_structs.hpp | 57582 using NativeType = VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; 57596 …PhysicalDeviceYcbcrImageArraysFeaturesEXT( VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const & rhs… in PhysicalDeviceYcbcrImageArraysFeaturesEXT() 57607 operator=( VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 57628 operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const&() 57630 return *reinterpret_cast<const VkPhysicalDeviceYcbcrImageArraysFeaturesEXT *>( this ); in operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const&() 57633 operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&() 57635 return *reinterpret_cast<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT *>( this ); in operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&() 57658 sizeof( VkPhysicalDeviceYcbcrImageArraysFeaturesEXT ),
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 11816 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 11820 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; argument
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 11808 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 11812 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; argument
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 12702 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 12706 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; argument
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 12830 typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { struct 12834 } VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; argument
|
D | vulkan_static_assertions.hpp | 4301 …PhysicalDeviceYcbcrImageArraysFeaturesEXT ) == sizeof( VkPhysicalDeviceYcbcrImageArraysFeaturesEXT…
|