Searched refs:global_residents (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c155 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 Dnv50_compute.c163 for (i = 0; i < nv50->global_residents.size / sizeof(struct pipe_resource *);
166 &nv50->global_residents, struct pipe_resource *, i);
H A Dnv50_state.c1268 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 Dnv50_context.h190 struct util_dynarray global_residents; member in struct:nv50_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c177 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 Dnvc0_state.c1375 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 Dnvc0_compute.c306 for (i = 0; i < nvc0->global_residents.size / sizeof(struct pipe_resource *);
309 &nvc0->global_residents, struct pipe_resource *, i);
H A Dnvc0_context.h284 struct util_dynarray global_residents; member in struct:nvc0_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c172 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 Dnv50_context.h231 struct util_dynarray global_residents; member in struct:nv50_context
H A Dnv50_state.c1429 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 Dnv50_compute.c488 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 Dnvc0_context.c230 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 Dnvc0_state.c1422 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 Dnvc0_compute.c306 for (i = 0; i < nvc0->global_residents.size / sizeof(struct pipe_resource *);
309 &nvc0->global_residents, struct pipe_resource *, i);
H A Dnvc0_context.h286 struct util_dynarray global_residents; member in struct:nvc0_context

Completed in 20 milliseconds