Home
last modified time | relevance | path

Searched refs:exportedPipelines (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp137 deUint32 exportedPipelines = 0; in exportFilesForExternalCompiler() local
234 …std::string gpTxt = writeJSON_GraphicsPipeline_vkpccjson(filePrefix, exportedPipelines, pipeline.i… in exportFilesForExternalCompiler()
237 fileName << path << "\\" << filePrefix << "graphics_pipeline_" << exportedPipelines << ".json"; in exportFilesForExternalCompiler()
239 fileName << path << "/" << filePrefix << "graphics_pipeline_" << exportedPipelines << ".json"; in exportFilesForExternalCompiler()
250 …shaderName << path << "\\" << filePrefix << "shader_" << exportedPipelines << "_" << gpCI.pStages[… in exportFilesForExternalCompiler()
252 …shaderName << path << "/" << filePrefix << "shader_" << exportedPipelines << "_" << gpCI.pStages[j… in exportFilesForExternalCompiler()
274 exportedPipelines++; in exportFilesForExternalCompiler()
342 …std::string cpTxt = writeJSON_ComputePipeline_vkpccjson(filePrefix, exportedPipelines, pipeline.id… in exportFilesForExternalCompiler()
345 fileName << path << "\\" << filePrefix << "compute_pipeline_" << exportedPipelines << ".json"; in exportFilesForExternalCompiler()
347 fileName << path << "/" << filePrefix << "compute_pipeline_" << exportedPipelines << ".json"; in exportFilesForExternalCompiler()
[all …]