Home
last modified time | relevance | path

Searched refs:ISL_AUX_STATE_COMPRESSED_CLEAR (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c112 case ISL_AUX_STATE_COMPRESSED_CLEAR: in aux_state_possible()
142 case ISL_AUX_STATE_COMPRESSED_CLEAR: in isl_aux_prepare_access()
189 initial_state == ISL_AUX_STATE_COMPRESSED_CLEAR ? in isl_aux_state_transition_aux_op()
229 ISL_AUX_STATE_COMPRESSED_CLEAR : ISL_AUX_STATE_PASS_THROUGH; in isl_aux_state_transition_write()
236 ISL_AUX_STATE_PARTIAL_CLEAR : ISL_AUX_STATE_COMPRESSED_CLEAR; in isl_aux_state_transition_write()
243 ISL_AUX_STATE_COMPRESSED_CLEAR : initial_state; in isl_aux_state_transition_write()
244 case ISL_AUX_STATE_COMPRESSED_CLEAR: in isl_aux_state_transition_write()
Disl.h989 ISL_AUX_STATE_COMPRESSED_CLEAR, enumerator
2172 return mod_info->supports_clear_color ? ISL_AUX_STATE_COMPRESSED_CLEAR : in isl_drm_modifier_get_default_aux_state()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c198 aux_state != ISL_AUX_STATE_COMPRESSED_CLEAR) { in brw_fast_clear_depth()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c236 aux_state != ISL_AUX_STATE_COMPRESSED_CLEAR) { in fast_clear_color()
495 aux_state != ISL_AUX_STATE_COMPRESSED_CLEAR) { in fast_clear_depth()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c245 aux_state != ISL_AUX_STATE_COMPRESSED_CLEAR) { in fast_clear_color()
489 aux_state != ISL_AUX_STATE_COMPRESSED_CLEAR) { in fast_clear_depth()
Diris_resolve.c847 aux_state == ISL_AUX_STATE_COMPRESSED_CLEAR || in iris_resource_set_aux_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2112 return ISL_AUX_STATE_COMPRESSED_CLEAR; in anv_layout_to_aux_state()
2132 return ISL_AUX_STATE_COMPRESSED_CLEAR; in anv_layout_to_aux_state()
2140 return ISL_AUX_STATE_COMPRESSED_CLEAR; in anv_layout_to_aux_state()
2197 case ISL_AUX_STATE_COMPRESSED_CLEAR: in anv_layout_to_aux_usage()
2265 case ISL_AUX_STATE_COMPRESSED_CLEAR: in anv_layout_to_fast_clear_type()
/third_party/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp135 [ISL_AUX_STATE_COMPRESSED_CLEAR ] = "ISL_AUX_STATE_COMPRESSED_CLEAR", in PrintTo()