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

/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp158 string genBuiltinVarSource (const string& varName, glu::DataType varType, const UVec3& localSize) const;
192 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize()).c_str());
196 string ComputeBuiltinVarCase::genBuiltinVarSource (const string& varName, glu::DataType varType, const UVec3& localSize) const function in class:vkt::compute::__anon3800::ComputeBuiltinVarCase
/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp136 static string genBuiltinVarSource (const string& varName, DataType varType, const UVec3& localSize) function in namespace:deqp::gles31::Functional
165 ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize))));

Completed in 103 milliseconds