Lines Matching defs:path
66 const std::string& path,
237 fileName << path << "\\" << filePrefix << "graphics_pipeline_" << exportedPipelines << ".json";
239 fileName << path << "/" << filePrefix << "graphics_pipeline_" << exportedPipelines << ".json";
250 shaderName << path << "\\" << filePrefix << "shader_" << exportedPipelines << "_" << gpCI.pStages[j].module.getInternal() << ".";
252 shaderName << path << "/" << filePrefix << "shader_" << exportedPipelines << "_" << gpCI.pStages[j].module.getInternal() << ".";
345 fileName << path << "\\" << filePrefix << "compute_pipeline_" << exportedPipelines << ".json";
347 fileName << path << "/" << filePrefix << "compute_pipeline_" << exportedPipelines << ".json";
357 shaderName << path << "\\" << filePrefix << "shader_" << exportedPipelines << "_" << cpCI.stage.module.getInternal() << ".";
359 shaderName << path << "/" << filePrefix << "shader_" << exportedPipelines << "_" << cpCI.stage.module.getInternal() << ".";
413 compilerCommand << pipelineCompilerPath << " --path " << pipelineCompilerDataDir << " --out " << pipelineCompilerOutputFile;