Lines Matching refs:string
63 void ResourceInterface::initTestCase (const std::string& casePath)
68 const std::string& ResourceInterface::getCasePath() const
138 if (it->pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::npos)
149 else if (it->pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::string::npos)
302 std::map<std::string, std::vector<PipelinePoolSizeInfo>> pipelineInfoPerTest;
479 std::vector<std::string> extensions;
525 VkPipelineOfflineCreateInfo makeGraphicsPipelineIdentifier (const std::string& testPath, const VkGraphicsPipelineCreateInfo& gpCI, const std::map<deUint64, std::size_t>& objectHashes)
534 VkPipelineOfflineCreateInfo makeComputePipelineIdentifier (const std::string& testPath, const VkComputePipelineCreateInfo& cpCI, const std::map<deUint64, std::size_t>& objectHashes)
957 if(!std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()).empty())
960 std::string( m_testCtx.getCommandLine().getPipelineCompilerPath()),
961 std::string( m_testCtx.getCommandLine().getPipelineCompilerDataDir()),
962 std::string( m_testCtx.getCommandLine().getPipelineCompilerArgs()),
963 std::string( m_testCtx.getCommandLine().getPipelineCompilerOutputFile()),
964 std::string( m_testCtx.getCommandLine().getPipelineCompilerLogFile()),
965 std::string( m_testCtx.getCommandLine().getPipelineCompilerFilePrefix()) );
1042 m_address = std::string(testCtx.getCommandLine().getServerAddress());