Searched refs:texSize (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_pixeltransfer.c | 53 const uint texSize = pt->width0; local in function:load_color_map_texture 59 0, 0, texSize, texSize, &transfer); 67 for (i = 0; i < texSize; i++) { 68 for (j = 0; j < texSize; j++) { 70 int k = (i * texSize + j); 72 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize]; 73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize]; 74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize]; 75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; [all...] |
| H A D | st_texture.c | 414 const uint texSize = 256; /* simple, and usually perfect */ local in function:st_create_color_map_texture 423 texSize, texSize, 1, 1, 0, PIPE_BIND_SAMPLER_VIEW);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_pixeltransfer.c | 53 const uint texSize = pt->width0; local in function:load_color_map_texture 59 0, 0, texSize, texSize, &transfer); 67 for (i = 0; i < texSize; i++) { 68 for (j = 0; j < texSize; j++) { 70 int k = (i * texSize + j); 72 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize]; 73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize]; 74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize]; 75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; [all...] |
| H A D | st_texture.c | 416 const uint texSize = 256; /* simple, and usually perfect */ local in function:st_create_color_map_texture 425 texSize, texSize, 1, 1, 0, PIPE_BIND_SAMPLER_VIEW);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_screen.h | 130 int texSize[RADEON_NR_TEX_HEAPS]; member in struct:radeon_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_screen.h | 140 int texSize[RADEON_NR_TEX_HEAPS]; member in struct:radeon_screen
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx.h | 259 int texSize; member in struct:_TDFXRec
|
| H A D | tdfx_driver.c | 2178 * pTDFX->texSize < 0 means that the DRI is disabled. pTDFX->backOffset 2183 pTDFX->texSize = -1; 2191 pTDFX->texSize = pTDFX->backOffset - pTDFX->texOffset; 2193 (float)pTDFX->texSize/1024.0/1024.0); 2211 if (pTDFX->texSize > 0) { 2221 pTDFX->texOffset + pTDFX->texSize); 2315 * pTDFX->pixmapCacheLinesMin when pTDFX->texSize < 0. DRI is disabled 2353 } else if (pTDFX->texSize < 0) {
|
| H A D | tdfx_dri.c | 312 pTDFXDRI->textureSize=pTDFX->texSize;
|
Completed in 10 milliseconds