Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c954 bool mod_with_aux = in crocus_resource_disable_aux_on_first_query() local
961 if (!mod_with_aux && in crocus_resource_disable_aux_on_first_query()
981 bool mod_with_aux = in crocus_resource_get_param() local
983 bool wants_aux = mod_with_aux && plane > 0; in crocus_resource_get_param()
996 if (mod_with_aux) { in crocus_resource_get_param()
1051 bool mod_with_aux = in crocus_resource_get_handle() local
1057 if (mod_with_aux && whandle->plane > 0) { in crocus_resource_get_handle()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1673 bool mod_with_aux = in iris_resource_disable_aux_on_first_query() local
1680 if (!mod_with_aux && in iris_resource_disable_aux_on_first_query()
1700 bool mod_with_aux = in iris_resource_get_param() local
1702 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param()
1703 bool wants_cc = mod_with_aux && in iris_resource_get_param()
1718 if (mod_with_aux) { in iris_resource_get_param()
1795 bool mod_with_aux = in iris_resource_get_handle() local
1808 } else if (mod_with_aux && whandle->plane > 0) { in iris_resource_get_handle()