Searched refs:age (Results 1 - 25 of 148) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c148 sv->age = tex->age;
184 unsigned age = 0; local in function:svga_validate_sampler_view
194 age = tex->age;
204 if (v->age < tex->view_age[i])
214 v->age = age;
H A Dsvga_sampler_view.h69 unsigned age; member in struct:svga_sampler_view
H A Dsvga_resource_texture.h59 unsigned age; member in struct:svga_texture
176 * Increment the age of a view into a texture
184 tex->view_age[level] = ++(tex->age);
H A Dsvga_surface.h75 unsigned age; /* timestamp when the backed resource is member in struct:svga_surface
H A Dsvga_surface.c256 needCopyResource = tex->backed_age < tex->age;
284 tex->backed_age = tex->age;
505 else if (s->backed->age < tex->age) {
536 s->backed->age = tex->age;
738 /* Increment the view_age and texture age for this surface's mipmap
740 * Note: we age the texture for backed surface view only when the
861 /* Sync the surface view age with the texture age */
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c148 sv->age = tex->age;
184 unsigned age = 0; local in function:svga_validate_sampler_view
194 age = tex->age;
204 if (v->age < tex->view_age[i])
214 v->age = age;
H A Dsvga_sampler_view.h69 unsigned age; member in struct:svga_sampler_view
H A Dsvga_resource_texture.h55 unsigned age; member in struct:svga_texture
172 * Increment the age of a view into a texture
180 tex->view_age[level] = ++(tex->age);
H A Dsvga_surface.h75 unsigned age; /* timestamp when the backed resource is member in struct:svga_surface
H A Dsvga_surface.c240 needCopyResource = tex->backed_age < tex->age;
268 tex->backed_age = tex->age;
491 s->backed->age < tex->age) {
522 s->backed->age = tex->age;
726 /* Increment the view_age and texture age for this surface's mipmap
728 * Note: we age the texture for backed surface view only when the
849 /* Sync the surface view age with the texture age */
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.h73 int age; /* tracked by clients to update local LRU's */ member in struct:__anon460743830208
87 * age different to the one you set, then you are mistaken and
93 * in the same lru which is used to age their own textures,
107 int last_dispatch; /* age of the most recently dispatched buffer */
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.h73 int age; /* tracked by clients to update local LRU's */ member in struct:__anonf506c5370208
87 * age different to the one you set, then you are mistaken and
93 * in the same lru which is used to age their own textures,
107 int last_dispatch; /* age of the most recently dispatched buffer */
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.h73 int age; /* tracked by clients to update local LRU's */ member in struct:__anonc833345a0208
87 * age different to the one you set, then you are mistaken and
93 * in the same lru which is used to age their own textures,
107 int last_dispatch; /* age of the most recently dispatched buffer */
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfire.c93 int age; member in struct:__anon42281fc80108
155 p->age = 0;
199 p->age++;
201 if ((p->age) > maxage) {
210 p->c[0][3] = fact * (maxage - p->age);
214 p->c[1][3] = fact * (maxage - p->age);
218 p->c[2][3] = fact * (maxage - p->age);
H A Dfbo_firecube.c208 int age; member in struct:__anon3f20517d0108
266 p->age = 0;
310 p->age++;
312 if ((p->age) > maxage) {
321 p->c[0][3] = fact * (maxage - p->age);
325 p->c[1][3] = fact * (maxage - p->age);
329 p->c[2][3] = fact * (maxage - p->age);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_offscreen.c75 unsigned age; local in function:exaUpdateEvictionCost
80 age = offScreenCounter - area->last_use;
83 if (age > (UINT_MAX / 2)) {
84 age = UINT_MAX / 2;
85 area->last_use = offScreenCounter - age;
88 area->eviction_cost = area->size / age;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_offscreen.c74 unsigned age; local in function:exaUpdateEvictionCost
79 age = offScreenCounter - area->last_use;
82 if (age > (UINT_MAX / 2)) {
83 age = UINT_MAX / 2;
84 area->last_use = offScreenCounter - age;
87 area->eviction_cost = area->size / age;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_drm.c227 int age = 0; local in function:get_back_bo
232 dri2_surf->color_buffers[i].age >= age) {
234 age = dri2_surf->color_buffers[i].age;
425 if (dri2_surf->color_buffers[i].age > 0)
426 dri2_surf->color_buffers[i].age++;
434 dri2_surf->current->age = 1;
454 return dri2_surf->back->age;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_drm.c232 int age = 0; local in function:get_back_bo
237 dri2_surf->color_buffers[i].age >= age) {
239 age = dri2_surf->color_buffers[i].age;
436 if (dri2_surf->color_buffers[i].age > 0)
437 dri2_surf->color_buffers[i].age++;
445 dri2_surf->current->age = 1;
464 return dri2_surf->back->age;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_context.h95 unsigned age; member in struct:drawpix_cache_entry
255 unsigned age; member in struct:st_context::__anon7939cd9a0708
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_context.h97 unsigned age; member in struct:drawpix_cache_entry
298 unsigned age; member in struct:st_context::__anona857cd8d0808
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dvia_drm.h183 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
/xsrc/external/mit/libXfontcache/dist/
H A Dltmain.sh2658 major=`expr $current - $age`
3251 # and those that subtract age and use age as
3258 age="$number_minor"
3264 age="0"
3268 age="$number_minor"
3277 age="$4"
3300 case $age in
3303 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3309 if test "$age"
[all...]
/xsrc/external/mit/xf86-input-ws/dist/
H A Dltmain.sh2660 major=`expr $current - $age`
3253 # and those that subtract age and use age as
3260 age="$number_minor"
3266 age="0"
3270 age="$number_minor"
3279 age="$4"
3302 case $age in
3305 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3311 if test "$age"
[all...]
/xsrc/external/mit/libxkbui/dist/
H A Dltmain.sh2598 major=`expr $current - $age`
3184 # and those that subtract age and use age as
3191 age="$number_minor"
3197 age="0"
3201 age="$number_minor"
3209 age="$4"
3232 case $age in
3235 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3241 if test "$age"
[all...]

Completed in 43 milliseconds

123456