Searched refs:ptWidth (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 550 unsigned ptWidth; local in function:guess_and_alloc_texture 618 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 624 ptWidth, 705 unsigned ptWidth; local in function:st_AllocTextureImageBuffer 710 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 716 ptWidth, 2593 unsigned ptWidth; local in function:st_finalize_texture 2657 ptWidth = stObj->pt->width0; 2664 ptWidth = width > 1 ? width << firstImage->base.Level : 1; 2672 if (ptWidth 2863 unsigned ptWidth, bindings; local in function:st_texture_storage [all...] |
| H A D | st_texture.c | 207 unsigned ptWidth; local in function:st_texture_match_image 222 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 227 if (ptWidth != u_minify(pt->width0, image->Level) ||
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 917 unsigned ptWidth; local in function:guess_and_alloc_texture 985 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 991 ptWidth, 1076 unsigned ptWidth; local in function:st_AllocTextureImageBuffer 1081 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 1087 ptWidth, 2991 unsigned ptWidth; local in function:st_finalize_texture 3056 ptWidth = stObj->pt->width0; 3063 ptWidth = width > 1 ? width << firstImage->base.Level : 1; 3071 if (ptWidth 3265 unsigned ptWidth, bindings; local in function:st_texture_storage [all...] |
| H A D | st_texture.c | 209 unsigned ptWidth; local in function:st_texture_match_image 224 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 229 if (ptWidth != u_minify(pt->width0, image->Level) ||
|
Completed in 12 milliseconds