Home
last modified time | relevance | path

Searched refs:m_varType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp140 const glu::DataType m_varType; member in vkt::compute::__anon557fc5880111::ComputeBuiltinVarInstance
151 return new ComputeBuiltinVarInstance(context, m_subCases, m_varType, this); in createInstance()
165 const glu::DataType m_varType; member in vkt::compute::__anon557fc5880111::ComputeBuiltinVarCase
175 , m_varType (varType) in ComputeBuiltinVarCase()
192 …es.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSi… in initPrograms()
377 , m_varType (varType) in ComputeBuiltinVarInstance()
390 const int numScalars = glu::getDataTypeScalarSize(m_varType); in iterate()
394 switch (m_varType) in iterate()
/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp106 const DataType m_varType; member in deqp::gles31::Functional::ComputeBuiltinVarCase
115 , m_varType (varType) in ComputeBuiltinVarCase()
165 … ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram()
241 const int numScalars = getDataTypeScalarSize(m_varType); in iterate()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp148 DataType m_varType; member in deqp::gles3::Functional::ShaderIndexingCase
154 m_varType = varType; in ShaderIndexingCase()
178 if (m_varType == TYPE_FLOAT) in setupUniforms()
187 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms()
196 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms()
205 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp157 DataType m_varType; member in deqp::gles2::Functional::ShaderIndexingCase
165 m_varType = varType; in ShaderIndexingCase()
208 if (m_varType == TYPE_FLOAT) in setupUniforms()
217 else if (m_varType == TYPE_FLOAT_VEC2) in setupUniforms()
226 else if (m_varType == TYPE_FLOAT_VEC3) in setupUniforms()
235 else if (m_varType == TYPE_FLOAT_VEC4) in setupUniforms()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp153 : m_varType(varType) in IndexingTestUniformSetup()
162 const DataType m_varType; member in vkt::sr::__anon0e1ce77b0111::IndexingTestUniformSetup
177 if (m_varType == TYPE_FLOAT) in setup()
184 else if (m_varType == TYPE_FLOAT_VEC2) in setup()
191 else if (m_varType == TYPE_FLOAT_VEC3) in setup()
198 else if (m_varType == TYPE_FLOAT_VEC4) in setup()