Searched refs:wants_aux (Results 1 – 1 of 1) sorted by relevance
1164 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param() local1171 struct iris_bo *bo = wants_aux ? res->aux.bo : res->bo; in iris_resource_get_param()1187 *value = wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B; in iris_resource_get_param()1190 *value = wants_aux ? res->aux.offset : 0; in iris_resource_get_param()