Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceShaderAtomicInt64Features (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c675 VkPhysicalDeviceShaderAtomicInt64Features *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.h3681 /* struct VkPhysicalDeviceShaderAtomicInt64Features chain */
3691 vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features_self(const VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features_self()
3701 vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features(const VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features()
3720 vn_encode_VkPhysicalDeviceShaderAtomicInt64Features_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_encode_VkPhysicalDeviceShaderAtomicInt64Features_self()
3728 vn_encode_VkPhysicalDeviceShaderAtomicInt64Features(struct vn_cs_encoder *enc, const VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_encode_VkPhysicalDeviceShaderAtomicInt64Features()
3745 vn_decode_VkPhysicalDeviceShaderAtomicInt64Features_self(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_decode_VkPhysicalDeviceShaderAtomicInt64Features_self()
3753 vn_decode_VkPhysicalDeviceShaderAtomicInt64Features(struct vn_cs_decoder *dec, VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_decode_VkPhysicalDeviceShaderAtomicInt64Features()
3772 vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features_self_partial(const VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features_self_partial()
3782 vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features_partial(const VkPhysicalDeviceShaderAtomicInt64Features *val) in vn_sizeof_VkPhysicalDeviceShaderAtomicInt64Features_partial()
3801 vn_encode_VkPhysicalDeviceShaderAtomicInt64Features_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceShaderAtomicInt64Features *va
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c58 VkPhysicalDeviceShaderAtomicInt64Features shader_atomic_int64; in vn_physical_device_init_features()
1608 VkPhysicalDeviceShaderAtomicInt64Features *shader_atomic_int64; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp430 getPhysicalDeviceShaderAtomicInt64Features(reinterpret_cast<VkPhysicalDeviceShaderAtomicInt64Features *>(curExtension)); in getFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5573 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
5578 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
7419 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h4169 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
4174 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4522 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
4527 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp889 static void parse_VkPhysicalDeviceShaderAtomicInt64Features(const char* s, Json::Value& obj, VkPhysicalDeviceShaderAtomicInt64Features& o);
1589 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceShaderAtomicInt64Features)); in parsePNextChain()
1590 parse_VkPhysicalDeviceShaderAtomicInt64Features("", pNextObj, *((VkPhysicalDeviceShaderAtomicInt64Features*)p)); in parsePNextChain()
9145 static void parse_VkPhysicalDeviceShaderAtomicInt64Features(const char* s, Json::Value& obj, VkPhysicalDeviceShaderAtomicInt64Features& o) { in parse_VkPhysicalDeviceShaderAtomicInt64Features()
9149 o.pNext = (VkPhysicalDeviceShaderAtomicInt64Features*)parsePNextChain(obj); in parse_VkPhysicalDeviceShaderAtomicInt64Features()
H A Dvulkan_json_data.hpp20168 static void print_VkPhysicalDeviceShaderAtomicInt64Features(VkPhysicalDeviceShaderAtomicInt64Features obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDeviceShaderAtomicInt64Features()
20193 static void print_VkPhysicalDeviceShaderAtomicInt64Features(const VkPhysicalDeviceShaderAtomicInt64Features * obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDeviceShaderAtomicInt64Features()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5939 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
5944 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
8890 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5672 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
5677 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
7524 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5722 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
5727 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
7684 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1915 VkPhysicalDeviceShaderAtomicInt64Features shaderAtomicInt64Features = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5353 // VkPhysicalDeviceShaderAtomicInt64Features in deviceFeaturesVulkan12()
5893 VkPhysicalDeviceShaderAtomicInt64Features shaderAtomicInt64Features = initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
5976 TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicInt64Features and VkPhysicalDeviceVulkan12Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1906 VkPhysicalDeviceShaderAtomicInt64Features shaderAtomicInt64Features = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5358 // VkPhysicalDeviceShaderAtomicInt64Features in deviceFeaturesVulkan12()
5898 VkPhysicalDeviceShaderAtomicInt64Features shaderAtomicInt64Features = initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
5981 TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicInt64Features and VkPhysicalDeviceVulkan12Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6098 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct
6103 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
9921 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
H A Dvulkan_static_assertions.hpp1205 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features ) == sizeof( VkPhysicalDeviceShaderAtomicInt64Features ),
H A Dvulkan_structs.hpp[all...]

Completed in 547 milliseconds