Home
last modified time | relevance | path

Searched refs:_mesa_unpack_rgba_row (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_unpack.h36 _mesa_unpack_rgba_row(mesa_format format, uint32_t n, in _mesa_unpack_rgba_row() function
Daccum.c241 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, rgba); in accum_or_load()
345 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, dest); in accum_return()
Dformat_utils.c344 _mesa_unpack_rgba_row(src_format, width, in _mesa_format_convert()
588 _mesa_unpack_rgba_row(src_format, width, in _mesa_format_convert()
Dpack.c1651 _mesa_unpack_rgba_row(format, n, src, (float (*)[4]) tmp); in _mesa_unpack_ubyte_rgba_row()
/third_party/mesa3d/src/mesa/swrast/
Ds_blit.c320 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart, in blit_nearest()
668 _mesa_unpack_rgba_row(readFormat, srcWidth, in blit_linear()
687 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0); in blit_linear()
688 _mesa_unpack_rgba_row(readFormat, srcWidth, src1, srcBuffer1); in blit_linear()
Ds_texfetch_tmp.h87 _mesa_unpack_rgba_row(MESA_FORMAT_##x, 1, src, (GLvoid *)texel); \
Ds_span.c1480 _mesa_unpack_rgba_row(rb->Format, length, src, in _swrast_read_rgba_span()
1512 _mesa_unpack_rgba_row(rb->Format, 1, src, in get_values()
1561 _mesa_unpack_rgba_row(rb->Format, count, src, in get_row()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c3464 _mesa_unpack_rgba_row(format, 1, clearValue, in cleartexsubimage_color()