Searched refs:ptWidth (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 829 unsigned ptWidth; in guess_and_alloc_texture() local 897 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 903 ptWidth, in guess_and_alloc_texture() 989 unsigned ptWidth; in st_AllocTextureImageBuffer() local 994 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 1000 ptWidth, in st_AllocTextureImageBuffer() 2913 unsigned ptWidth; in st_finalize_texture() local 2978 ptWidth = tObj->pt->width0; in st_finalize_texture() 2985 ptWidth = width > 1 ? width << firstImage->Level : 1; in st_finalize_texture() 2993 if (ptWidth in st_finalize_texture() 3186 unsigned ptWidth, bindings; st_texture_storage() local [all...] |
H A D | st_texture.c | 209 unsigned ptWidth; in st_texture_match_image() local 224 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 229 if (ptWidth != u_minify(pt->width0, image->Level) || in st_texture_match_image()
|
Completed in 6 milliseconds