Searched refs:PVR_UOBJ_MIN_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_drv.h45 * PVR_UOBJ_MIN_SIZE, with the last mandatory struct field specified.
49 * PVR_UOBJ_MIN_SIZE() - Fetch the minimum copy size of a compatible type object.
61 #define PVR_UOBJ_MIN_SIZE(_obj_name) _Generic(_obj_name \ macro
84 PVR_UOBJ_MIN_SIZE(_dest_obj), \
97 PVR_UOBJ_MIN_SIZE(_src_obj), \
112 PVR_UOBJ_MIN_SIZE((_dest_array)[0]), \
126 PVR_UOBJ_MIN_SIZE((_src_array)[0]), \

Completed in 309 milliseconds