Searched refs:ISL_AUX_OP_FAST_CLEAR (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 891 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 918 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 996 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 1011 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_ps_config() 1170 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_depth_stencil_state() 1479 if (aux_op != ISL_AUX_OP_FAST_CLEAR) { in blorp_emit_surface_state() 1724 assert(params->hiz_op == ISL_AUX_OP_FAST_CLEAR || in blorp_emit_gen8_hiz_op() 1727 assert(params->hiz_op == ISL_AUX_OP_FAST_CLEAR); in blorp_emit_gen8_hiz_op() 1750 if (params->depth.enabled && params->hiz_op == ISL_AUX_OP_FAST_CLEAR) { in blorp_emit_gen8_hiz_op() 1801 case ISL_AUX_OP_FAST_CLEAR: in blorp_emit_gen8_hiz_op() [all …]
|
D | blorp_clear.c | 354 params.fast_clear_op = ISL_AUX_OP_FAST_CLEAR; in blorp_fast_clear() 891 params.hiz_op = ISL_AUX_OP_FAST_CLEAR; in blorp_hiz_clear_depth_stencil() 953 params.hiz_op = ISL_AUX_OP_FAST_CLEAR; in blorp_gen8_hiz_clear_attachments()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clear.c | 229 ISL_AUX_OP_FAST_CLEAR); in brw_fast_clear_depth()
|
D | brw_blorp.c | 1592 case ISL_AUX_OP_FAST_CLEAR: in intel_hiz_exec()
|
/external/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 | 860 ISL_AUX_OP_FAST_CLEAR, enumerator
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 540 box->z + l, 1, ISL_AUX_OP_FAST_CLEAR, in fast_clear_depth()
|
D | iris_resolve.c | 531 case ISL_AUX_OP_FAST_CLEAR: in iris_hiz_exec()
|
/external/mesa3d/src/intel/isl/tests/ |
D | isl_aux_info_test.cpp | 32 [ISL_AUX_OP_FAST_CLEAR ] = "ISL_AUX_OP_FAST_CLEAR", in PrintTo()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 2051 case ISL_AUX_OP_FAST_CLEAR: in anv_image_mcs_op() 2132 case ISL_AUX_OP_FAST_CLEAR: in anv_image_ccs_op()
|
D | genX_cmd_buffer.c | 1277 ISL_AUX_OP_FAST_CLEAR, NULL, false); in transition_color_buffer() 5351 0, 0, 1, ISL_AUX_OP_FAST_CLEAR, in cmd_buffer_begin_subpass() 5359 0, 1, ISL_AUX_OP_FAST_CLEAR, in cmd_buffer_begin_subpass()
|