Home
last modified time | relevance | path

Searched refs:VkMemoryAllocateFlagBits_map (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp13793 static std::map<deUint64, std::string> VkMemoryAllocateFlagBits_map = { variable
13802 _OUT << "\"" << VkMemoryAllocateFlagBits_map[obj] << "\"," << std::endl; in print_VkMemoryAllocateFlagBits()
13804 _OUT << "\"" << VkMemoryAllocateFlagBits_map[obj] << "\"" << std::endl; in print_VkMemoryAllocateFlagBits()
13810 _OUT << "\"" << VkMemoryAllocateFlagBits_map[*obj] << "\"," << std::endl; in print_VkMemoryAllocateFlagBits()
13812 _OUT << "\"" << VkMemoryAllocateFlagBits_map[*obj] << "\"" << std::endl; in print_VkMemoryAllocateFlagBits()
14213 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i] << " | "; in print_VkMemoryAllocateFlags()
14215 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i]; in print_VkMemoryAllocateFlags()
14235 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i] << " | "; in print_VkMemoryAllocateFlags()
14237 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i]; in print_VkMemoryAllocateFlags()
Dvulkan_json_parser.hpp7216 static std::map<std::string, int> VkMemoryAllocateFlagBits_map = { variable
7223 o = (VkMemoryAllocateFlagBits)VkMemoryAllocateFlagBits_map[std::string(_res)]; in parse_VkMemoryAllocateFlagBits()
7408 o |= (VkMemoryAllocateFlagBits)VkMemoryAllocateFlagBits_map[it]; in parse_VkMemoryAllocateFlags()