Home
last modified time | relevance | path

Searched refs:origin2 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/x11/
DxmesaP.h162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */ member
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
Dxm_buffer.c261 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/
DCopyCommandsValidationTests.cpp1219 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/
DCopyCommandsValidationTests.cpp172 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()