Home
last modified time | relevance | path

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

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