Home
last modified time | relevance | path

Searched refs:util_format_snorm8_to_sint8 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/util/format/
Du_format.h1602 util_format_snorm8_to_sint8(enum pipe_format format) ATTRIBUTE_CONST;
Du_format.c912 util_format_snorm8_to_sint8(enum pipe_format format) in util_format_snorm8_to_sint8() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c526 image[0].format = image[1].format = util_format_snorm8_to_sint8(dst->format); in si_compute_copy_image()
Dsi_blit.c978 dst_templ.format = src_templ.format = util_format_snorm8_to_sint8(dst_templ.format); in si_resource_copy_region()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1801 - gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)