Searched refs:ISL_AUX_OP_FAST_CLEAR (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 922 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 949 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 1027 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 1042 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 1200 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_depth_stencil_state() 1546 if (aux_op != ISL_AUX_OP_FAST_CLEAR) { in blorp_emit_surface_state() 1810 assert(params->hiz_op == ISL_AUX_OP_FAST_CLEAR); in blorp_emit_gfx8_hiz_op() 1831 if (params->depth.enabled && params->hiz_op == ISL_AUX_OP_FAST_CLEAR) { in blorp_emit_gfx8_hiz_op() 1858 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_gfx8_hiz_op() 1911 if (info->clear_color_addr.buffer && op == ISL_AUX_OP_FAST_CLEAR) { in blorp_update_clear_color()
|
D | blorp_clear.c | 465 params.fast_clear_op = ISL_AUX_OP_FAST_CLEAR; in blorp_fast_clear() 1023 params.hiz_op = ISL_AUX_OP_FAST_CLEAR; in blorp_hiz_clear_depth_stencil() 1086 params.hiz_op = ISL_AUX_OP_FAST_CLEAR; in blorp_gfx8_hiz_clear_attachments()
|
D | blorp.c | 425 case ISL_AUX_OP_FAST_CLEAR: in blorp_hiz_op()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_aux_info.c | 181 case ISL_AUX_OP_FAST_CLEAR: in isl_aux_state_transition_aux_op()
|
D | isl.h | 1058 ISL_AUX_OP_FAST_CLEAR, enumerator
|
D | isl.c | 3573 [ISL_AUX_OP_FAST_CLEAR] = "fast-clear", in isl_aux_op_to_name()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 499 box->z + l, 1, ISL_AUX_OP_FAST_CLEAR, in fast_clear_depth()
|
D | iris_resolve.c | 579 case ISL_AUX_OP_FAST_CLEAR: in iris_hiz_exec()
|
/third_party/mesa3d/src/intel/isl/tests/ |
D | isl_aux_info_test.cpp | 32 [ISL_AUX_OP_FAST_CLEAR ] = "ISL_AUX_OP_FAST_CLEAR", in PrintTo()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 528 box->z + l, 1, ISL_AUX_OP_FAST_CLEAR, in fast_clear_depth()
|
D | crocus_resolve.c | 623 case ISL_AUX_OP_FAST_CLEAR: in crocus_hiz_exec()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 1868 case ISL_AUX_OP_FAST_CLEAR: in anv_image_mcs_op() 1965 case ISL_AUX_OP_FAST_CLEAR: in anv_image_ccs_op()
|
D | genX_cmd_buffer.c | 1434 ISL_AUX_OP_FAST_CLEAR, NULL, false); in transition_color_buffer() 6589 0, 0, 1, ISL_AUX_OP_FAST_CLEAR, in genX() 6597 0, 1, ISL_AUX_OP_FAST_CLEAR, in genX()
|