Searched refs:VkAttachmentStoreOp_map (Results 1 – 2 of 2) sorted by relevance
3406 static std::map<deUint64, std::string> VkAttachmentStoreOp_map = { variable3415 _OUT << "\"" << VkAttachmentStoreOp_map[obj] << "\"," << std::endl; in print_VkAttachmentStoreOp()3417 _OUT << "\"" << VkAttachmentStoreOp_map[obj] << "\"" << std::endl; in print_VkAttachmentStoreOp()3423 _OUT << "\"" << VkAttachmentStoreOp_map[*obj] << "\"," << std::endl; in print_VkAttachmentStoreOp()3425 _OUT << "\"" << VkAttachmentStoreOp_map[*obj] << "\"" << std::endl; in print_VkAttachmentStoreOp()
4063 static std::map<std::string, int> VkAttachmentStoreOp_map = { variable4070 o = (VkAttachmentStoreOp)VkAttachmentStoreOp_map[std::string(_res)]; in parse_VkAttachmentStoreOp()