Home
last modified time | relevance | path

Searched refs:util_format_write_4 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c339 util_format_write_4(pformat, sdata, 0, data_ptr, stride, in sp_tgsi_store()
457 util_format_write_4(params->format, sdata, 0, data_ptr, stride, in handle_op_uint()
573 util_format_write_4(params->format, sdata, 0, data_ptr, stride, in handle_op_int()
609 util_format_write_4(params->format, sdata, 0, data_ptr, stride, in handle_op_r32f_xchg()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tile.c374 util_format_write_4(format, in pipe_put_tile_rgba()
/third_party/mesa3d/src/util/format/
Du_format.h1590 util_format_write_4(enum pipe_format format,
Du_format.c427 util_format_write_4(enum pipe_format format, in util_format_write_4() function
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c1122 util_format_write_4(pfmt, color, 0, raw, 0, 0, 0, 1, 1); in dzn_cmd_buffer_clear_rects_with_copy()
1258 util_format_write_4(pfmt, color, 0, raw, 0, 0, 0, 1, 1); in dzn_cmd_buffer_clear_ranges_with_copy()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1806 - util: Merge util_format_write_4* functions.
D21.1.0.rst1741 - swrast: Use util_format_write_4/4ub for the scattered pixel writes.