Home
last modified time | relevance | path

Searched refs:unpack_rgba_sint (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h353 (*unpack_rgba_sint)(signed *dst, unsigned dst_stride, member
Du_format.c390 format_desc->unpack_rgba_sint(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_read_4i()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo.c185 desc->unpack_rgba_sint(dst, 0, src, 0, 1, 1); in nvc0_set_constant_vertex_attrib()