Home
last modified time | relevance | path

Searched refs:localPrefix (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp261 const std::string localPrefix = "l" + de::toString(bufNum); in checkBuffer() local
267 checks << " " << type << " " << localPrefix << "c0 = " << type << "(" << newPrefix << ".c[0]);\n"; in checkBuffer()
268 checks << " " << type << " " << localPrefix << "c1 = " << type << "(" << newPrefix << ".c[pc.identity[1]]);\n"; in checkBuffer()
269 checks << " " << type << " " << localPrefix << "d = " << type << "(" << newPrefix << ".d);\n"; in checkBuffer()
277 checks << " if (" << localPrefix << "c0 == zero ||\n" in checkBuffer()
278 << " " << localPrefix << "c1 == zero ||\n" in checkBuffer()
279 << " " << localPrefix << "d == zero ||\n" in checkBuffer()
280 << " " << localPrefix << "c0 == " << localPrefix << "c1 ||\n" in checkBuffer()
281 << " " << localPrefix << "c in checkBuffer()
282 << " " << localPrefix << "c0 == " << localPrefix << "d ) {\\n" checkBuffer() local
293 << " all(equal(" << localPrefix << "c0, " << localPrefix << "d )) ) {\\n" checkBuffer() local
309 << " " << localPrefix << "c0 == " << localPrefix << "d )) {\\n" checkBuffer() local
317 << " all(equal(" << localPrefix << "c0, " << localPrefix << "d )) )) {\\n" checkBuffer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp261 const std::string localPrefix = "l" + de::toString(bufNum); in checkBuffer() local
267 checks << " " << type << " " << localPrefix << "c0 = " << type << "(" << newPrefix << ".c[0]);\n"; in checkBuffer()
268 checks << " " << type << " " << localPrefix << "c1 = " << type << "(" << newPrefix << ".c[pc.identity[1]]);\n"; in checkBuffer()
269 checks << " " << type << " " << localPrefix << "d = " << type << "(" << newPrefix << ".d);\n"; in checkBuffer()
277 checks << " if (" << localPrefix << "c0 == zero ||\n" in checkBuffer()
278 << " " << localPrefix << "c1 == zero ||\n" in checkBuffer()
279 << " " << localPrefix << "d == zero ||\n" in checkBuffer()
280 << " " << localPrefix << "c0 == " << localPrefix << "c1 ||\n" in checkBuffer()
281 << " " << localPrefix << "c in checkBuffer()
282 << " " << localPrefix << "c0 == " << localPrefix << "d ) {\\n" checkBuffer() local
293 << " all(equal(" << localPrefix << "c0, " << localPrefix << "d )) ) {\\n" checkBuffer() local
309 << " " << localPrefix << "c0 == " << localPrefix << "d )) {\\n" checkBuffer() local
317 << " all(equal(" << localPrefix << "c0, " << localPrefix << "d )) )) {\\n" checkBuffer() local
[all...]
/third_party/node/deps/npm/lib/commands/
H A Drun-script.js41 const { content: { scripts = {} } } = await pkgJson.normalize(npm.localPrefix)
66 async run ([event, ...args], { path = this.npm.localPrefix, pkg } = {}) {
131 const { content: { scripts, name, _id } } = await pkgJson.normalize(path || this.npm.localPrefix)
/third_party/node/deps/npm/test/lib/commands/
H A Dshrinkwrap.js43 localPrefix: prefixDir,

Completed in 4 milliseconds