Searched refs:getIOSubVariableLocation (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 821 static int getIOSubVariableLocation (const std::vector<VariablePathComponent>& path, int startNdx, … in getIOSubVariableLocation() function 829 return getIOSubVariableLocation(path, startNdx+1, currentLocation); in getIOSubVariableLocation() 835 return getIOSubVariableLocation(path, startNdx + 1, currentLocation); in getIOSubVariableLocation() 872 return getIOSubVariableLocation(path, 2, currentLocation); in getIOBlockVariableLocation() 903 return getIOSubVariableLocation(path, 1, varDecl->layout.location); in getExplicitLocationFromPath()
|