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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c941 bool mod_with_aux = local in function:crocus_resource_disable_aux_on_first_query
948 if (!mod_with_aux &&
968 bool mod_with_aux = local in function:crocus_resource_get_param
970 bool wants_aux = mod_with_aux && plane > 0;
983 if (mod_with_aux) {
1038 bool mod_with_aux = local in function:crocus_resource_get_handle
1044 if (mod_with_aux && whandle->plane > 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1538 bool mod_with_aux = local in function:iris_resource_disable_aux_on_first_query
1545 if (!mod_with_aux &&
1565 bool mod_with_aux = local in function:iris_resource_get_param
1567 bool wants_aux = mod_with_aux && plane > 0;
1580 if (mod_with_aux) {
1646 bool mod_with_aux = local in function:iris_resource_get_handle
1659 } else if (mod_with_aux && whandle->plane > 0) {

Completed in 11 milliseconds