Searched refs:agx_emit_cached_split (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 447 agx_emit_cached_split(agx_builder *b, agx_index vec, unsigned n) in agx_emit_cached_split() function 589 agx_emit_cached_split(b, dest, components); in agx_emit_load_vary() 673 agx_emit_cached_split(b, dest, nr_comps); in agx_emit_local_load_pixel() 690 agx_emit_cached_split(b, dest, instr->def.num_components); in agx_emit_load() 959 agx_emit_cached_split(b, dst, nr); in agx_emit_local_load() 986 agx_emit_cached_split(b, dst, nr); in agx_emit_load_scratch() 1250 agx_emit_cached_split(b, dst, 3); in agx_emit_intrinsic()
|