Lines Matching defs:jsonRoot
83 Json::Value jsonRoot;
85 if (!jsonReader->parse(in.data(), in.data() + in.size(), &jsonRoot, &errors))
89 vk_json_parser::parse_VkDeviceObjectReservationCreateInfo("", jsonRoot, out);
692 Json::Value jsonRoot;
694 bool parsingSuccessful = context.reader->parse(graphicsPipelineCreateInfo.c_str(), graphicsPipelineCreateInfo.c_str() + graphicsPipelineCreateInfo.size(), &jsonRoot, &errors);
697 vk_json_parser::parse_VkGraphicsPipelineCreateInfo("", jsonRoot, gpCI);
704 Json::Value jsonRoot;
706 bool parsingSuccessful = context.reader->parse(computePipelineCreateInfo.c_str(), computePipelineCreateInfo.c_str() + computePipelineCreateInfo.size(), &jsonRoot, &errors);
709 vk_json_parser::parse_VkComputePipelineCreateInfo("", jsonRoot, cpCI);
716 Json::Value jsonRoot;
718 bool parsingSuccessful = context.reader->parse(renderPassCreateInfo.c_str(), renderPassCreateInfo.c_str() + renderPassCreateInfo.size(), &jsonRoot, &errors);
721 vk_json_parser::parse_VkRenderPassCreateInfo("", jsonRoot, rpCI);
728 Json::Value jsonRoot;
730 bool parsingSuccessful = context.reader->parse(renderPassCreateInfo.c_str(), renderPassCreateInfo.c_str() + renderPassCreateInfo.size(), &jsonRoot, &errors);
733 vk_json_parser::parse_VkRenderPassCreateInfo2("", jsonRoot, rpCI);
740 Json::Value jsonRoot;
742 bool parsingSuccessful = context.reader->parse(descriptorSetLayoutCreateInfo.c_str(), descriptorSetLayoutCreateInfo.c_str() + descriptorSetLayoutCreateInfo.size(), &jsonRoot, &errors);
745 vk_json_parser::parse_VkDescriptorSetLayoutCreateInfo("", jsonRoot, dsCI);
752 Json::Value jsonRoot;
754 bool parsingSuccessful = context.reader->parse(pipelineLayoutCreateInfo.c_str(), pipelineLayoutCreateInfo.c_str() + pipelineLayoutCreateInfo.size(), &jsonRoot, &errors);
757 vk_json_parser::parse_VkPipelineLayoutCreateInfo("", jsonRoot, plCI);
764 Json::Value jsonRoot;
766 bool parsingSuccessful = context.reader->parse(deviceMemoryReservation.c_str(), deviceMemoryReservation.c_str() + deviceMemoryReservation.size(), &jsonRoot, &errors);
769 vk_json_parser::parse_VkDeviceObjectReservationCreateInfo("", jsonRoot, dmrCI);
776 Json::Value jsonRoot;
778 bool parsingSuccessful = context.reader->parse(pipelineIdentifierInfo.c_str(), pipelineIdentifierInfo.c_str() + pipelineIdentifierInfo.size(), &jsonRoot, &errors);
781 vk_json_parser::parse_VkPipelineOfflineCreateInfo("", jsonRoot, piInfo);
788 Json::Value jsonRoot;
790 bool parsingSuccessful = context.reader->parse(samplerCreateInfo.c_str(), samplerCreateInfo.c_str() + samplerCreateInfo.size(), &jsonRoot, &errors);
793 vk_json_parser::parse_VkSamplerCreateInfo("", jsonRoot, sCI);
800 Json::Value jsonRoot;
802 bool parsingSuccessful = context.reader->parse(samplerYcbcrConversionCreateInfo.c_str(), samplerYcbcrConversionCreateInfo.c_str() + samplerYcbcrConversionCreateInfo.size(), &jsonRoot, &errors);
805 vk_json_parser::parse_VkSamplerYcbcrConversionCreateInfo("", jsonRoot, sycCI);
812 Json::Value jsonRoot;
814 bool parsingSuccessful = context.reader->parse(featuresJson.c_str(), featuresJson.c_str() + featuresJson.size(), &jsonRoot, &errors);
817 vk_json_parser::parse_VkPhysicalDeviceFeatures2("", jsonRoot, features);
823 Json::Value jsonRoot;
825 bool parsingSuccessful = context.reader->parse(chainJson.c_str(), chainJson.c_str() + chainJson.size(), &jsonRoot, &errors);
828 return vk_json_parser::parsePNextChain(jsonRoot);
860 Json::Value jsonRoot;
862 bool parsingSuccessful = context.reader->parse(shaderModuleCreate.c_str(), shaderModuleCreate.c_str() + shaderModuleCreate.size(), &jsonRoot, &errors);
865 parse_VkShaderModuleCreateInfo("", jsonRoot, smCI, spirvShader);