Home
last modified time | relevance | path

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

/external/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.h850 ISL_AUX_OP_NONE, enumerator
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h871 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
927 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
991 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
1020 case ISL_AUX_OP_NONE: in blorp_emit_ps_config()
1169 case ISL_AUX_OP_NONE: in blorp_emit_depth_stencil_state()
1822 case ISL_AUX_OP_NONE: in blorp_emit_gen8_hiz_op()
2005 if (params->hiz_op != ISL_AUX_OP_NONE) { in blorp_exec()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resolve.c521 assert(op != ISL_AUX_OP_NONE); in iris_hiz_exec()
535 case ISL_AUX_OP_NONE: in iris_hiz_exec()
720 if (aux_op == ISL_AUX_OP_NONE) { in iris_resource_prepare_access()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c1581 assert(op != ISL_AUX_OP_NONE); in intel_hiz_exec()
1596 case ISL_AUX_OP_NONE: in intel_hiz_exec()
Dintel_mipmap_tree.c1841 if (aux_op == ISL_AUX_OP_NONE) { in intel_miptree_prepare_access()
/external/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp31 [ISL_AUX_OP_NONE ] = "ISL_AUX_OP_NONE", in PrintTo()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1302 enum isl_aux_op resolve_op = ISL_AUX_OP_NONE; in transition_color_buffer()
1318 if (resolve_op == ISL_AUX_OP_NONE) in transition_color_buffer()