Searched refs:util_dynarray_resize (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_dynamic_rendering.cc | 60 util_dynarray_resize(&dev->dynamic_rendering_pending, in get_cmd_buffer()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_move_discards_to_top.c | 324 if (!util_dynarray_resize(&cursors, nir_cursor, next_discard_id)) in opt_move_discards_to_top_impl()
|
D | nir_search.c | 901 if (!util_dynarray_resize(&states, uint16_t, impl->ssa_alloc)) { in nir_algebraic_impl()
|
/external/mesa3d/src/util/ |
D | u_dynarray.h | 205 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type… macro
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_ml.c | 544 if (!util_dynarray_resize(&subgraph->tensors, struct pipe_resource *, tensor_count)) in etna_ml_subgraph_create() 549 if (!util_dynarray_resize(&subgraph->offsets, unsigned, tensor_count)) in etna_ml_subgraph_create() 554 if (!util_dynarray_resize(&subgraph->sizes, unsigned, tensor_count)) in etna_ml_subgraph_create()
|
/external/mesa3d/src/amd/common/ |
D | ac_rtld.c | 271 if (!util_dynarray_resize(&binary->lds_symbols, struct ac_rtld_symbol, in ac_rtld_open()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1440 if (util_dynarray_resize(&nv50->global_residents, struct pipe_resource *, end)) { in nv50_set_global_bindings()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1434 if (util_dynarray_resize(&nvc0->global_residents, struct pipe_resource *, end)) { in nvc0_set_global_bindings()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_descriptors.c | 862 …if (!util_dynarray_resize(&bs->dd.pools[type], struct zink_descriptor_pool_multi*, pool_key->id + … in set_pool()
|
D | zink_context.c | 2596 if (!util_dynarray_resize(&ctx->di.global_bindings, struct pipe_resource*, first + count + 8)) in zink_set_global_binding()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 155 if (!util_dynarray_resize(&batch->renderpass_infos, struct tc_batch_rp_info, cur_num + 10)) in tc_batch_renderpass_infos_resize()
|