| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_tile.c | 110 float *pRow = p; local in function:z16_get_tile_rgba 111 for (j = 0; j < w; j++, pRow += 4) { 112 pRow[0] = 113 pRow[1] = 114 pRow[2] = 115 pRow[3] = *src++ * scale; 139 float *pRow = p; local in function:z32_get_tile_rgba 140 for (j = 0; j < w; j++, pRow += 4) { 141 pRow[0] = 142 pRow[ 166 float *pRow = p; local in function:s8z24_get_tile_rgba 193 float *pRow = p; local in function:z24s8_get_tile_rgba 218 uint32_t *pRow = (uint32_t *)p; local in function:s8x24_get_tile_rgba 245 uint32_t *pRow = (uint32_t *)p; local in function:x24s8_get_tile_rgba 269 uint32_t *pRow = (uint32_t *)p; local in function:s8_get_tile_rgba 294 float *pRow = p; local in function:z32f_get_tile_rgba 319 float *pRow = p; local in function:z32f_x24s8_get_tile_rgba 345 uint32_t *pRow = (uint32_t *)p; local in function:x32_s8_get_tile_rgba [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_tile.c | 110 float *pRow = p; local in function:z16_get_tile_rgba 111 for (j = 0; j < w; j++, pRow += 4) { 112 pRow[0] = 113 pRow[1] = 114 pRow[2] = 115 pRow[3] = *src++ * scale; 139 float *pRow = p; local in function:z32_get_tile_rgba 140 for (j = 0; j < w; j++, pRow += 4) { 141 pRow[0] = 142 pRow[ 166 float *pRow = p; local in function:s8z24_get_tile_rgba 193 float *pRow = p; local in function:z24s8_get_tile_rgba 218 uint32_t *pRow = (uint32_t *)p; local in function:s8x24_get_tile_rgba 245 uint32_t *pRow = (uint32_t *)p; local in function:x24s8_get_tile_rgba 269 uint32_t *pRow = (uint32_t *)p; local in function:s8_get_tile_rgba 294 float *pRow = p; local in function:z32f_get_tile_rgba 319 float *pRow = p; local in function:z32f_x24s8_get_tile_rgba 345 uint32_t *pRow = (uint32_t *)p; local in function:x32_s8_get_tile_rgba [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_tri.c | 110 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \ 145 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \ 179 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \ 210 PIXEL_TYPE *ptr = pRow + i; \ 273 pRow[i] = PACK_5R6G5B(FixedToInt(span.red), \ 305 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \ 363 pRow[i] = (PIXEL_TYPE) p; \ 390 pRow[i] = (PIXEL_TYPE) p; \ 416 pRow[i] = (PIXEL_TYPE) p; \ 443 PIXEL_TYPE *ptr = pRow [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_tri.c | 109 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \ 144 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \ 178 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \ 209 PIXEL_TYPE *ptr = pRow + i; \ 272 pRow[i] = PACK_5R6G5B(FixedToInt(span.red), \ 304 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \ 362 pRow[i] = (PIXEL_TYPE) p; \ 389 pRow[i] = (PIXEL_TYPE) p; \ 415 pRow[i] = (PIXEL_TYPE) p; \ 442 PIXEL_TYPE *ptr = pRow [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_tritemp.h | 44 * rasterization (see pRow): 499 PIXEL_TYPE *pRow = NULL; local in function:NAME 600 pRow = (PIXEL_TYPE *) PIXEL_ADDRESS(FixedToInt(fxLeftEdge), span.y); 845 pRow = (PIXEL_TYPE *) ((GLubyte *) pRow + dPRowOuter); 877 pRow = (PIXEL_TYPE *) ((GLubyte *) pRow + dPRowInner);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_tritemp.h | 44 * rasterization (see pRow): 500 PIXEL_TYPE *pRow = NULL; local in function:NAME 601 pRow = (PIXEL_TYPE *) PIXEL_ADDRESS(FixedToInt(fxLeftEdge), span.y); 846 pRow = (PIXEL_TYPE *) ((GLubyte *) pRow + dPRowOuter); 878 pRow = (PIXEL_TYPE *) ((GLubyte *) pRow + dPRowInner);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | StoreTile.h | 97 uint16_t* pRow = (uint16_t*)ppDsts[0]; local in function:StorePixels::Store 98 pRow[0] = pPixSrc[0]; 99 pRow[1] = pPixSrc[2]; 101 pRow = (uint16_t*)ppDsts[1]; 102 pRow[0] = pPixSrc[1]; 103 pRow[1] = pPixSrc[3]; 150 uint32_t* pRow = (uint32_t*)ppDsts[0]; local in function:StorePixels::Store 151 pRow[0] = pPixSrc[0]; 152 pRow[1] = pPixSrc[2]; 154 pRow [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | StoreTile.h | 98 uint16_t* pRow = (uint16_t*)ppDsts[0]; local in function:StorePixels::Store 99 pRow[0] = pPixSrc[0]; 100 pRow[1] = pPixSrc[2]; 102 pRow = (uint16_t*)ppDsts[1]; 103 pRow[0] = pPixSrc[1]; 104 pRow[1] = pPixSrc[3]; 151 uint32_t* pRow = (uint32_t*)ppDsts[0]; local in function:StorePixels::Store 152 pRow[0] = pPixSrc[0]; 153 pRow[1] = pPixSrc[2]; 155 pRow [all...] |