Home
last modified time | relevance | path

Searched refs:util_dynarray_init_from_stack (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c1368 util_dynarray_init_from_stack(&state.query_stack, query_alloc, sizeof(query_alloc)); in nir_analyze_range()
1369 util_dynarray_init_from_stack(&state.result_stack, result_alloc, sizeof(result_alloc)); in nir_analyze_range()
1953 util_dynarray_init_from_stack(&state.query_stack, query_alloc, sizeof(query_alloc)); in nir_unsigned_upper_bound()
1954 util_dynarray_init_from_stack(&state.result_stack, result_alloc, sizeof(result_alloc)); in nir_unsigned_upper_bound()
H A Dnir_lower_shader_calls.c602util_dynarray_init_from_stack(&remat_chain, remat_chain_instrs, sizeof(remat_chain_instrs)); in spill_ssa_defs_and_lower_shader_calls()
/aosp_15_r20/external/mesa3d/src/util/
H A Du_dynarray.h63 util_dynarray_init_from_stack(struct util_dynarray *buf, void *data, unsigned capacity) in util_dynarray_init_from_stack() function