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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1567 bool wants_aux = mod_with_aux && plane > 0; local in function:iris_resource_get_param
1574 struct iris_bo *bo = wants_aux ? res->aux.bo : res->bo;
1589 *value = wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B;
1592 *value = wants_aux ?
1601 if (!wants_aux)
1609 if (!wants_aux)
1625 if (!wants_aux)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c970 bool wants_aux = mod_with_aux && plane > 0; local in function:crocus_resource_get_param
977 struct crocus_bo *bo = wants_aux ? res->aux.bo : res->bo;
993 *value = wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B;
996 *value = wants_aux ? res->aux.offset : 0;

Completed in 8 milliseconds