Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp793 static int getVariableLocationLength (const glu::VarType& type) in getVariableLocationLength() function
806 size += getVariableLocationLength(type.getStructPtr()->getMember(ndx).getType()); in getVariableLocationLength()
810 return type.getArraySize() * getVariableLocationLength(type.getElementType()); in getVariableLocationLength()
835 …currentLocation += getVariableLocationLength(path[startNdx].getVariableType()->getStructPtr()->get… in getIOSubVariableLocation()
865 currentLocation += getVariableLocationLength(block->variables[memberNdx].varType); in getIOBlockVariableLocation()