Home
last modified time | relevance | path

Searched refs:VkPhysicalDevice16BitStorageFeatures (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp232 vk::VkPhysicalDevice16BitStorageFeatures ext16BitStorage;
245 deMemset(&ext16BitStorage, 0, sizeof(vk::VkPhysicalDevice16BitStorageFeatures)); in VulkanFeatures()
H A DvktSpvAsmUtils.cpp143 bool is16BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) in is16BitStorageFeaturesSupported()
145 const VkPhysicalDevice16BitStorageFeatures& extensionFeatures = context.get16BitStorageFeatures(); in is16BitStorageFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp232 vk::VkPhysicalDevice16BitStorageFeatures ext16BitStorage;
245 deMemset(&ext16BitStorage, 0, sizeof(vk::VkPhysicalDevice16BitStorageFeatures)); in VulkanFeatures()
H A DvktSpvAsmUtils.cpp143 bool is16BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) in is16BitStorageFeaturesSupported()
145 const VkPhysicalDevice16BitStorageFeatures& extensionFeatures = context.get16BitStorageFeatures(); in is16BitStorageFeaturesSupported()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c546 VkPhysicalDevice16BitStorageFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h1702 /* struct VkPhysicalDevice16BitStorageFeatures chain */
1712 vn_sizeof_VkPhysicalDevice16BitStorageFeatures_self(const VkPhysicalDevice16BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice16BitStorageFeatures_self()
1724 vn_sizeof_VkPhysicalDevice16BitStorageFeatures(const VkPhysicalDevice16BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice16BitStorageFeatures()
1743 vn_encode_VkPhysicalDevice16BitStorageFeatures_self(struct vn_cs_encoder *enc, const VkPhysicalDevice16BitStorageFeatures *val) in vn_encode_VkPhysicalDevice16BitStorageFeatures_self()
1753 vn_encode_VkPhysicalDevice16BitStorageFeatures(struct vn_cs_encoder *enc, const VkPhysicalDevice16BitStorageFeatures *val) in vn_encode_VkPhysicalDevice16BitStorageFeatures()
1770 vn_decode_VkPhysicalDevice16BitStorageFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevice16BitStorageFeatures *val) in vn_decode_VkPhysicalDevice16BitStorageFeatures_self()
1780 vn_decode_VkPhysicalDevice16BitStorageFeatures(struct vn_cs_decoder *dec, VkPhysicalDevice16BitStorageFeatures *val) in vn_decode_VkPhysicalDevice16BitStorageFeatures()
1799 vn_sizeof_VkPhysicalDevice16BitStorageFeatures_self_partial(const VkPhysicalDevice16BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice16BitStorageFeatures_self_partial()
1811 vn_sizeof_VkPhysicalDevice16BitStorageFeatures_partial(const VkPhysicalDevice16BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice16BitStorageFeatures_partial()
1830 vn_encode_VkPhysicalDevice16BitStorageFeatures_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDevice16BitStorageFeatures *va
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c49 VkPhysicalDevice16BitStorageFeatures sixteen_bit_storage; in vn_physical_device_init_features()
1599 VkPhysicalDevice16BitStorageFeatures *sixteen_bit_storage; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp374 getPhysicalDevice16BitStorageFeatures(reinterpret_cast<VkPhysicalDevice16BitStorageFeatures *>(curExtension)); in getFeatures2()
H A DlibVulkan.cpp746 const VkPhysicalDevice16BitStorageFeatures *storage16BitFeatures = reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures *>(extensionCreateInfo); in vkCreateDevice()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4580 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
4587 } VkPhysicalDevice16BitStorageFeatures; typedef
6754 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h3824 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
3831 } VkPhysicalDevice16BitStorageFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3650 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
3657 } VkPhysicalDevice16BitStorageFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp811 static void parse_VkPhysicalDevice16BitStorageFeatures(const char* s, Json::Value& obj, VkPhysicalDevice16BitStorageFeatures& o);
1283 p = s_globalMem.allocate(sizeof(VkPhysicalDevice16BitStorageFeatures)); in parsePNextChain()
1284 parse_VkPhysicalDevice16BitStorageFeatures("", pNextObj, *((VkPhysicalDevice16BitStorageFeatures*)p)); in parsePNextChain()
7704 static void parse_VkPhysicalDevice16BitStorageFeatures(const char* s, Json::Value& obj, VkPhysicalDevice16BitStorageFeatures& o) { in parse_VkPhysicalDevice16BitStorageFeatures()
7708 o.pNext = (VkPhysicalDevice16BitStorageFeatures*)parsePNextChain(obj); in parse_VkPhysicalDevice16BitStorageFeatures()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4938 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
4945 } VkPhysicalDevice16BitStorageFeatures; typedef
8221 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h4674 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
4681 } VkPhysicalDevice16BitStorageFeatures; typedef
6855 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4723 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
4730 } VkPhysicalDevice16BitStorageFeatures; typedef
7015 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1810 const VkPhysicalDevice16BitStorageFeatures& storage16bit = context.get16BitStorageFeatures(); in isFormatSupportedForDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1798 const VkPhysicalDevice16BitStorageFeatures& storage16bit = context.get16BitStorageFeatures(); in isFormatSupportedForDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1908 VkPhysicalDevice16BitStorageFeatures sixteenBitStorageFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5317 // VkPhysicalDevice16BitStorageFeatures in deviceFeaturesVulkan12()
5886 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures = initVulkanStructure(); in deviceFeatureExtensionsConsistencyVulkan12()
5935 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures and VkPhysicalDeviceVulkan11Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1899 VkPhysicalDevice16BitStorageFeatures sixteenBitStorageFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5322 // VkPhysicalDevice16BitStorageFeatures in deviceFeaturesVulkan12()
5891 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures = initVulkanStructure(); in deviceFeatureExtensionsConsistencyVulkan12()
5940 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures and VkPhysicalDeviceVulkan11Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5091 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
5098 } VkPhysicalDevice16BitStorageFeatures; typedef
9227 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
H A Dvulkan_static_assertions.hpp704 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures ) == sizeof( VkPhysicalDevice16BitStorageFeatures ),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp142 const vk::VkPhysicalDevice16BitStorageFeatures& extensionFeatures = context.get16BitStorageFeatures(); in areFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp143 const vk::VkPhysicalDevice16BitStorageFeatures& extensionFeatures = context.get16BitStorageFeatures(); in areFeaturesSupported()

Completed in 441 milliseconds

12