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

/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_unpack_neon.c56 .unpack_rgba_8unorm = &util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon,
H A Du_format.c398 unpack->unpack_rgba_8unorm(dst, src, w);
743 if ((!unpack->unpack_rgba_8unorm && !unpack->unpack_rgba_8unorm_rect) ||
H A Du_format.h321 (*unpack_rgba_8unorm)(uint8_t *restrict dst, const uint8_t *restrict src, member in struct:util_format_unpack_description
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c335 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
693 if (!src_format_desc->unpack_rgba_8unorm ||
704 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
713 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
H A Du_format.h247 (*unpack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
/xsrc/external/mit/MesaLib/src/util/format/
H A Du_format_table.c[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_test.c362 format_desc->unpack_rgba_8unorm(&unpacked[0][0][0], sizeof unpacked[0],
793 TEST_ONE_FUNC(unpack_rgba_8unorm);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpack.c1643 if (unpack->unpack_rgba_8unorm) {
1644 unpack->unpack_rgba_8unorm((uint8_t *)dst, src, n);
/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Du_format_test.c833 TEST_ONE_UNPACK_RECT_FUNC(unpack_rgba_8unorm);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.c762 sfmt->unpack_rgba_8unorm(ptr, transfer->stride,
770 sfmt->unpack_rgba_8unorm(This->cursor.hw_upload_temp, 128,

Completed in 71 milliseconds