Searched refs:ptHeight (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 613 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 680 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 687 ptHeight, in guess_and_alloc_texture() 772 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 776 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 783 ptHeight, in st_AllocTextureImageBuffer() 2671 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2735 ptHeight = stObj->pt->height0; in st_finalize_texture() 2742 ptHeight = height > 1 ? height << firstImage->base.Level : 1; in st_finalize_texture() 2749 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture() [all …]
|
D | st_texture.c | 208 uint16_t ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 222 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 228 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()
|