Searched refs:ptHeight (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 500 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 567 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 574 ptHeight, in guess_and_alloc_texture() 652 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 656 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 663 ptHeight, in st_AllocTextureImageBuffer() 2446 GLuint ptWidth, ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2524 ptHeight = stObj->pt->height0; in st_finalize_texture() 2531 ptHeight = height > 1 ? height << firstImage->base.Level : 1; in st_finalize_texture() 2538 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture() [all …]
|
D | st_texture.c | 205 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 219 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 225 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()
|