Searched refs:depth_mt (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c41 struct intel_mipmap_tree *depth_mt = NULL, local
66 depth_mt = drb->mt;
68 if (depth_mt) {
69 hiz_mt = depth_mt->hiz_mt;
71 intel_region_get_tile_masks(depth_mt->region,
101 assert(stencil_mt == NULL || depth_mt != stencil_mt);
102 assert(!depth_mt || !_mesa_is_format_packed_depth_stencil(depth_mt->format));
106 if (depth_mt == NULL) {
156 struct intel_region *region = depth_mt
[all...]
H A Dintel_fbo.c699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
707 depth_mt = depthRb->mt;
714 if (depth_mt && stencil_mt) {
715 if (depth_mt == stencil_mt) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c41 struct intel_mipmap_tree *depth_mt = NULL, local
66 depth_mt = drb->mt;
68 if (depth_mt) {
69 hiz_mt = depth_mt->hiz_mt;
71 intel_region_get_tile_masks(depth_mt->region,
101 assert(stencil_mt == NULL || depth_mt != stencil_mt);
102 assert(!depth_mt || !_mesa_is_format_packed_depth_stencil(depth_mt->format));
106 if (depth_mt == NULL) {
156 struct intel_region *region = depth_mt
[all...]
H A Dintel_fbo.c699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
707 depth_mt = depthRb->mt;
714 if (depth_mt && stencil_mt) {
715 if (depth_mt == stencil_mt) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
707 depth_mt = depthRb->mt;
714 if (depth_mt && stencil_mt) {
715 if (depth_mt == stencil_mt) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
707 depth_mt = depthRb->mt;
714 if (depth_mt && stencil_mt) {
715 if (depth_mt == stencil_mt) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
707 depth_mt = depthRb->mt;
714 if (depth_mt && stencil_mt) {
715 if (depth_mt == stencil_mt) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
707 depth_mt = depthRb->mt;
714 if (depth_mt && stencil_mt) {
715 if (depth_mt == stencil_mt) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {

Completed in 382 milliseconds