Searched refs:packZ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format); local in function:put_z32_values
271 packZ(zvalues + i, dst);
382 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format); local in function:_swrast_depth_test_span
387 packZ(&zBufferTemp[i], dst);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c351 mesa_pack_uint_z_func packZ = get_pack_uint_z_func(rb->Format); local in function:put_z32_values
357 packZ(zvalues + i, dst);
468 mesa_pack_uint_z_func packZ = get_pack_uint_z_func(rb->Format); local in function:_swrast_depth_test_span
473 packZ(&zBufferTemp[i], dst);

Completed in 27 milliseconds