Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c516 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local
583 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
590 ptHeight, in guess_and_alloc_texture()
671 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local
675 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
682 ptHeight, in st_AllocTextureImageBuffer()
2469 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local
2541 ptHeight = stObj->pt->height0; in st_finalize_texture()
2548 ptHeight = height > 1 ? height << firstImage->base.Level : 1; in st_finalize_texture()
2555 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture()
[all …]
Dst_texture.c207 uint16_t ptHeight, ptDepth, ptLayers; in st_texture_match_image() local
221 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image()
227 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()