Searched refs:nresource (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c102 struct noop_resource *nresource; local in function:noop_resource_create
105 nresource = CALLOC_STRUCT(noop_resource);
106 if (!nresource)
110 nresource->base = *templ;
111 nresource->base.screen = screen;
112 nresource->size = stride * templ->height0 * templ->depth0;
113 nresource->data = MALLOC(nresource->size);
114 pipe_reference_init(&nresource->base.reference, 1);
115 if (nresource
162 struct noop_resource *nresource = (struct noop_resource *)resource; local in function:noop_resource_destroy
180 struct noop_resource *nresource = (struct noop_resource *)resource; local in function:noop_transfer_map
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregistry.c45 static unsigned nmajor, *nminor, nevent, nerror, nresource; variable in typeref:typename:unsigned *
204 while (resource >= nresource) {
205 if (!double_size(&resources, nresource, sizeof(char *)))
207 nresource = nresource ? nresource * 2 : BASE_SIZE;
270 if (resource >= nresource)
309 nmajor = nevent = nerror = nresource = 0;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregistry.c50 static unsigned nresource; variable in typeref:typename:unsigned
273 while (resource >= nresource) {
274 if (!double_size(&resources, nresource, sizeof(char *)))
276 nresource = nresource ? nresource * 2 : BASE_SIZE;
286 if (resource >= nresource)
324 nresource = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_pipe.c185 struct agx_resource *nresource; local in function:agx_resource_create
187 nresource = CALLOC_STRUCT(agx_resource);
188 if (!nresource)
191 nresource->base = *templ;
192 nresource->base.screen = screen;
194 nresource->modifier = agx_should_tile(nresource) ?
203 if (nresource->modifier == DRM_FORMAT_MOD_APPLE_64X64_MORTON_ORDER) {
208 nresource->slices[l].line_stride =
211 nresource
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c106 struct noop_resource *nresource; local in function:noop_resource_create
109 nresource = CALLOC_STRUCT(noop_resource);
110 if (!nresource)
114 nresource->b.b = *templ;
115 nresource->b.b.screen = screen;
116 nresource->size = stride * templ->height0 * templ->depth0;
117 nresource->data = MALLOC(nresource->size);
118 pipe_reference_init(&nresource->b.b.reference, 1);
119 if (nresource
210 struct noop_resource *nresource = (struct noop_resource *)resource; local in function:noop_resource_destroy
229 struct noop_resource *nresource = (struct noop_resource *)resource; local in function:noop_transfer_map
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h262 unsigned nresource; member in struct:r600_bytecode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h268 unsigned nresource; member in struct:r600_bytecode

Completed in 8 milliseconds