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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c324 if (state->depth_region)
325 aper_array[aper_count++] = state->depth_region->bo;
409 if (state->depth_region) {
410 OUT_RELOC(state->depth_region->bo,
514 intel_region_release(&i915->state.depth_region);
577 struct intel_region *depth_region,
593 if (state->depth_region != depth_region) {
594 intel_region_reference(&state->depth_region, depth_region);
575 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.c447 if (state->depth_region)
448 aper_array[aper_count++] = state->depth_region->bo;
498 if (state->depth_region)
507 if (state->depth_region) {
510 OUT_RELOC(state->depth_region->bo,
574 intel_region_release(&i830->state.depth_region);
613 struct intel_region *depth_region,
629 if (state->depth_region != depth_region) {
630 intel_region_reference(&state->depth_region, depth_regio
611 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.h234 struct intel_region *depth_region; member in struct:i915_hw_state
293 struct intel_region *depth_region);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c324 if (state->depth_region)
325 aper_array[aper_count++] = state->depth_region->bo;
409 if (state->depth_region) {
410 OUT_RELOC(state->depth_region->bo,
514 intel_region_release(&i915->state.depth_region);
577 struct intel_region *depth_region,
593 if (state->depth_region != depth_region) {
594 intel_region_reference(&state->depth_region, depth_region);
575 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.c447 if (state->depth_region)
448 aper_array[aper_count++] = state->depth_region->bo;
498 if (state->depth_region)
507 if (state->depth_region) {
510 OUT_RELOC(state->depth_region->bo,
574 intel_region_release(&i830->state.depth_region);
613 struct intel_region *depth_region,
629 if (state->depth_region != depth_region) {
630 intel_region_reference(&state->depth_region, depth_regio
611 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.h234 struct intel_region *depth_region; member in struct:i915_hw_state
293 struct intel_region *depth_region);

Completed in 150 milliseconds