Lines Matching refs:filePrefix
67 const std::string& filePrefix)
234 std::string gpTxt = writeJSON_GraphicsPipeline_vkpccjson(filePrefix, exportedPipelines, pipeline.id, gpCI, deviceFeatures2, pipeline.deviceExtensions, samplerYcbcrConversions, samplers, descriptorSetLayouts, renderPasses, renderPasses2, pipelineLayouts);
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() << ".";
342 std::string cpTxt = writeJSON_ComputePipeline_vkpccjson(filePrefix, exportedPipelines, pipeline.id, cpCI, deviceFeatures2, pipeline.deviceExtensions, samplerYcbcrConversions, samplers, descriptorSetLayouts, pipelineLayouts);
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() << ".";