Searched refs:origin2 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */ member 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
D | xm_buffer.c | 261 xrb->origin2 = NULL; in xmesa_alloc_front_storage() 298 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); in xmesa_alloc_back_storage() 311 xrb->origin2 = NULL; in xmesa_alloc_back_storage()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CopyCommandsValidationTests.cpp | 1219 dawn::Origin3D origin2, in TestBothT2TCopies() argument 1222 origin2, extent3D); in TestBothT2TCopies() 1223 TestT2TCopy(expectation, texture2, level2, slice2, origin2, texture1, level1, slice1, in TestBothT2TCopies()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CopyCommandsValidationTests.cpp | 172 wgpu::Origin3D origin2, in TestBothT2TCopies() argument 174 TestT2TCopy(expectation, texture1, level1, origin1, texture2, level2, origin2, extent3D); in TestBothT2TCopies() 175 TestT2TCopy(expectation, texture2, level2, origin2, texture1, level1, origin1, extent3D); in TestBothT2TCopies()
|