Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1567 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param() local
1574 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()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c969 bool wants_aux = mod_with_aux && plane > 0; in crocus_resource_get_param() local
976 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()