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.c940 bool mod_with_aux = in crocus_resource_disable_aux_on_first_query() local
947 if (!mod_with_aux && in crocus_resource_disable_aux_on_first_query()
967 bool mod_with_aux = in crocus_resource_get_param() local
969 bool wants_aux = mod_with_aux && plane > 0; in crocus_resource_get_param()
982 if (mod_with_aux) { in crocus_resource_get_param()
1037 bool mod_with_aux = in crocus_resource_get_handle() local
1043 if (mod_with_aux && whandle->plane > 0) { in crocus_resource_get_handle()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1538 bool mod_with_aux = in iris_resource_disable_aux_on_first_query() local
1545 if (!mod_with_aux && in iris_resource_disable_aux_on_first_query()
1565 bool mod_with_aux = in iris_resource_get_param() local
1567 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param()
1580 if (mod_with_aux) { in iris_resource_get_param()
1646 bool mod_with_aux = in iris_resource_get_handle() local
1659 } else if (mod_with_aux && whandle->plane > 0) { in iris_resource_get_handle()