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.c329 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local
384 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
391 ptHeight, in guess_and_alloc_texture()
468 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local
472 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
479 ptHeight, in st_AllocTextureImageBuffer()
1182 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_finalize_texture() local
1231 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_finalize_texture()
1242 stObj->pt->height0 != ptHeight || in st_finalize_texture()
1265 ptHeight, in st_finalize_texture()
[all …]
Dst_texture.c176 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_texture_match_image() local
190 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image()
196 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()