Home
last modified time | relevance | path

Searched refs:_mesa_unpack_uint_z_row (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformat_unpack.h54 _mesa_unpack_uint_z_row(mesa_format format, GLuint n,
Dreadpix.c298 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst); in read_uint_depth_pixels()
711 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst); in fast_read_depth_stencil_pixels_separate()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]); in get_z32_values()
329 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp); in _swrast_depth_test_span()
463 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp); in _swrast_depth_bounds_test()
Ds_blit.c326 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart, in blit_nearest()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_unpack.c7345 _mesa_unpack_uint_z_row(mesa_format format, GLuint n, in _mesa_unpack_uint_z_row() function