Searched defs:aper_array (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c296 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)) {
H A Di830_vtbl.c423 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)) {
H A Dintel_blit.c109 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)) !
538 drm_intel_bo *aper_array[2]; local
[all...]
H A Dintel_tris.c199 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)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c109 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)) !
538 drm_intel_bo *aper_array[2]; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c109 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)) !
538 drm_intel_bo *aper_array[2]; local
[all...]

Completed in 290 milliseconds