Lines Matching defs:pipeline
159 TCU_THROW(InternalError, "Could not recognize pipeline type");
305 for (const auto& pipeline : m_pipelineInput.pipelines)
307 auto it = std::find_if(begin(m_pipelineSizes), end(m_pipelineSizes), vksc_server::PipelineIdentifierEqual(pipeline.id));
317 for (const auto& test : pipeline.tests)
338 // Step 2: choose pipeline pool sizes
553 // build pipeline identifiers (if required), make a copy of pCreateInfos
562 // Check if test added pipeline identifier on its own
680 // Include pipelineIdentifiers into pNext chain of pCreateInfoCopies - skip this operation if pipeline identifier was created inside test
718 TCU_THROW(InternalError, "Can't find device features for this pipeline");
721 TCU_THROW(InternalError, "Can't find device extensions for this pipeline");
746 // build pipeline identifiers (if required), make a copy of pCreateInfos
755 // Check if test added pipeline identifier on its own
772 // Include pipelineIdentifiers into pNext chain of pCreateInfoCopies - skip this operation if pipeline identifier was created inside test
782 // subprocess: load compute pipelines from OUR pipeline cache
810 TCU_THROW(InternalError, "Can't find device features for this pipeline");
813 TCU_THROW(InternalError, "Can't find device extensions for this pipeline");
829 VkPipeline pipeline,
835 auto it = m_pipelineIdentifiers.find(pipeline);
837 TCU_THROW(InternalError, "Can't find pipeline");
841 TCU_THROW(InternalError, "Can't find pipeline identifier");
1130 // - subprocess asks for creation of VkShaderModule which will be later ignored, because it will receive the whole pipeline from server
1131 // ( Are there any tests which receive VkShaderModule and do not use it in any pipeline ? )
1169 else { TCU_THROW(InternalError, "Server did not return pipeline cache data when requested (check server log for details)"); }