Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp234 const Json::Value& jsonPhysicalDeviceFeatures = jsonPipelineState["PhysicalDeviceFeatures"]; in importFilesForExternalCompiler() local
235 if (!jsonPhysicalDeviceFeatures.isNull()) in importFilesForExternalCompiler()
237 pipelineDescription.deviceFeatures = std::string(fileContents.begin() + jsonPhysicalDeviceFeatures.getOffsetStart(), fileContents.begin() + jsonPhysicalDeviceFeatures.getOffsetLimit()); in importFilesForExternalCompiler()

Completed in 2 milliseconds