Searched refs:wants_aux (Results 1 – 2 of 2) sorted by relevance
1567 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param() local1574 struct iris_bo *bo = wants_aux ? res->aux.bo : res->bo; in iris_resource_get_param()1589 *value = wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B; in iris_resource_get_param()1592 *value = wants_aux ? in iris_resource_get_param()1601 if (!wants_aux) in iris_resource_get_param()1609 if (!wants_aux) in iris_resource_get_param()1625 if (!wants_aux) in iris_resource_get_param()
969 bool wants_aux = mod_with_aux && plane > 0; in crocus_resource_get_param() local976 struct crocus_bo *bo = wants_aux ? res->aux.bo : res->bo; in crocus_resource_get_param()992 *value = wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B; in crocus_resource_get_param()995 *value = wants_aux ? res->aux.offset : 0; in crocus_resource_get_param()