Searched refs:util_dynarray_resize (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_dynarray.h108 util_dynarray_resize(struct util_dynarray *buf, unsigned newsize) function in typeref:typename:void *
121 util_dynarray_resize(buf, from_buf->size);
128 return util_dynarray_resize(buf, buf->size + diff);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c407 util_dynarray_resize(&batch->draw_patches, 0);
475 util_dynarray_resize(&batch->draw_patches, 0);
476 util_dynarray_resize(&batch->shader_patches, 0);
554 util_dynarray_resize(&batch->gmem_patches, 0);
659 util_dynarray_resize(&batch->draw_patches, 0);
660 util_dynarray_resize(&batch->shader_patches, 0);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_dynarray.h173 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type)) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c714 util_dynarray_resize(&batch->draw_patches, 0);
725 util_dynarray_resize(&batch->rbrc_patches, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c283 util_dynarray_resize(&batch->fb_read_patches, 0);
294 util_dynarray_resize(&batch->draw_patches, 0);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c916 if (!util_dynarray_resize(&states, uint16_t, impl->ssa_alloc)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c520 util_dynarray_resize(&batch->draw_patches, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c258 util_dynarray_resize(&batch->draw_patches, 0);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rtld.c291 if (!util_dynarray_resize(&binary->lds_symbols, struct ac_rtld_symbol,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1271 util_dynarray_resize(&nv50->global_residents, req_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1378 util_dynarray_resize(&nvc0->global_residents, req_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1431 if (util_dynarray_resize(&nv50->global_residents, struct pipe_resource *, end)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1424 if (util_dynarray_resize(&nvc0->global_residents, struct pipe_resource *, end)) {

Completed in 29 milliseconds