Home
last modified time | relevance | path

Searched refs:ISL_AUX_OP_FULL_RESOLVE (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl_aux_info.c144 return ISL_AUX_OP_FULL_RESOLVE; in isl_aux_prepare_access()
151 ISL_AUX_OP_PARTIAL_RESOLVE : ISL_AUX_OP_FULL_RESOLVE; in isl_aux_prepare_access()
154 ISL_AUX_OP_NONE : ISL_AUX_OP_FULL_RESOLVE; in isl_aux_prepare_access()
191 case ISL_AUX_OP_FULL_RESOLVE: in isl_aux_state_transition_aux_op()
Disl.h870 ISL_AUX_OP_FULL_RESOLVE, enumerator
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h883 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
887 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
921 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
993 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
1014 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
1164 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_depth_stencil_state()
1725 params->hiz_op == ISL_AUX_OP_FULL_RESOLVE); in blorp_emit_gen8_hiz_op()
1757 params->hiz_op == ISL_AUX_OP_FULL_RESOLVE) { in blorp_emit_gen8_hiz_op()
1807 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_gen8_hiz_op()
1851 params->hiz_op == ISL_AUX_OP_FULL_RESOLVE) { in blorp_emit_gen8_hiz_op()
Dblorp_clear.c1085 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE || in blorp_ccs_resolve()
1089 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE || in blorp_ccs_resolve()
1093 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE); in blorp_ccs_resolve()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c211 ISL_AUX_OP_FULL_RESOLVE); in brw_fast_clear_depth()
Dbrw_blorp.c1586 case ISL_AUX_OP_FULL_RESOLVE: in intel_hiz_exec()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c521 ISL_AUX_OP_FULL_RESOLVE, false); in fast_clear_depth()
Diris_resolve.c525 case ISL_AUX_OP_FULL_RESOLVE: in iris_hiz_exec()
/external/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp33 [ISL_AUX_OP_FULL_RESOLVE ] = "ISL_AUX_OP_FULL_RESOLVE", in PrintTo()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c2060 case ISL_AUX_OP_FULL_RESOLVE: in anv_image_mcs_op()
2137 case ISL_AUX_OP_FULL_RESOLVE: in anv_image_ccs_op()
DgenX_cmd_buffer.c616 0, base_layer, layer_count, ISL_AUX_OP_FULL_RESOLVE); in transition_depth_buffer()
787 if (resolve_op == ISL_AUX_OP_FULL_RESOLVE) { in anv_cmd_compute_resolve_predicate()
926 resolve_op = ISL_AUX_OP_FULL_RESOLVE; in anv_cmd_predicated_ccs_resolve()
1316 resolve_op = ISL_AUX_OP_FULL_RESOLVE; in transition_color_buffer()