Searched refs:depth2 (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | binding-model.txt | 5092 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.single.std140.comp 5093 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.single.std140.frag 5094 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.single.std140.vert 5095 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.multi.std140.comp 5096 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.multi.std140.frag 5097 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.multi.std140.vert 5098 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.replay.std140.comp 5099 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.replay.std140.frag 5100 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.nostore.replay.std140.vert 5101 dEQP-VK.binding_model.buffer_device_address.set0.depth2.baseubo.load.store.single.std140.comp [all …]
|
/third_party/node/test/pseudo-tty/ |
D | test-tty-color-support.js | 92 const [ value, depth1, depth2 ] = process.platform !== 'win32' ? constant 97 assert.strictEqual(writeStream.getColorDepth({}), depth2);
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLContextCompatibilityTest.cpp | 100 EGLint depth1, depth2, stencil1, stencil2; in areConfigsCompatible() local 116 eglGetConfigAttrib(mDisplay, c2, EGL_DEPTH_SIZE, &depth2); in areConfigsCompatible() 135 depth1 == depth2 && stencil1 == stencil2 && (surfaceType1 & surfaceBit) != 0 && in areConfigsCompatible()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLContextCompatibilityTest.cpp | 211 EGLint depth1, depth2, stencil1, stencil2; in areConfigsCompatible() local 227 eglGetConfigAttrib(mDisplay, c2, EGL_DEPTH_SIZE, &depth2); in areConfigsCompatible() 246 depth1 == depth2 && stencil1 == stencil2 && (surfaceType1 & surfaceBit) != 0 && in areConfigsCompatible()
|
/third_party/mesa3d/src/amd/ci/ |
D | radv-stoney-aco-skips.txt | 84 dEQP-VK.binding_model.buffer_device_address.set31.depth2.baseubo.convert.store.multi.std140.comp 85 dEQP-VK.binding_model.buffer_device_address.set31.depth2.baseubo.convertcheckuv2.nostore.replay.std…
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xpath.c | 187 int depth1, depth2; in xmlXPathCmpNodesExt() local 399 for (depth2 = 0, cur = node2; cur->parent != NULL; cur = cur->parent) { in xmlXPathCmpNodesExt() 402 depth2++; in xmlXPathCmpNodesExt() 419 while (depth1 > depth2) { in xmlXPathCmpNodesExt() 423 while (depth2 > depth1) { in xmlXPathCmpNodesExt() 424 depth2--; in xmlXPathCmpNodesExt() 3302 int depth1, depth2; in xmlXPathCmpNodes() local 3371 for (depth2 = 0, cur = node2;cur->parent != NULL;cur = cur->parent) { in xmlXPathCmpNodes() 3374 depth2++; in xmlXPathCmpNodes() 3391 while (depth1 > depth2) { in xmlXPathCmpNodes() [all …]
|
/third_party/libxml2/ |
D | xpath.c | 170 int depth1, depth2; in xmlXPathCmpNodesExt() local 382 for (depth2 = 0, cur = node2; cur->parent != NULL; cur = cur->parent) { in xmlXPathCmpNodesExt() 385 depth2++; in xmlXPathCmpNodesExt() 402 while (depth1 > depth2) { in xmlXPathCmpNodesExt() 406 while (depth2 > depth1) { in xmlXPathCmpNodesExt() 407 depth2--; in xmlXPathCmpNodesExt() 3316 int depth1, depth2; in xmlXPathCmpNodes() local 3385 for (depth2 = 0, cur = node2;cur->parent != NULL;cur = cur->parent) { in xmlXPathCmpNodes() 3388 depth2++; in xmlXPathCmpNodes() 3405 while (depth1 > depth2) { in xmlXPathCmpNodes() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 313 int depth, depth2, rgb, i, ret, ncomp, ncomp2; in query_formats() local 345 depth2 = desc2->comp[0].depth; in query_formats() 346 if (ncomp != ncomp2 || depth != depth2) in query_formats()
|