/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 423 drm_intel_bo *aper_array[3 + I830_TEX_UNITS]; local 444 aper_array[aper_count++] = intel->batch.bo; 446 aper_array[aper_count++] = state->draw_region->bo; 448 aper_array[aper_count++] = state->depth_region->bo; 454 aper_array[aper_count++] = state->tex_buffer[i]; 458 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
|
i915_vtbl.c | 296 drm_intel_bo *aper_array[3 + I915_TEX_UNITS]; local 320 aper_array[aper_count++] = intel->batch.bo; 323 aper_array[aper_count++] = state->draw_region->bo; 325 aper_array[aper_count++] = state->depth_region->bo; 332 aper_array[aper_count++] = state->tex_buffer[i]; 338 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
|
intel_tris.c | 199 drm_intel_bo *aper_array[2]; local 225 aper_array[0] = intel->batch.bo; 226 aper_array[1] = vb_bo; 227 if (dri_bufmgr_check_aperture_space(aper_array, 2)) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_blit.c | 109 drm_intel_bo *aper_array[3]; local 127 aper_array[0] = intel->batch.bo; 128 aper_array[1] = dst_buffer; 129 aper_array[2] = src_buffer; 131 if (dri_bufmgr_check_aperture_space(aper_array, 3) != 0) { 273 drm_intel_bo *aper_array[2]; local 365 aper_array[0] = intel->batch.bo; 366 aper_array[1] = region->bo; 368 if (drm_intel_bufmgr_check_aperture_space(aper_array, 369 ARRAY_SIZE(aper_array)) != 0) 538 drm_intel_bo *aper_array[2]; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 423 drm_intel_bo *aper_array[3 + I830_TEX_UNITS]; local 444 aper_array[aper_count++] = intel->batch.bo; 446 aper_array[aper_count++] = state->draw_region->bo; 448 aper_array[aper_count++] = state->depth_region->bo; 454 aper_array[aper_count++] = state->tex_buffer[i]; 458 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
|
i915_vtbl.c | 296 drm_intel_bo *aper_array[3 + I915_TEX_UNITS]; local 320 aper_array[aper_count++] = intel->batch.bo; 323 aper_array[aper_count++] = state->draw_region->bo; 325 aper_array[aper_count++] = state->depth_region->bo; 332 aper_array[aper_count++] = state->tex_buffer[i]; 338 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
|
intel_tris.c | 199 drm_intel_bo *aper_array[2]; local 225 aper_array[0] = intel->batch.bo; 226 aper_array[1] = vb_bo; 227 if (dri_bufmgr_check_aperture_space(aper_array, 2)) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 109 drm_intel_bo *aper_array[3]; local 127 aper_array[0] = intel->batch.bo; 128 aper_array[1] = dst_buffer; 129 aper_array[2] = src_buffer; 131 if (dri_bufmgr_check_aperture_space(aper_array, 3) != 0) { 273 drm_intel_bo *aper_array[2]; local 365 aper_array[0] = intel->batch.bo; 366 aper_array[1] = region->bo; 368 if (drm_intel_bufmgr_check_aperture_space(aper_array, 369 ARRAY_SIZE(aper_array)) != 0) 538 drm_intel_bo *aper_array[2]; local [all...] |