Home
last modified time | relevance | path

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

/external/mesa3d/src/asahi/compiler/
Dagx_compile.h95 unsigned scratch_size, preamble_scratch_size; member
Dagx_compile.c3552 out->preamble_scratch_size = stack_size; in agx_compile_function_nir()
/external/mesa3d/src/asahi/vulkan/
Dhk_cmd_buffer.c604 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()
/external/mesa3d/src/asahi/clc/
Dasahi_clc.c343 assert(compiled.info.preamble_scratch_size == 0 && in main()
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c3017 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()