Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1164 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param() local
1171 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()