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.c500 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local
567 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
574 ptHeight, in guess_and_alloc_texture()
652 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local
656 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
663 ptHeight, in st_AllocTextureImageBuffer()
2446 GLuint ptWidth, ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local
2524 ptHeight = stObj->pt->height0; in st_finalize_texture()
2531 ptHeight = height > 1 ? height << firstImage->base.Level : 1; in st_finalize_texture()
2538 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture()
[all …]
Dst_texture.c205 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_texture_match_image() local
219 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image()
225 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()