Searched refs:_mesa_unpack_uint_z_row (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_unpack.h54 _mesa_unpack_uint_z_row(mesa_format format, GLuint n,
H A Dreadpix.c300 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst);
713 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_unpack.h62 _mesa_unpack_uint_z_row(mesa_format format, uint32_t n, function in typeref:typename:void
H A Dreadpix.c308 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst);
721 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Dmesa_formats.cpp256 _mesa_unpack_uint_z_row(MESA_FORMAT_Z_FLOAT32, 1, &val, &result);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
323 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
457 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
H A Ds_blit.c328 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
409 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
543 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
H A Ds_blit.c328 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Dformat_unpack.c7395 _mesa_unpack_uint_z_row(mesa_format format, GLuint n, function in typeref:typename:void
7423 _mesa_problem(NULL, "bad format %s in _mesa_unpack_uint_z_row",

Completed in 18 milliseconds