Searched refs:m_commandLine (Results 1 – 1 of 1) sorted by relevance
251 , m_commandLine (0) in BuildHighLevelShaderTask()258 m_commandLine = &commandLine; in setCommandline()268 DE_ASSERT(m_commandLine != DE_NULL); in execute()269 m_program->binary = ProgramBinarySp(vk::buildProgram(m_source, &buildInfo, *m_commandLine)); in execute()287 const tcu::CommandLine* m_commandLine; member in vkt::__anon5c239db60111::BuildHighLevelShaderTask306 , m_commandLine (0) in BuildSpirVAsmTask()313 m_commandLine = &commandLine; in setCommandline()323 DE_ASSERT(m_commandLine != DE_NULL); in execute()324 m_program->binary = ProgramBinarySp(vk::assembleProgram(m_source, &buildInfo, *m_commandLine)); in execute()341 const tcu::CommandLine* m_commandLine; member in vkt::__anon5c239db60111::BuildSpirVAsmTask