Home
last modified time | relevance | path

Searched refs:util_format_unpack_rgba_8unorm_rect (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format.c386 util_format_unpack_rgba_8unorm_rect(enum pipe_format format, in util_format_unpack_rgba_8unorm_rect() function
466 util_format_unpack_rgba_8unorm_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4ub()
755util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y… in util_format_translate()
764util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, h… in util_format_translate()
Du_format.h1614 util_format_unpack_rgba_8unorm_rect(enum pipe_format format,
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c370 util_format_unpack_rgba_8unorm_rect(format_desc->format, &unpacked[0][0][0], sizeof unpacked[0], in test_format_unpack_rgba_8unorm()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c857 util_format_unpack_rgba_8unorm_rect(surf->base.info.format, ptr, transfer->stride, in NineDevice9_SetCursorProperties()
865 util_format_unpack_rgba_8unorm_rect(surf->base.info.format, in NineDevice9_SetCursorProperties()