Searched refs:ISL_AUX_STATE_CLEAR (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_aux_info.c109 case ISL_AUX_STATE_CLEAR:
146 case ISL_AUX_STATE_CLEAR:
183 return ISL_AUX_STATE_CLEAR;
187 return initial_state == ISL_AUX_STATE_CLEAR ||
233 case ISL_AUX_STATE_CLEAR:
H A Disl.h969 ISL_AUX_STATE_CLEAR, enumerator in enum:isl_aux_state
2144 * - ISL_AUX_STATE_CLEAR
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c195 if (aux_state != ISL_AUX_STATE_CLEAR &&
223 if (aux_state != ISL_AUX_STATE_CLEAR) {
232 ISL_AUX_STATE_CLEAR);
H A Dintel_mipmap_tree.c1806 initial_state = ISL_AUX_STATE_CLEAR;
2017 case ISL_AUX_STATE_CLEAR:
2051 case ISL_AUX_STATE_CLEAR:
2143 case ISL_AUX_STATE_CLEAR:
2179 case ISL_AUX_STATE_CLEAR:
2212 case ISL_AUX_STATE_CLEAR:
2241 case ISL_AUX_STATE_CLEAR:
2269 case ISL_AUX_STATE_CLEAR:
2323 case ISL_AUX_STATE_CLEAR:
H A Dbrw_blorp.c1283 /* If the buffer is already in ISL_AUX_STATE_CLEAR and the clear color
1287 aux_state == ISL_AUX_STATE_CLEAR) {
1327 ISL_AUX_STATE_CLEAR);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c197 if (aux_state != ISL_AUX_STATE_CLEAR &&
224 if (aux_state != ISL_AUX_STATE_CLEAR) {
233 ISL_AUX_STATE_CLEAR);
H A Dbrw_blorp.c1260 /* If the buffer is already in ISL_AUX_STATE_CLEAR and the clear color
1264 aux_state == ISL_AUX_STATE_CLEAR) {
1305 ISL_AUX_STATE_CLEAR);
H A Dbrw_mipmap_tree.c1557 initial_state = ISL_AUX_STATE_CLEAR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c237 /* If the buffer is already in ISL_AUX_STATE_CLEAR, and the color hasn't
240 if (!color_changed && aux_state == ISL_AUX_STATE_CLEAR)
258 * ISL_AUX_STATE_CLEAR, or to update the fast clear color (or both).
283 box->depth, ISL_AUX_STATE_CLEAR);
443 if (aux_state != ISL_AUX_STATE_CLEAR &&
469 if (aux_state != ISL_AUX_STATE_CLEAR) {
477 ISL_AUX_STATE_CLEAR);
H A Diris_resolve.c757 case ISL_AUX_STATE_CLEAR:
791 case ISL_AUX_STATE_CLEAR:
884 case ISL_AUX_STATE_CLEAR:
920 case ISL_AUX_STATE_CLEAR:
954 case ISL_AUX_STATE_CLEAR:
983 case ISL_AUX_STATE_CLEAR:
1012 case ISL_AUX_STATE_CLEAR:
1066 case ISL_AUX_STATE_CLEAR:
H A Diris_resource.c370 initial_state = ISL_AUX_STATE_CLEAR;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c234 if (aux_state != ISL_AUX_STATE_CLEAR &&
267 /* If the buffer is already in ISL_AUX_STATE_CLEAR, and the color hasn't
272 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR)
292 * ISL_AUX_STATE_CLEAR, or to update the fast clear color (or both).
320 box->depth, ISL_AUX_STATE_CLEAR);
494 if (aux_state != ISL_AUX_STATE_CLEAR &&
522 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) {
523 if (aux_state == ISL_AUX_STATE_CLEAR) {
534 ISL_AUX_STATE_CLEAR);
H A Dcrocus_resource.c483 initial_state = ISL_AUX_STATE_CLEAR;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c243 if (aux_state != ISL_AUX_STATE_CLEAR &&
284 /* If the buffer is already in ISL_AUX_STATE_CLEAR, and the color hasn't
289 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR)
312 * ISL_AUX_STATE_CLEAR, or to update the fast clear color (or both).
336 box->depth, ISL_AUX_STATE_CLEAR);
489 if (aux_state != ISL_AUX_STATE_CLEAR &&
532 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) {
533 if (aux_state == ISL_AUX_STATE_CLEAR) {
544 ISL_AUX_STATE_CLEAR);
H A Diris_resolve.c846 if (aux_state == ISL_AUX_STATE_CLEAR ||
H A Diris_resource.c813 initial_state = ISL_AUX_STATE_CLEAR;
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.h761 ISL_AUX_STATE_CLEAR = 0, enumerator in enum:isl_aux_state
1656 * - ISL_AUX_STATE_CLEAR
/xsrc/external/mit/MesaLib/dist/src/intel/isl/tests/
H A Disl_aux_info_test.cpp133 [ISL_AUX_STATE_CLEAR ] = "ISL_AUX_STATE_CLEAR",
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c2188 case ISL_AUX_STATE_CLEAR:
2261 case ISL_AUX_STATE_CLEAR:

Completed in 44 milliseconds