Home
last modified time | relevance | path

Searched refs:jsonGraphicsPipeline (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp163 const Json::Value& jsonGraphicsPipeline = jsonPipelineState["GraphicsPipeline"]; in importFilesForExternalCompiler() local
164 if (!jsonGraphicsPipeline.isNull()) in importFilesForExternalCompiler()
166 pipelineDescription.pipelineContents = std::string(fileContents.begin() + jsonGraphicsPipeline.getOffsetStart(), fileContents.begin() + jsonGraphicsPipeline.getOffsetLimit()); in importFilesForExternalCompiler()
167 pipelineLayoutHandle = jsonGraphicsPipeline["layout"].asUInt64(); in importFilesForExternalCompiler()
168 renderPassHandle = jsonGraphicsPipeline["renderPass"].asUInt64(); in importFilesForExternalCompiler()
170 const Json::Value& jsonStages = jsonGraphicsPipeline["pStages"]; in importFilesForExternalCompiler()

Completed in 2 milliseconds