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.c329 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local
384 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture()
390 ptWidth, in guess_and_alloc_texture()
468 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local
472 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer()
478 ptWidth, in st_AllocTextureImageBuffer()
1182 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_finalize_texture() local
1231 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_finalize_texture()
1241 stObj->pt->width0 != ptWidth || in st_finalize_texture()
1264 ptWidth, 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()
195 if (ptWidth != u_minify(pt->width0, image->Level) || in st_texture_match_image()