Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp248 const std::string localPrefix = "l" + de::toString(bufNum); in checkBuffer() local
254 …checks << " " << type << " " << localPrefix << "c0 = " << type << "(" << newPrefix << ".c[0]);\n… in checkBuffer()
255 …checks << " " << type << " " << localPrefix << "c1 = " << type << "(" << newPrefix << ".c[pc.ide… in checkBuffer()
256 checks << " " << type << " " << localPrefix << "d = " << type << "(" << newPrefix << ".d);\n"; in checkBuffer()
264 checks << " if (" << localPrefix << "c0 == zero ||\n" in checkBuffer()
265 << " " << localPrefix << "c1 == zero ||\n" in checkBuffer()
266 << " " << localPrefix << "d == zero ||\n" in checkBuffer()
267 << " " << localPrefix << "c0 == " << localPrefix << "c1 ||\n" in checkBuffer()
268 << " " << localPrefix << "c1 == " << localPrefix << "d ||\n" in checkBuffer()
269 << " " << localPrefix << "c0 == " << localPrefix << "d ) {\n" in checkBuffer()
[all …]
/external/skqp/tools/bookmaker/
DincludeWriter.cpp2188 string localPrefix = fBmhStructDef->fFiddle + '_' + undername; in resolveRef() local
2189 rootDefIter = fBmhParser->fTopicMap.find(localPrefix); in resolveRef()