Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp22422 static std::map<uint64_t, std::string> VkSamplerReductionMode_map = { variable
22434 _OUT << "\"" << VkSamplerReductionMode_map[obj] << "\"," << std::endl; in print_VkSamplerReductionMode()
22436 _OUT << "\"" << VkSamplerReductionMode_map[obj] << "\"" << std::endl; in print_VkSamplerReductionMode()
22446 _OUT << "\"" << VkSamplerReductionMode_map[*obj] << "\"," << std::endl; in print_VkSamplerReductionMode()
22448 _OUT << "\"" << VkSamplerReductionMode_map[*obj] << "\"" << std::endl; in print_VkSamplerReductionMode()
H A Dvulkan_json_parser.hpp9495 static std::map<std::string, int> VkSamplerReductionMode_map = { variable
9503 o = (VkSamplerReductionMode)VkSamplerReductionMode_map[std::string(_res)]; in parse_VkSamplerReductionMode()