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::__anon8052ed4f0111::BuildHighLevelShaderTask306 , m_commandLine (0) in BuildSpirVAsmTask()309 BuildSpirVAsmTask (void) : m_program(DE_NULL), 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()[all …]