Searched refs:has_mcs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ | ||
| H A D | crocus_resource.c | 433 const bool has_mcs = devinfo->ver >= 7 && !res->mod_info && local in function:crocus_resource_configure_aux 447 assert(has_ccs + has_mcs + has_hiz <= 1); 451 } else if (has_mcs) { |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ | ||
| H A D | iris_resource.c | 737 const bool has_mcs = !res->mod_info && local in function:iris_resource_configure_aux 750 assert(!has_mcs || !has_hiz); 755 } else if (has_mcs) { |
Completed in 8 milliseconds