HomeSort by relevance Sort by last modified time
    Searched full:aper_array (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_blit.c 235 drm_intel_bo *aper_array[3]; local
253 aper_array[0] = intel->batch.bo;
254 aper_array[1] = dst_buffer;
255 aper_array[2] = src_buffer;
257 if (dri_bufmgr_check_aperture_space(aper_array, 3) != 0) {
400 drm_intel_bo *aper_array[2]; local
486 aper_array[0] = intel->batch.bo;
487 aper_array[1] = region->bo;
489 if (drm_intel_bufmgr_check_aperture_space(aper_array,
490 ARRAY_SIZE(aper_array)) != 0)
654 drm_intel_bo *aper_array[2]; local
    [all...]
i830_vtbl.c 421 drm_intel_bo *aper_array[3 + I830_TEX_UNITS]; local
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 295 drm_intel_bo *aper_array[3 + I915_TEX_UNITS]; local
319 aper_array[aper_count++] = intel->batch.bo;
322 aper_array[aper_count++] = state->draw_region->bo;
324 aper_array[aper_count++] = state->depth_region->bo;
331 aper_array[aper_count++] = state->tex_buffer[i];
337 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
intel_tris.c 196 drm_intel_bo *aper_array[2]; local
222 aper_array[0] = intel->batch.bo;
223 aper_array[1] = vb_bo;
224 if (dri_bufmgr_check_aperture_space(aper_array, 2)) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_blit.c 592 drm_intel_bo *aper_array[3]; local
604 aper_array[0] = brw->batch.bo;
605 aper_array[1] = dst_buffer;
606 aper_array[2] = src_buffer;
608 if (dri_bufmgr_check_aperture_space(aper_array, 3) != 0) {
918 drm_intel_bo *aper_array[2]; local
937 aper_array[0] = brw->batch.bo;
938 aper_array[1] = mt->bo;
    [all...]

Completed in 163 milliseconds