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 D | nir_range_analysis.c | 1368 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 D | nir_lower_shader_calls.c | 602 … util_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 D | u_dynarray.h | 63 util_dynarray_init_from_stack(struct util_dynarray *buf, void *data, unsigned capacity) in util_dynarray_init_from_stack() function
|