Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp3305 static std::map<deUint64, std::string> VkDescriptorType_map = { variable
3326 _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()
Dvulkan_json_parser.hpp4010 static std::map<std::string, int> VkDescriptorType_map = { variable
4029 o = (VkDescriptorType)VkDescriptorType_map[std::string(_res)]; in parse_VkDescriptorType()