Searched refs:depth_region (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c445 if (state->depth_region)
446 aper_array[aper_count++] = state->depth_region->bo;
496 if (state->depth_region)
505 if (state->depth_region) {
508 OUT_RELOC(state->depth_region->bo,
572 intel_region_release(&i830->state.depth_region);
611 struct intel_region *depth_region,
627 if (state->depth_region != depth_region) {
628 intel_region_reference(&state->depth_region, depth_regio
609 i830_set_draw_region(struct intel_context * intel,struct intel_region * color_regions[],struct intel_region * depth_region,GLuint num_regions) argument
[all...]
H A Di915_vtbl.c318 if (state->depth_region)
319 aper_array[aper_count++] = state->depth_region->bo;
403 if (state->depth_region) {
404 OUT_RELOC(state->depth_region->bo,
508 intel_region_release(&i915->state.depth_region);
571 struct intel_region *depth_region,
587 if (state->depth_region != depth_region) {
588 intel_region_reference(&state->depth_region, depth_region);
569 i915_set_draw_region(struct intel_context * intel,struct intel_region * color_regions[],struct intel_region * depth_region,GLuint num_regions) argument
[all...]
H A Di830_context.h128 struct intel_region *depth_region; member in struct:i830_hw_state
177 struct intel_region *depth_region);
H A Di915_context.h230 struct intel_region *depth_region; member in struct:i915_hw_state
288 struct intel_region *depth_region);
H A Dintel_context.h131 struct intel_region * depth_region,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c445 if (state->depth_region)
446 aper_array[aper_count++] = state->depth_region->bo;
496 if (state->depth_region)
505 if (state->depth_region) {
508 OUT_RELOC(state->depth_region->bo,
572 intel_region_release(&i830->state.depth_region);
611 struct intel_region *depth_region,
627 if (state->depth_region != depth_region) {
628 intel_region_reference(&state->depth_region, depth_regio
609 i830_set_draw_region(struct intel_context * intel,struct intel_region * color_regions[],struct intel_region * depth_region,GLuint num_regions) argument
[all...]
H A Di915_vtbl.c317 if (state->depth_region)
318 aper_array[aper_count++] = state->depth_region->bo;
402 if (state->depth_region) {
403 OUT_RELOC(state->depth_region->bo,
507 intel_region_release(&i915->state.depth_region);
570 struct intel_region *depth_region,
586 if (state->depth_region != depth_region) {
587 intel_region_reference(&state->depth_region, depth_region);
568 i915_set_draw_region(struct intel_context * intel,struct intel_region * color_regions[],struct intel_region * depth_region,GLuint num_regions) argument
[all...]
H A Di830_context.h128 struct intel_region *depth_region; member in struct:i830_hw_state
177 struct intel_region *depth_region);
H A Di915_context.h230 struct intel_region *depth_region; member in struct:i915_hw_state
288 struct intel_region *depth_region);
H A Dintel_context.h131 struct intel_region * depth_region,

Completed in 15 milliseconds