Searched refs:util_dynarray_resize (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_dynarray.h | 108 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 D | fd2_gmem.c | 407 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 D | u_dynarray.h | 173 #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 D | fd3_gmem.c | 714 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 D | fd6_gmem.c | 283 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 D | nir_search.c | 916 if (!util_dynarray_resize(&states, uint16_t, impl->ssa_alloc)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_gmem.c | 520 util_dynarray_resize(&batch->draw_patches, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_gmem.c | 258 util_dynarray_resize(&batch->draw_patches, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_rtld.c | 291 if (!util_dynarray_resize(&binary->lds_symbols, struct ac_rtld_symbol,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1271 util_dynarray_resize(&nv50->global_residents, req_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 1378 util_dynarray_resize(&nvc0->global_residents, req_size);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1431 if (util_dynarray_resize(&nv50->global_residents, struct pipe_resource *, end)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 1424 if (util_dynarray_resize(&nvc0->global_residents, struct pipe_resource *, end)) {
|
Completed in 29 milliseconds