| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 155 for (i = 0; i < nv50->global_residents.size / sizeof(struct pipe_resource *); 158 &nv50->global_residents, struct pipe_resource *, i); 161 util_dynarray_fini(&nv50->global_residents); 380 util_dynarray_init(&nv50->global_residents, NULL);
|
| H A D | nv50_compute.c | 163 for (i = 0; i < nv50->global_residents.size / sizeof(struct pipe_resource *); 166 &nv50->global_residents, struct pipe_resource *, i);
|
| H A D | nv50_state.c | 1268 if (nv50->global_residents.size <= (end * sizeof(struct pipe_resource *))) { 1269 const unsigned old_size = nv50->global_residents.size; 1271 util_dynarray_resize(&nv50->global_residents, req_size); 1272 memset((uint8_t *)nv50->global_residents.data + old_size, 0, 1278 &nv50->global_residents, struct pipe_resource *, start); 1285 &nv50->global_residents, struct pipe_resource *, start);
|
| H A D | nv50_context.h | 190 struct util_dynarray global_residents; member in struct:nv50_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 177 for (i = 0; i < nvc0->global_residents.size / sizeof(struct pipe_resource *); 180 &nvc0->global_residents, struct pipe_resource *, i); 183 util_dynarray_fini(&nvc0->global_residents); 480 util_dynarray_init(&nvc0->global_residents, NULL);
|
| H A D | nvc0_state.c | 1375 if (nvc0->global_residents.size <= (end * sizeof(struct pipe_resource *))) { 1376 const unsigned old_size = nvc0->global_residents.size; 1378 util_dynarray_resize(&nvc0->global_residents, req_size); 1379 memset((uint8_t *)nvc0->global_residents.data + old_size, 0, 1385 &nvc0->global_residents, struct pipe_resource *, start); 1392 &nvc0->global_residents, struct pipe_resource *, start);
|
| H A D | nvc0_compute.c | 306 for (i = 0; i < nvc0->global_residents.size / sizeof(struct pipe_resource *); 309 &nvc0->global_residents, struct pipe_resource *, i);
|
| H A D | nvc0_context.h | 284 struct util_dynarray global_residents; member in struct:nvc0_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 172 for (i = 0; i < nv50->global_residents.size / sizeof(struct pipe_resource *); 175 &nv50->global_residents, struct pipe_resource *, i); 178 util_dynarray_fini(&nv50->global_residents); 408 util_dynarray_init(&nv50->global_residents, NULL);
|
| H A D | nv50_context.h | 231 struct util_dynarray global_residents; member in struct:nv50_context
|
| H A D | nv50_state.c | 1429 if (nv50->global_residents.size <= (end * sizeof(struct pipe_resource *))) { 1430 const unsigned old_size = nv50->global_residents.size; 1431 if (util_dynarray_resize(&nv50->global_residents, struct pipe_resource *, end)) { 1432 memset((uint8_t *)nv50->global_residents.data + old_size, 0, 1433 nv50->global_residents.size - old_size); 1442 &nv50->global_residents, struct pipe_resource *, start); 1449 &nv50->global_residents, struct pipe_resource *, start);
|
| H A D | nv50_compute.c | 488 for (i = 0; i < nv50->global_residents.size / sizeof(struct pipe_resource *); 491 &nv50->global_residents, struct pipe_resource *, i);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 230 for (i = 0; i < nvc0->global_residents.size / sizeof(struct pipe_resource *); 233 &nvc0->global_residents, struct pipe_resource *, i); 236 util_dynarray_fini(&nvc0->global_residents); 536 util_dynarray_init(&nvc0->global_residents, NULL);
|
| H A D | nvc0_state.c | 1422 if (nvc0->global_residents.size <= (end * sizeof(struct pipe_resource *))) { 1423 const unsigned old_size = nvc0->global_residents.size; 1424 if (util_dynarray_resize(&nvc0->global_residents, struct pipe_resource *, end)) { 1425 memset((uint8_t *)nvc0->global_residents.data + old_size, 0, 1426 nvc0->global_residents.size - old_size); 1435 &nvc0->global_residents, struct pipe_resource *, start); 1442 &nvc0->global_residents, struct pipe_resource *, start);
|
| H A D | nvc0_compute.c | 306 for (i = 0; i < nvc0->global_residents.size / sizeof(struct pipe_resource *); 309 &nvc0->global_residents, struct pipe_resource *, i);
|
| H A D | nvc0_context.h | 286 struct util_dynarray global_residents; member in struct:nvc0_context
|