Home
last modified time | relevance | path

Searched refs:aux_disable (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c67 enum intel_aux_disable aux_disable) in compute_msaa_layout() argument
93 } else if (aux_disable & INTEL_AUX_DISABLE_MCS) { in compute_msaa_layout()
152 if (mt->aux_disable & INTEL_AUX_DISABLE_MCS) in intel_miptree_supports_non_msrt_fast_clear()
325 mt->aux_disable = (layout_flags & MIPTREE_LAYOUT_DISABLE_AUX) != 0 ? in intel_miptree_create_layout()
327 mt->aux_disable |= INTEL_AUX_DISABLE_CCS; in intel_miptree_create_layout()
340 mt->msaa_layout = compute_msaa_layout(brw, format, mt->aux_disable); in intel_miptree_create_layout()
531 if (mt->aux_disable & INTEL_AUX_DISABLE_MCS) in intel_miptree_create_layout()
739 mt->aux_disable &= ~INTEL_AUX_DISABLE_CCS; in intel_miptree_create()
861 singlesample_mt->aux_disable &= ~INTEL_AUX_DISABLE_CCS; in intel_update_winsys_renderbuffer_miptree()
1527 assert((mt->aux_disable & INTEL_AUX_DISABLE_MCS) == 0); in intel_miptree_alloc_mcs()
[all …]
Dintel_mipmap_tree.h651 enum intel_aux_disable aux_disable; member
Dbrw_draw.c421 !(irb->mt->aux_disable & INTEL_AUX_DISABLE_CCS) && in brw_predraw_set_aux_buffers()
Dbrw_blorp.c813 if (irb->mt->aux_disable & INTEL_AUX_DISABLE_CCS || in do_single_blorp_clear()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_image.h98 bool aux_disable; member
Dilo_image.c318 if (info->aux_disable) in image_get_gen6_hiz_enable()
353 if (info->aux_disable) in image_get_gen7_mcs_enable()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_resource.c197 info->aux_disable = (templ->usage == PIPE_USAGE_STAGING); in resource_get_image_info()