Home
last modified time | relevance | path

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

/third_party/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.h1068 ISL_AUX_OP_FULL_RESOLVE, enumerator
Disl.c3574 [ISL_AUX_OP_FULL_RESOLVE] = "full-resolve", in isl_aux_op_to_name()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h914 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
918 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
952 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
1024 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
1045 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_ps_config()
1194 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_depth_stencil_state()
1864 case ISL_AUX_OP_FULL_RESOLVE: in blorp_emit_gfx8_hiz_op()
Dblorp_clear.c1190 case ISL_AUX_OP_FULL_RESOLVE: in blorp_ccs_resolve()
1243 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE || in blorp_ccs_resolve()
1247 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE || in blorp_ccs_resolve()
1251 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE); in blorp_ccs_resolve()
Dblorp.c419 case ISL_AUX_OP_FULL_RESOLVE: in blorp_hiz_op()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resolve.c467 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE || in iris_resolve_color()
573 case ISL_AUX_OP_FULL_RESOLVE: in iris_hiz_exec()
Diris_clear.c463 ISL_AUX_OP_FULL_RESOLVE, false); in fast_clear_depth()
/third_party/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp33 [ISL_AUX_OP_FULL_RESOLVE ] = "ISL_AUX_OP_FULL_RESOLVE", in PrintTo()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c507 ISL_AUX_OP_FULL_RESOLVE, false); in fast_clear_depth()
Dcrocus_resolve.c617 case ISL_AUX_OP_FULL_RESOLVE: in crocus_hiz_exec()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c1877 case ISL_AUX_OP_FULL_RESOLVE: in anv_image_mcs_op()
1970 case ISL_AUX_OP_FULL_RESOLVE: in anv_image_ccs_op()
DgenX_cmd_buffer.c685 0, base_layer, layer_count, ISL_AUX_OP_FULL_RESOLVE); in transition_depth_buffer()
858 if (resolve_op == ISL_AUX_OP_FULL_RESOLVE) { in anv_cmd_compute_resolve_predicate()
995 resolve_op = ISL_AUX_OP_FULL_RESOLVE; in anv_cmd_predicated_ccs_resolve()
1486 resolve_op = ISL_AUX_OP_FULL_RESOLVE; in transition_color_buffer()