Searched defs:depth_region (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c323 if (state->depth_region)
324 aper_array[aper_count++] = state->depth_region->bo;
408 if (state->depth_region) {
409 OUT_RELOC(state->depth_region->bo,
513 intel_region_release(&i915->state.depth_region);
576 struct intel_region *depth_region,
592 if (state->depth_region != depth_region) {
593 intel_region_reference(&state->depth_region, depth_region);
574 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_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 Di830_context.h128 struct intel_region *depth_region; member in struct:i830_hw_state
177 struct intel_region *depth_region);
H A Di915_context.h228 struct intel_region *depth_region; member in struct:i915_hw_state
286 struct intel_region *depth_region);

Completed in 212 milliseconds