Searched refs:_mesa_unpack_rgba_row (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_unpack.h | 36 _mesa_unpack_rgba_row(mesa_format format, uint32_t n, in _mesa_unpack_rgba_row() function
|
D | accum.c | 241 _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()
|
D | format_utils.c | 344 _mesa_unpack_rgba_row(src_format, width, in _mesa_format_convert() 588 _mesa_unpack_rgba_row(src_format, width, in _mesa_format_convert()
|
D | pack.c | 1651 _mesa_unpack_rgba_row(format, n, src, (float (*)[4]) tmp); in _mesa_unpack_ubyte_rgba_row()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 320 _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()
|
D | s_texfetch_tmp.h | 87 _mesa_unpack_rgba_row(MESA_FORMAT_##x, 1, src, (GLvoid *)texel); \
|
D | s_span.c | 1480 _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/ |
D | meta.c | 3464 _mesa_unpack_rgba_row(format, 1, clearValue, in cleartexsubimage_color()
|