Searched refs:m_commandLine (Results 1 – 1 of 1) sorted by relevance
252 , m_commandLine(0) in BuildHighLevelShaderTask()262 m_commandLine = &commandLine; in setCommandline()272 DE_ASSERT(m_commandLine != DE_NULL); in execute()273 …rogram->binary = ProgramBinarySp(vk::buildProgram(m_source, &buildInfo, *m_commandLine)); in execute()291 const tcu::CommandLine *m_commandLine; member in vkt::__anond133cb850111::BuildHighLevelShaderTask310 , m_commandLine(0) in BuildSpirVAsmTask()314 BuildSpirVAsmTask(void) : m_program(DE_NULL), m_commandLine(0) in BuildSpirVAsmTask()320 m_commandLine = &commandLine; in setCommandline()330 DE_ASSERT(m_commandLine != DE_NULL); in execute()331 …_program->binary = ProgramBinarySp(vk::assembleProgram(m_source, &buildInfo, *m_commandLine)); in execute()[all …]