Searched refs:VkDescriptorType_map (Results 1 – 2 of 2) sorted by relevance
3305 static std::map<deUint64, std::string> VkDescriptorType_map = { variable3326 _OUT << "\"" << VkDescriptorType_map[obj] << "\"," << std::endl; in print_VkDescriptorType()3328 _OUT << "\"" << VkDescriptorType_map[obj] << "\"" << std::endl; in print_VkDescriptorType()3334 _OUT << "\"" << VkDescriptorType_map[*obj] << "\"," << std::endl; in print_VkDescriptorType()3336 _OUT << "\"" << VkDescriptorType_map[*obj] << "\"" << std::endl; in print_VkDescriptorType()
4010 static std::map<std::string, int> VkDescriptorType_map = { variable4029 o = (VkDescriptorType)VkDescriptorType_map[std::string(_res)]; in parse_VkDescriptorType()