Home
last modified time | relevance | path

Searched refs:util_dynarray_resize (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_dynamic_rendering.c59 util_dynarray_resize(&dev->dynamic_rendering_pending, in get_cmd_buffer()
/third_party/mesa3d/src/util/
Du_dynarray.h173 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type… macro
/third_party/mesa3d/src/amd/common/
Dac_rtld.c288 if (!util_dynarray_resize(&binary->lds_symbols, struct ac_rtld_symbol, in ac_rtld_open()
/third_party/mesa3d/src/compiler/nir/
Dnir_search.c918 if (!util_dynarray_resize(&states, uint16_t, impl->ssa_alloc)) { in nir_algebraic_impl()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1431 if (util_dynarray_resize(&nv50->global_residents, struct pipe_resource *, end)) { in nv50_set_global_bindings()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1424 if (util_dynarray_resize(&nvc0->global_residents, struct pipe_resource *, end)) { in nvc0_set_global_bindings()