Home
last modified time | relevance | path

Searched refs:has_mcs (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c442 const bool has_mcs = devinfo->ver >= 7 && !res->mod_info && in crocus_resource_configure_aux() local
456 assert(has_ccs + has_mcs + has_hiz <= 1); in crocus_resource_configure_aux()
460 } else if (has_mcs) { in crocus_resource_configure_aux()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c789 const bool has_mcs = in iris_resource_configure_aux() local
799 if (has_mcs) { in iris_resource_configure_aux()
809 assert(!has_mcs); in iris_resource_configure_aux()