Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5148 const GLuint n_req_location = type.GetLocations(stage == Utils::Shader::VERTEX) * array_length; in getLastInputLocation() local
5150 return n_avl_locations - n_req_location; /* last is max - 1 */ in getLastInputLocation()
5224 const GLuint n_req_location = type.GetLocations() * array_length; in getLastOutputLocation() local
5226 return n_avl_locations - n_req_location; /* last is max - 1 */ in getLastOutputLocation()