Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp3165 static std::map<deUint64, std::string> VkBorderColor_map = { variable
3179 _OUT << "\"" << VkBorderColor_map[obj] << "\"," << std::endl; in print_VkBorderColor()
3181 _OUT << "\"" << VkBorderColor_map[obj] << "\"" << std::endl; in print_VkBorderColor()
3187 _OUT << "\"" << VkBorderColor_map[*obj] << "\"," << std::endl; in print_VkBorderColor()
3189 _OUT << "\"" << VkBorderColor_map[*obj] << "\"" << std::endl; in print_VkBorderColor()
Dvulkan_json_parser.hpp3942 static std::map<std::string, int> VkBorderColor_map = { variable
3954 o = (VkBorderColor)VkBorderColor_map[std::string(_res)]; in parse_VkBorderColor()