Searched refs:VkVendorId (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_types.h | 3133 /* enum VkVendorId */ 3136 vn_sizeof_VkVendorId(const VkVendorId *val) in vn_sizeof_VkVendorId() 3143 vn_encode_VkVendorId(struct vn_cs_encoder *enc, const VkVendorId *val) in vn_encode_VkVendorId() 3149 vn_decode_VkVendorId(struct vn_cs_decoder *dec, VkVendorId *val) in vn_decode_VkVendorId()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 1929 typedef enum VkVendorId { enum 1937 } VkVendorId; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 561 typedef enum VkVendorId { enum 569 } VkVendorId; typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 1041 typedef enum VkVendorId { enum 1049 } VkVendorId; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 600 static void parse_VkVendorId(const char* s, Json::Value& obj, VkVendorId& o); 3071 static void parse_VkVendorId(const char* s, Json::Value& obj, VkVendorId& o) { in parse_VkVendorId() 3073 o = (VkVendorId)VkVendorId_map[std::string(_res)]; in parse_VkVendorId()
|
H A D | vulkan_json_data.hpp | 1663 static void print_VkVendorId(VkVendorId obj, const std::string& str, bool commaNeeded=true) { in print_VkVendorId() 1671 static void print_VkVendorId(const VkVendorId * obj, const std::string& str, bool commaNeeded=true) { in print_VkVendorId() [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 1298 typedef enum VkVendorId { enum 1306 } VkVendorId; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 1128 typedef enum VkVendorId { enum 1136 } VkVendorId; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 1158 typedef enum VkVendorId { enum 1166 } VkVendorId; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 1393 typedef enum VkVendorId { enum 1402 } VkVendorId; typedef
|
Completed in 338 milliseconds