Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_transfer.h39 #define ILO_TRANSFER_MAP_BUFFER_ALIGNMENT 64 macro
Dilo_transfer.c170 (box->x % ILO_TRANSFER_MAP_BUFFER_ALIGNMENT) + box->width; in xfer_alloc_staging_res()
303 ptr += (xfer->base.box.x % ILO_TRANSFER_MAP_BUFFER_ALIGNMENT); in xfer_map()
1018 xfer->base.box.x % ILO_TRANSFER_MAP_BUFFER_ALIGNMENT : 0; in copy_staging_resource()
Dilo_screen.c439 return ILO_TRANSFER_MAP_BUFFER_ALIGNMENT; in ilo_get_param()