Searched refs:genBuiltinVarSource (Results 1 – 2 of 2) sorted by relevance
160 …string genBuiltinVarSource (const string& varName, glu::DataType varType, const UVec3& localS…196 …programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName,… in initPrograms()200 string ComputeBuiltinVarCase::genBuiltinVarSource (const string& varName, glu::DataType varType, co… in genBuiltinVarSource() function in vkt::compute::__anon6d7696a70111::ComputeBuiltinVarCase
136 static string genBuiltinVarSource (const string& varName, DataType varType, const UVec3& localSize) in genBuiltinVarSource() function165 … ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram()