Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp921 std::string reasonStr; in validateSingleVariable() local
928 reasonStr = "Atomic counter uniforms have effective location of -1"; in validateSingleVariable()
933 reasonStr = "Uniform block variables have effective location of -1"; in validateSingleVariable()
938reasonStr = "Inputs (except for vertex shader inputs) not declared with a location layout qualifie… in validateSingleVariable()
943reasonStr = "Outputs (except for fragment shader outputs) not declared with a location layout qual… in validateSingleVariable()
952 …u::TestLog::Message << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::T… in validateSingleVariable()