Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c918 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local
985 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
992 ptHeight, in guess_and_alloc_texture()
1077 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local
1081 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
1088 ptHeight, in st_AllocTextureImageBuffer()
2992 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local
3057 ptHeight = stObj->pt->height0; in st_finalize_texture()
3064 ptHeight = height > 1 ? height << firstImage->base.Level : 1; in st_finalize_texture()
3071 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture()
[all …]
Dst_texture.c210 uint16_t ptHeight, ptDepth, ptLayers; in st_texture_match_image() local
224 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image()
230 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()