Searched refs:VkImageViewCreateFlagBits (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_types.h | 1033 /* enum VkImageViewCreateFlagBits */ 1036 vn_sizeof_VkImageViewCreateFlagBits(const VkImageViewCreateFlagBits *val) in vn_sizeof_VkImageViewCreateFlagBits() 1043 vn_encode_VkImageViewCreateFlagBits(struct vn_cs_encoder *enc, const VkImageViewCreateFlagBits *val) in vn_encode_VkImageViewCreateFlagBits() 1049 vn_decode_VkImageViewCreateFlagBits(struct vn_cs_decoder *dec, VkImageViewCreateFlagBits *val) in vn_decode_VkImageViewCreateFlagBits()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1409 typedef enum VkImageViewCreateFlagBits { enum 1411 } VkImageViewCreateFlagBits; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 503 static void parse_VkImageViewCreateFlagBits(const char* s, Json::Value& obj, VkImageViewCreateFlagBits& o); 3731 static void parse_VkImageViewCreateFlagBits(const char* s, Json::Value& obj, VkImageViewCreateFlagBits& o) { in parse_VkImageViewCreateFlagBits() 3733 o = (VkImageViewCreateFlagBits)VkImageViewCreateFlagBits_map[std::string(_res)]; in parse_VkImageViewCreateFlagBits() 4665 o |= (VkImageViewCreateFlagBits)VkImageViewCreateFlagBits_map[it]; in parse_VkImageViewCreateFlags()
|
H A D | vulkan_json_data.hpp | 2623 static void print_VkImageViewCreateFlagBits(VkImageViewCreateFlagBits obj, const std::string& str, bool commaNeeded=true) { in print_VkImageViewCreateFlagBits() 2631 static void print_VkImageViewCreateFlagBits(const VkImageViewCreateFlagBits * obj, const std::string& str, bool commaNeeded=true) { in print_VkImageViewCreateFlagBits() [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2090 typedef enum VkImageViewCreateFlagBits { enum 2094 } VkImageViewCreateFlagBits; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2406 typedef enum VkImageViewCreateFlagBits { enum 2410 } VkImageViewCreateFlagBits; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 2177 typedef enum VkImageViewCreateFlagBits { enum 2181 } VkImageViewCreateFlagBits; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2208 typedef enum VkImageViewCreateFlagBits { enum 2212 } VkImageViewCreateFlagBits; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 2529 typedef enum VkImageViewCreateFlagBits { enum 2534 } VkImageViewCreateFlagBits; typedef
|
Completed in 339 milliseconds