Searched refs:pipelineLayoutPath (Results 1 – 3 of 3) sorted by relevance
110 if (!desc.pipelineLayoutPath.empty()) { in Load()111 auto const pipelineLayoutsPath = fileManager_.OpenDirectory(desc.pipelineLayoutPath); in Load()113 LoadPipelineLayouts(desc.pipelineLayoutPath, *pipelineLayoutsPath); in Load()115 PLUGIN_LOG_W("pipeline layout path (%s) not found.", desc.pipelineLayoutPath.data()); in Load()
185 BASE_NS::string_view pipelineLayoutPath; in RENDER_BEGIN_NAMESPACE() member
420 desc.pipelineLayoutPath = "renderpipelinelayouts://"; in Init()