Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp123 const Json::Value& jsonSamplers = jsonPipelineState["ImmutableSamplers"]; in importFilesForExternalCompiler() local
124 if (!jsonSamplers.isNull()) in importFilesForExternalCompiler()
126 for (Json::ArrayIndex i = 0; i < jsonSamplers.size(); ++i) in importFilesForExternalCompiler()
128 const Json::Value::Members membersNames = jsonSamplers[i].getMemberNames(); in importFilesForExternalCompiler()
129 const Json::Value& value = jsonSamplers[i][membersNames[0]]; in importFilesForExternalCompiler()

Completed in 1 milliseconds