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/
H A Diris_resource.c1702 bool wants_aux = mod_with_aux && plane > 0; in iris_resource_get_param() local
1712 wants_aux ? res->aux.bo : res->bo; in iris_resource_get_param()
1728 wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B; in iris_resource_get_param()
1743 wants_aux ? res->aux.offset : 0; in iris_resource_get_param()
1750 if (!wants_aux) in iris_resource_get_param()
1758 if (!wants_aux) in iris_resource_get_param()
1774 if (!wants_aux) in iris_resource_get_param()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c983 bool wants_aux = mod_with_aux && plane > 0; in crocus_resource_get_param() local
990 struct crocus_bo *bo = wants_aux ? res->aux.bo : res->bo; in crocus_resource_get_param()
1006 *value = wants_aux ? res->aux.surf.row_pitch_B : res->surf.row_pitch_B; in crocus_resource_get_param()
1009 *value = wants_aux ? res->aux.offset : 0; in crocus_resource_get_param()

Completed in 8 milliseconds