Searched refs:ptWidth (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
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 == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture() [all …]
|
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()
|