Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp3262 static std::map<deUint64, std::string> VkSamplerMipmapMode_map = { variable
3270 _OUT << "\"" << VkSamplerMipmapMode_map[obj] << "\"," << std::endl; in print_VkSamplerMipmapMode()
3272 _OUT << "\"" << VkSamplerMipmapMode_map[obj] << "\"" << std::endl; in print_VkSamplerMipmapMode()
3278 _OUT << "\"" << VkSamplerMipmapMode_map[*obj] << "\"," << std::endl; in print_VkSamplerMipmapMode()
3280 _OUT << "\"" << VkSamplerMipmapMode_map[*obj] << "\"" << std::endl; in print_VkSamplerMipmapMode()
Dvulkan_json_parser.hpp3991 static std::map<std::string, int> VkSamplerMipmapMode_map = { variable
3997 o = (VkSamplerMipmapMode)VkSamplerMipmapMode_map[std::string(_res)]; in parse_VkSamplerMipmapMode()