Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp153 const Json::Value& jsonComputePipeline = jsonPipelineState["ComputePipeline"]; in importFilesForExternalCompiler() local
154 if (!jsonComputePipeline.isNull()) in importFilesForExternalCompiler()
156 pipelineDescription.pipelineContents = std::string(fileContents.begin() + jsonComputePipeline.getOffsetStart(), fileContents.begin() + jsonComputePipeline.getOffsetLimit()); in importFilesForExternalCompiler()
157 pipelineLayoutHandle = jsonComputePipeline["layout"].asUInt64(); in importFilesForExternalCompiler()
159 const Json::Value& jsonStage = jsonComputePipeline["stage"]; in importFilesForExternalCompiler()

Completed in 1 milliseconds