Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp924 std::string reasonStr; in validateSingleVariable() local
931 reasonStr = "Atomic counter uniforms have effective location of -1"; in validateSingleVariable()
936 reasonStr = "Uniform block variables have effective location of -1"; in validateSingleVariable()
941reasonStr = "Inputs (except for vertex shader inputs) not declared with a location layout qualifie… in validateSingleVariable()
946reasonStr = "Outputs (except for fragment shader outputs) not declared with a location layout qual… in validateSingleVariable()
955 …u::TestLog::Message << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::T… in validateSingleVariable()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp914 std::string reasonStr = reasonStream.str(); in checkIsNotOpaqueType() local
915 error(line, reasonStr.c_str(), getBasicString(pType.type)); in checkIsNotOpaqueType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp976 std::string reasonStr = reasonStream.str(); in checkIsNotOpaqueType() local
977 error(line, reasonStr.c_str(), getBasicString(pType.type)); in checkIsNotOpaqueType()