Home
last modified time | relevance | path

Searched refs:ptWidth (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c612 unsigned ptWidth; in guess_and_alloc_texture() local
680 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
686 ptWidth, in guess_and_alloc_texture()
771 unsigned ptWidth; in st_AllocTextureImageBuffer() local
776 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
782 ptWidth, in st_AllocTextureImageBuffer()
2670 unsigned ptWidth; in st_finalize_texture() local
2734 ptWidth = stObj->pt->width0; in st_finalize_texture()
2741 ptWidth = width > 1 ? width << firstImage->base.Level : 1; in st_finalize_texture()
2749 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture()
[all …]
Dst_texture.c207 unsigned ptWidth; in st_texture_match_image() local
222 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image()
227 if (ptWidth != u_minify(pt->width0, image->Level) || in st_texture_match_image()