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.c515 unsigned ptWidth; in guess_and_alloc_texture() local
583 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
589 ptWidth, in guess_and_alloc_texture()
670 unsigned ptWidth; in st_AllocTextureImageBuffer() local
675 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
681 ptWidth, in st_AllocTextureImageBuffer()
2468 unsigned ptWidth; in st_finalize_texture() local
2540 ptWidth = stObj->pt->width0; in st_finalize_texture()
2547 ptWidth = width > 1 ? width << firstImage->base.Level : 1; in st_finalize_texture()
2555 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture()
[all …]
Dst_texture.c206 unsigned ptWidth; in st_texture_match_image() local
221 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image()
226 if (ptWidth != u_minify(pt->width0, image->Level) || in st_texture_match_image()