/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 675 VkPhysicalDeviceShaderAtomicInt64Features *features = (void *)ext; in vk_get_physical_device_core_1_2_feature_ext()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 3681 /* 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 D | vn_physical_device.c | 58 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 D | VkPhysicalDevice.cpp | 430 getPhysicalDeviceShaderAtomicInt64Features(reinterpret_cast<VkPhysicalDeviceShaderAtomicInt64Features *>(curExtension)); in getFeatures2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5573 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 5578 } VkPhysicalDeviceShaderAtomicInt64Features; typedef 7419 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4169 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 4174 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4522 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 4527 } VkPhysicalDeviceShaderAtomicInt64Features; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 889 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 D | vulkan_json_data.hpp | 20168 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 D | vulkan_core.h | 5939 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 5944 } VkPhysicalDeviceShaderAtomicInt64Features; typedef 8890 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 5672 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 5677 } VkPhysicalDeviceShaderAtomicInt64Features; typedef 7524 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5722 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 5727 } VkPhysicalDeviceShaderAtomicInt64Features; typedef 7684 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1915 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 D | vktApiFeatureInfo.cpp | 1906 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 D | vulkan_core.h | 6098 typedef struct VkPhysicalDeviceShaderAtomicInt64Features { struct 6103 } VkPhysicalDeviceShaderAtomicInt64Features; typedef 9921 typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR;
|
H A D | vulkan_static_assertions.hpp | 1205 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features ) == sizeof( VkPhysicalDeviceShaderAtomicInt64Features ),
|
H A D | vulkan_structs.hpp | [all...] |