Searched refs:util_dynarray_resize (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_dynamic_rendering.c | 59 util_dynarray_resize(&dev->dynamic_rendering_pending, in get_cmd_buffer()
|
/third_party/mesa3d/src/util/ |
D | u_dynarray.h | 173 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type… macro
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 288 if (!util_dynarray_resize(&binary->lds_symbols, struct ac_rtld_symbol, in ac_rtld_open()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_search.c | 918 if (!util_dynarray_resize(&states, uint16_t, impl->ssa_alloc)) { in nir_algebraic_impl()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1431 if (util_dynarray_resize(&nv50->global_residents, struct pipe_resource *, end)) { in nv50_set_global_bindings()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1424 if (util_dynarray_resize(&nvc0->global_residents, struct pipe_resource *, end)) { in nvc0_set_global_bindings()
|