Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp918 const bool isInputVariable = (storage == glu::STORAGE_IN || storage == glu::STORAGE_PATCH_IN); in validateSingleVariable() local
937 else if (isInputVariable && !isVertexShader && explicitLayoutLocation == -1) in validateSingleVariable()