Searched refs:preamble_scratch_size (Results 1 – 5 of 5) sorted by relevance
95 unsigned scratch_size, preamble_scratch_size; member
3552 out->preamble_scratch_size = stack_size; in agx_compile_function_nir()
604 MAX2(s->b.info.scratch_size, s->b.info.preamble_scratch_size); in hk_reserve_scratch()609 unsigned preamble_size = (s->b.info.preamble_scratch_size > 0) ? 1 : 0; in hk_reserve_scratch()614 s->b.info.scratch_size, s->b.info.preamble_scratch_size, in hk_reserve_scratch()
343 assert(compiled.info.preamble_scratch_size == 0 && in main()
3017 MAX2(cs->b.info.scratch_size, cs->b.info.preamble_scratch_size); in agx_build_pipeline()3020 unsigned preamble_size = (cs->b.info.preamble_scratch_size > 0) ? 1 : 0; in agx_build_pipeline()