Home
last modified time | relevance | path

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

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