Searched refs:util_format_unpack_rgba (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_unpack.h | 39 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/ |
D | compute.c | 1092 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/ |
D | svga_pipe_clear.c | 371 util_format_unpack_rgba(surface->format, &color, data, 1); in svga_clear_texture()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | subpicture.c | 388 util_format_unpack_rgba(PIPE_FORMAT_B8G8R8A8_UNORM, uc.f, &color, 1); in XvMCClearSubpicture()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 454 util_format_unpack_rgba(tex->format, color.ui, data, 1); in llvmpipe_clear_texture()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_vbo.c | 51 util_format_unpack_rgba(ve->src_format, v, data, 1); in nv30_emit_vtxattr()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 650 util_format_unpack_rgba(tex->format, color.ui, data, 1); in util_clear_texture()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 152 util_format_unpack_rgba(format, &converted_color, pixel, 1); in convert_clear_color()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 1520 util_format_unpack_rgba(enum pipe_format format, void *dst, in util_format_unpack_rgba() function
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.c | 467 util_format_unpack_rgba(pres->format, color.ui, data, 1); in zink_clear_texture()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_vbo.c | 152 util_format_unpack_rgba(ve->src_format, v, data, 1); in nv50_emit_vtxattr()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo.c | 188 util_format_unpack_rgba(ve->src_format, dst, src, 1); in nvc0_set_constant_vertex_attrib()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 1339 util_format_unpack_rgba(tex->format, color.ui, data, 1); in si_clear_texture()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1560 util_format_unpack_rgba(res->format, color.ui, data, 1); in trace_context_clear_texture()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 1629 util_format_unpack_rgba(tex->format, color.ui, data, 1); in r600_clear_texture()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1805 - svga: Reuse util_format_unpack_rgba().
|