Searched refs:ISL_AUX_STATE_CLEAR (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_aux_info.c | 109 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 D | isl.h | 969 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 D | brw_clear.c | 195 if (aux_state != ISL_AUX_STATE_CLEAR && 223 if (aux_state != ISL_AUX_STATE_CLEAR) { 232 ISL_AUX_STATE_CLEAR);
|
| H A D | intel_mipmap_tree.c | 1806 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 D | brw_blorp.c | 1283 /* 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 D | brw_clear.c | 197 if (aux_state != ISL_AUX_STATE_CLEAR && 224 if (aux_state != ISL_AUX_STATE_CLEAR) { 233 ISL_AUX_STATE_CLEAR);
|
| H A D | brw_blorp.c | 1260 /* 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 D | brw_mipmap_tree.c | 1557 initial_state = ISL_AUX_STATE_CLEAR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 237 /* 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 D | iris_resolve.c | 757 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 D | iris_resource.c | 370 initial_state = ISL_AUX_STATE_CLEAR;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_clear.c | 234 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 D | crocus_resource.c | 483 initial_state = ISL_AUX_STATE_CLEAR;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 243 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 D | iris_resolve.c | 846 if (aux_state == ISL_AUX_STATE_CLEAR ||
|
| H A D | iris_resource.c | 813 initial_state = ISL_AUX_STATE_CLEAR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl.h | 761 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 D | isl_aux_info_test.cpp | 133 [ISL_AUX_STATE_CLEAR ] = "ISL_AUX_STATE_CLEAR",
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 2188 case ISL_AUX_STATE_CLEAR: 2261 case ISL_AUX_STATE_CLEAR:
|
Completed in 44 milliseconds