Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h50 #define TILE_X_STRIDE (TGSI_NUM_CHANNELS * TILE_C_STRIDE) //64 macro
67 unsigned ix = (x / TILE_VECTOR_WIDTH) * TILE_X_STRIDE; in tile_pixel_offset()