Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp183 const rsg::Variable* attribVar = m_vertexShader.getInputs()[attribNdx]->getVariable(); in shadeVertices() local
184 const rsg::VariableType& attribType = attribVar->getType(); in shadeVertices()
186 rsg::ExecValueAccess access = m_execCtx.getValue(attribVar); in shadeVertices()