Home
last modified time | relevance | path

Searched refs:logical_format (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_tilebuffer.c49 enum pipe_format format, enum pipe_format logical_format, in store_tilebuffer() argument
55 if (util_format_is_pure_sint(logical_format)) in store_tilebuffer()
57 else if (util_format_is_pure_uint(logical_format)) in store_tilebuffer()
68 util_format_description(logical_format); in store_tilebuffer()
69 unsigned c = util_format_get_first_non_void_channel(logical_format); in store_tilebuffer()
72 util_format_is_pure_integer(logical_format)) { in store_tilebuffer()
81 if (util_format_is_pure_sint(logical_format)) in store_tilebuffer()
119 enum pipe_format format, enum pipe_format logical_format) in load_tilebuffer() argument
121 unsigned comps = util_format_get_nr_components(logical_format); in load_tilebuffer()
146 res = nir_fsat_to_format(b, res, logical_format); in load_tilebuffer()
[all …]
H A Dagx_tilebuffer.c73 tib.logical_format[rt] = formats[rt]; in agx_build_tilebuffer_layout()
143 return ail_pixel_format[tib->logical_format[rt]].renderable; in agx_tilebuffer_physical_format()
H A Dagx_tilebuffer.h37 enum pipe_format logical_format[AGX_MAX_RENDER_TARGETS]; member
H A Dagx_bg_eot.c125 unsigned nr = util_format_get_nr_components(key->tib.logical_format[rt]); in agx_build_background_shader()