Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp18358 static std::map<deUint64, std::string> VkSamplerReductionMode_map = { variable
18367 _OUT << "\"" << VkSamplerReductionMode_map[obj] << "\"," << std::endl; in print_VkSamplerReductionMode()
18369 _OUT << "\"" << VkSamplerReductionMode_map[obj] << "\"" << std::endl; in print_VkSamplerReductionMode()
18375 _OUT << "\"" << VkSamplerReductionMode_map[*obj] << "\"," << std::endl; in print_VkSamplerReductionMode()
18377 _OUT << "\"" << VkSamplerReductionMode_map[*obj] << "\"" << std::endl; in print_VkSamplerReductionMode()
Dvulkan_json_parser.hpp8393 static std::map<std::string, int> VkSamplerReductionMode_map = { variable
8400 o = (VkSamplerReductionMode)VkSamplerReductionMode_map[std::string(_res)]; in parse_VkSamplerReductionMode()