HomeSort by relevance Sort by last modified time
    Searched refs:aper_count (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 422 int aper_count; local
439 aper_count = 0;
442 aper_array[aper_count++] = intel->batch.bo;
444 aper_array[aper_count++] = state->draw_region->bo;
446 aper_array[aper_count++] = state->depth_region->bo;
452 aper_array[aper_count++] = state->tex_buffer[i];
456 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
i915_vtbl.c 288 int i, count, aper_count; local
311 aper_count = 0;
314 aper_array[aper_count++] = intel->batch.bo;
317 aper_array[aper_count++] = state->draw_region->bo;
319 aper_array[aper_count++] = state->depth_region->bo;
326 aper_array[aper_count++] = state->tex_buffer[i];
332 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {

Completed in 960 milliseconds