Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp1662 static std::map<deUint64, std::string> VkSystemAllocationScope_map = { variable
1673 _OUT << "\"" << VkSystemAllocationScope_map[obj] << "\"," << std::endl; in print_VkSystemAllocationScope()
1675 _OUT << "\"" << VkSystemAllocationScope_map[obj] << "\"" << std::endl; in print_VkSystemAllocationScope()
1681 _OUT << "\"" << VkSystemAllocationScope_map[*obj] << "\"," << std::endl; in print_VkSystemAllocationScope()
1683 _OUT << "\"" << VkSystemAllocationScope_map[*obj] << "\"" << std::endl; in print_VkSystemAllocationScope()
Dvulkan_json_parser.hpp2943 static std::map<std::string, int> VkSystemAllocationScope_map = { variable
2952 o = (VkSystemAllocationScope)VkSystemAllocationScope_map[std::string(_res)]; in parse_VkSystemAllocationScope()