Home
last modified time | relevance | path

Searched refs:genBuiltinVarSource (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp161 …string genBuiltinVarSource (const string& varName, glu::DataType varType, const UVec3& localS…
197 …programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName,… in initPrograms()
201 string ComputeBuiltinVarCase::genBuiltinVarSource (const string& varName, glu::DataType varType, co… in genBuiltinVarSource() function in vkt::compute::__anon6d7696a70111::ComputeBuiltinVarCase
/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp136 static string genBuiltinVarSource (const string& varName, DataType varType, const UVec3& localSize) in genBuiltinVarSource() function
165 … ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram()