Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_linker.c84 bool reads_tib = false, writes_sample_mask = false, in agx_fast_link() local
108 reads_tib |= part->info.reads_tib; in agx_fast_link()
203 if (reads_tib && writes_sample_mask) in agx_fast_link()
205 else if (reads_tib) in agx_fast_link()
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compile.h92 bool reads_tib; member
H A Dagx_compile.c3633 info->reads_tib = nir->info.fs.uses_fbfetch_output; in agx_compile_shader_nir()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c1699 compiled->b.info.reads_tib |= translucent; in agx_compile_variant()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.2.0.rst531 - agx: Set reads_tib appropriately