Home
last modified time | relevance | path

Searched refs:ISL_AUX_OP_NONE (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c149 ISL_AUX_OP_NONE : in isl_aux_prepare_access()
154 ISL_AUX_OP_NONE : ISL_AUX_OP_FULL_RESOLVE; in isl_aux_prepare_access()
157 return ISL_AUX_OP_NONE; in isl_aux_prepare_access()
160 ISL_AUX_OP_NONE : ISL_AUX_OP_AMBIGUATE; in isl_aux_prepare_access()
176 assert(usage != ISL_AUX_USAGE_NONE || op == ISL_AUX_OP_NONE); in isl_aux_state_transition_aux_op()
179 case ISL_AUX_OP_NONE: in isl_aux_state_transition_aux_op()
Disl.h1048 ISL_AUX_OP_NONE, enumerator
Disl.c3572 [ISL_AUX_OP_NONE] = "none", in isl_aux_op_to_name()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h902 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
958 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
1022 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
1051 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
1199 case ISL_AUX_OP_NONE: in blorp_emit_depth_stencil_state()
1873 case ISL_AUX_OP_NONE: in blorp_emit_gfx8_hiz_op()
2037 if (params->hiz_op != ISL_AUX_OP_NONE) { in blorp_exec_3d()
2132 assert(params->hiz_op == ISL_AUX_OP_NONE); in blorp_exec_compute()
2409 assert(params->hiz_op == ISL_AUX_OP_NONE); in blorp_xy_block_copy_blt()
Dblorp.c429 case ISL_AUX_OP_NONE: in blorp_hiz_op()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resolve.c567 assert(op != ISL_AUX_OP_NONE); in iris_hiz_exec()
583 case ISL_AUX_OP_NONE: in iris_hiz_exec()
774 if (aux_op == ISL_AUX_OP_NONE) { in iris_resource_prepare_access()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resolve.c613 assert(op != ISL_AUX_OP_NONE); in crocus_hiz_exec()
627 case ISL_AUX_OP_NONE: in crocus_hiz_exec()
857 if (aux_op == ISL_AUX_OP_NONE) { in crocus_resource_prepare_access()
/third_party/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp31 [ISL_AUX_OP_NONE ] = "ISL_AUX_OP_NONE", in PrintTo()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1476 enum isl_aux_op resolve_op = ISL_AUX_OP_NONE; in transition_color_buffer()
1488 if (resolve_op == ISL_AUX_OP_NONE) in transition_color_buffer()