Searched defs:TILE_SIZE (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_limits.h40 #define TILE_SIZE (1 << TILE_ORDER) macro
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h43 #define TILE_SIZE (1 << TILE_SIZE_LOG2) macro
54 unsigned x:TILE_ADDR_BITS; /* 16K / TILE_SIZE */
55 unsigned y:TILE_ADDR_BITS; /* 16K / TILE_SIZE */
66 float color[TILE_SIZE][TILE_SIZE][4];
67 uint color32[TILE_SIZE][TILE_SIZE];
68 uint depth32[TILE_SIZE][TILE_SIZE];
69 ushort depth16[TILE_SIZE][TILE_SIZ
[all...]
H A Dsp_tex_tile_cache.h44 #define TILE_SIZE (1 << TILE_SIZE_LOG2) macro
55 unsigned x:TEX_ADDR_BITS; /* 16K / TILE_SIZE */
56 unsigned y:TEX_ADDR_BITS; /* 16K / TILE_SIZE */
70 float color[TILE_SIZE][TILE_SIZE][4];
71 unsigned int colorui[TILE_SIZE][TILE_SIZE][4];
72 int colori[TILE_SIZE][TILE_SIZE][4];
142 addr.bits.x = x / TILE_SIZE;
[all...]
/external/opencv/cv/src/
H A Dcvsnakes.cpp106 #define TILE_SIZE (WTILE_SIZE + 2) macro
107 short dx[TILE_SIZE*TILE_SIZE], dy[TILE_SIZE*TILE_SIZE];
108 CvMat _dx = cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dx );
109 CvMat _dy = cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dy );
146 pX.init_deriv( TILE_SIZE
[all...]

Completed in 139 milliseconds