Home
last modified time | relevance | path

Searched refs:util_format_unpack_rgba (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_unpack.h39 util_format_unpack_rgba(format, dst, src, n); in _mesa_unpack_rgba_row()
50 util_format_unpack_rgba(format, dst, src, n); in _mesa_unpack_uint_rgba_row()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1092 util_format_unpack_rgba(surface_fmts[i], w, v, 1); in test_surface_ld_expectf()
1102 util_format_unpack_rgba(surface_fmts[i], w, v, 1); in test_surface_ld_expecti()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c371 util_format_unpack_rgba(surface->format, &color, data, 1); in svga_clear_texture()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c388 util_format_unpack_rgba(PIPE_FORMAT_B8G8R8A8_UNORM, uc.f, &color, 1); in XvMCClearSubpicture()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c454 util_format_unpack_rgba(tex->format, color.ui, data, 1); in llvmpipe_clear_texture()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c51 util_format_unpack_rgba(ve->src_format, v, data, 1); in nv30_emit_vtxattr()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c650 util_format_unpack_rgba(tex->format, color.ui, data, 1); in util_clear_texture()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c152 util_format_unpack_rgba(format, &converted_color, pixel, 1); in convert_clear_color()
/third_party/mesa3d/src/util/format/
Du_format.h1520 util_format_unpack_rgba(enum pipe_format format, void *dst, in util_format_unpack_rgba() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c467 util_format_unpack_rgba(pres->format, color.ui, data, 1); in zink_clear_texture()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c152 util_format_unpack_rgba(ve->src_format, v, data, 1); in nv50_emit_vtxattr()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c188 util_format_unpack_rgba(ve->src_format, dst, src, 1); in nvc0_set_constant_vertex_attrib()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c1339 util_format_unpack_rgba(tex->format, color.ui, data, 1); in si_clear_texture()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1560 util_format_unpack_rgba(res->format, color.ui, data, 1); in trace_context_clear_texture()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1629 util_format_unpack_rgba(tex->format, color.ui, data, 1); in r600_clear_texture()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1805 - svga: Reuse util_format_unpack_rgba().