Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp1476 static std::map<deUint64, std::string> VkImageLayout_map = { variable
1509 _OUT << "\"" << VkImageLayout_map[obj] << "\"," << std::endl; in print_VkImageLayout()
1511 _OUT << "\"" << VkImageLayout_map[obj] << "\"" << std::endl; in print_VkImageLayout()
1517 _OUT << "\"" << VkImageLayout_map[*obj] << "\"," << std::endl; in print_VkImageLayout()
1519 _OUT << "\"" << VkImageLayout_map[*obj] << "\"" << std::endl; in print_VkImageLayout()
Dvulkan_json_parser.hpp2817 static std::map<std::string, int> VkImageLayout_map = { variable
2848 o = (VkImageLayout)VkImageLayout_map[std::string(_res)]; in parse_VkImageLayout()