Home
last modified time | relevance | path

Searched refs:VkPhysicalDevice8BitStorageFeatures (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp231 vk::VkPhysicalDevice8BitStorageFeatures ext8BitStorage;
244 deMemset(&ext8BitStorage, 0, sizeof(vk::VkPhysicalDevice8BitStorageFeatures)); in VulkanFeatures()
H A DvktSpvAsmUtils.cpp132 bool is8BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) in is8BitStorageFeaturesSupported()
134 const VkPhysicalDevice8BitStorageFeatures& extensionFeatures = context.get8BitStorageFeatures(); in is8BitStorageFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp231 vk::VkPhysicalDevice8BitStorageFeatures ext8BitStorage;
244 deMemset(&ext8BitStorage, 0, sizeof(vk::VkPhysicalDevice8BitStorageFeatures)); in VulkanFeatures()
H A DvktSpvAsmUtils.cpp132 bool is8BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) in is8BitStorageFeaturesSupported()
134 const VkPhysicalDevice8BitStorageFeatures& extensionFeatures = context.get8BitStorageFeatures(); in is8BitStorageFeaturesSupported()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c603 VkPhysicalDevice8BitStorageFeatures *features = (void *)ext; in vk_get_physical_device_core_1_2_feature_ext()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h3263 /* struct VkPhysicalDevice8BitStorageFeatures chain */
3273 vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self(const VkPhysicalDevice8BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self()
3284 vn_sizeof_VkPhysicalDevice8BitStorageFeatures(const VkPhysicalDevice8BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice8BitStorageFeatures()
3303 vn_encode_VkPhysicalDevice8BitStorageFeatures_self(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *val) in vn_encode_VkPhysicalDevice8BitStorageFeatures_self()
3312 vn_encode_VkPhysicalDevice8BitStorageFeatures(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *val) in vn_encode_VkPhysicalDevice8BitStorageFeatures()
3329 vn_decode_VkPhysicalDevice8BitStorageFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevice8BitStorageFeatures *val) in vn_decode_VkPhysicalDevice8BitStorageFeatures_self()
3338 vn_decode_VkPhysicalDevice8BitStorageFeatures(struct vn_cs_decoder *dec, VkPhysicalDevice8BitStorageFeatures *val) in vn_decode_VkPhysicalDevice8BitStorageFeatures()
3357 vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self_partial(const VkPhysicalDevice8BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self_partial()
3368 vn_sizeof_VkPhysicalDevice8BitStorageFeatures_partial(const VkPhysicalDevice8BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice8BitStorageFeatures_partial()
3387 vn_encode_VkPhysicalDevice8BitStorageFeatures_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *va
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c57 VkPhysicalDevice8BitStorageFeatures eight_bit_storage; in vn_physical_device_init_features()
1607 VkPhysicalDevice8BitStorageFeatures *eight_bit_storage; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5556 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5562 } VkPhysicalDevice8BitStorageFeatures; typedef
7412 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h4153 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
4159 } VkPhysicalDevice8BitStorageFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4505 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
4511 } VkPhysicalDevice8BitStorageFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp887 static void parse_VkPhysicalDevice8BitStorageFeatures(const char* s, Json::Value& obj, VkPhysicalDevice8BitStorageFeatures& o);
1577 p = s_globalMem.allocate(sizeof(VkPhysicalDevice8BitStorageFeatures)); in parsePNextChain()
1578 parse_VkPhysicalDevice8BitStorageFeatures("", pNextObj, *((VkPhysicalDevice8BitStorageFeatures*)p)); in parsePNextChain()
9115 static void parse_VkPhysicalDevice8BitStorageFeatures(const char* s, Json::Value& obj, VkPhysicalDevice8BitStorageFeatures& o) { in parse_VkPhysicalDevice8BitStorageFeatures()
9119 o.pNext = (VkPhysicalDevice8BitStorageFeatures*)parsePNextChain(obj); in parse_VkPhysicalDevice8BitStorageFeatures()
H A Dvulkan_json_data.hpp20010 static void print_VkPhysicalDevice8BitStorageFeatures(VkPhysicalDevice8BitStorageFeatures obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDevice8BitStorageFeatures()
20037 static void print_VkPhysicalDevice8BitStorageFeatures(const VkPhysicalDevice8BitStorageFeatures * obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDevice8BitStorageFeatures()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5922 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5928 } VkPhysicalDevice8BitStorageFeatures; typedef
8883 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5655 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5661 } VkPhysicalDevice8BitStorageFeatures; typedef
7517 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5705 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5711 } VkPhysicalDevice8BitStorageFeatures; typedef
7677 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1811 const VkPhysicalDevice8BitStorageFeatures& storage8bit = context.get8BitStorageFeatures(); in isFormatSupportedForDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1799 const VkPhysicalDevice8BitStorageFeatures& storage8bit = context.get8BitStorageFeatures(); in isFormatSupportedForDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1914 VkPhysicalDevice8BitStorageFeatures eightBitStorageFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5348 // VkPhysicalDevice8BitStorageFeatures in deviceFeaturesVulkan12()
5892 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variablePointerFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
5970 TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures and VkPhysicalDeviceVulkan12Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1905 VkPhysicalDevice8BitStorageFeatures eightBitStorageFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5353 // VkPhysicalDevice8BitStorageFeatures in deviceFeaturesVulkan12()
5897 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variablePointerFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
5975 TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures and VkPhysicalDeviceVulkan12Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6081 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
6087 } VkPhysicalDevice8BitStorageFeatures; typedef
9913 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
H A Dvulkan_static_assertions.hpp1188 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures ) == sizeof( VkPhysicalDevice8BitStorageFeatures ),
H A Dvulkan_structs.hpp[all...]

Completed in 545 milliseconds