Searched refs:depthRegion (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_vtbl.c | 717 struct intel_region *colorRegions[MAX_DRAW_BUFFERS], *depthRegion = NULL; local in function:i830_update_draw_buffer 796 depthRegion = irbDepth->mt->region; 799 depthRegion = NULL; 803 depthRegion = NULL; 820 if (depthRegion == NULL && irbStencil && irbStencil->mt 822 depthRegion = irbStencil->mt->region; 832 intel->vtbl.set_draw_region(intel, colorRegions, depthRegion,
|
| H A D | i915_vtbl.c | 705 struct intel_region *colorRegion = NULL, *depthRegion = NULL; 754 depthRegion = irbDepth->mt->region; 757 depthRegion = NULL; 761 depthRegion = NULL; 778 if (depthRegion == NULL && irbStencil && irbStencil->mt 780 depthRegion = irbStencil->mt->region; 791 intel->vtbl.set_draw_region(intel, &colorRegion, depthRegion,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_vtbl.c | 717 struct intel_region *colorRegions[MAX_DRAW_BUFFERS], *depthRegion = NULL; local in function:i830_update_draw_buffer 796 depthRegion = irbDepth->mt->region; 799 depthRegion = NULL; 803 depthRegion = NULL; 820 if (depthRegion == NULL && irbStencil && irbStencil->mt 822 depthRegion = irbStencil->mt->region; 832 intel->vtbl.set_draw_region(intel, colorRegions, depthRegion,
|
| H A D | i915_vtbl.c | 704 struct intel_region *colorRegion = NULL, *depthRegion = NULL; 753 depthRegion = irbDepth->mt->region; 756 depthRegion = NULL; 760 depthRegion = NULL; 777 if (depthRegion == NULL && irbStencil && irbStencil->mt 779 depthRegion = irbStencil->mt->region; 790 intel->vtbl.set_draw_region(intel, &colorRegion, depthRegion,
|
Completed in 6 milliseconds