Searched refs:aper_array (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 96 drm_intel_bo *aper_array[3]; local in function:emit_copy_blit 114 aper_array[0] = intel->batch.bo; 115 aper_array[1] = dst_buffer; 116 aper_array[2] = src_buffer; 118 if (dri_bufmgr_check_aperture_space(aper_array, 3) != 0) { 381 drm_intel_bo *aper_array[2]; local in function:intelClearWithBlit 467 aper_array[0] = intel->batch.bo; 468 aper_array[1] = region->bo; 470 if (drm_intel_bufmgr_check_aperture_space(aper_array, 471 ARRAY_SIZE(aper_array)) ! 635 drm_intel_bo *aper_array[2]; local in function:intel_miptree_set_alpha_to_one [all...] |
| H A D | i830_vtbl.c | 421 drm_intel_bo *aper_array[3 + I830_TEX_UNITS]; local in function:i830_emit_state 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)) {
|
| H A D | i915_vtbl.c | 290 drm_intel_bo *aper_array[3 + I915_TEX_UNITS]; local in function:i915_emit_state 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)) {
|
| H A D | intel_tris.c | 197 drm_intel_bo *aper_array[2]; local in function:intel_flush_prim 223 aper_array[0] = intel->batch.bo; 224 aper_array[1] = vb_bo; 225 if (dri_bufmgr_check_aperture_space(aper_array, 2)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 96 drm_intel_bo *aper_array[3]; local in function:emit_copy_blit 114 aper_array[0] = intel->batch.bo; 115 aper_array[1] = dst_buffer; 116 aper_array[2] = src_buffer; 118 if (dri_bufmgr_check_aperture_space(aper_array, 3) != 0) { 381 drm_intel_bo *aper_array[2]; local in function:intelClearWithBlit 467 aper_array[0] = intel->batch.bo; 468 aper_array[1] = region->bo; 470 if (drm_intel_bufmgr_check_aperture_space(aper_array, 471 ARRAY_SIZE(aper_array)) ! 635 drm_intel_bo *aper_array[2]; local in function:intel_miptree_set_alpha_to_one [all...] |
| H A D | i830_vtbl.c | 421 drm_intel_bo *aper_array[3 + I830_TEX_UNITS]; local in function:i830_emit_state 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)) {
|
| H A D | i915_vtbl.c | 289 drm_intel_bo *aper_array[3 + I915_TEX_UNITS]; local in function:i915_emit_state 313 aper_array[aper_count++] = intel->batch.bo; 316 aper_array[aper_count++] = state->draw_region->bo; 318 aper_array[aper_count++] = state->depth_region->bo; 325 aper_array[aper_count++] = state->tex_buffer[i]; 331 if (dri_bufmgr_check_aperture_space(aper_array, aper_count)) {
|
| H A D | intel_tris.c | 197 drm_intel_bo *aper_array[2]; local in function:intel_flush_prim 223 aper_array[0] = intel->batch.bo; 224 aper_array[1] = vb_bo; 225 if (dri_bufmgr_check_aperture_space(aper_array, 2)) {
|
Completed in 15 milliseconds