Searched refs:ptDepth (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 329 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 384 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 392 ptDepth, in guess_and_alloc_texture() 468 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 472 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 480 ptDepth, in st_AllocTextureImageBuffer() 1182 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_finalize_texture() local 1231 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_finalize_texture() 1243 stObj->pt->depth0 != ptDepth || in st_finalize_texture() 1266 ptDepth, in st_finalize_texture() [all …]
|
D | st_texture.c | 176 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 190 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 197 ptDepth != u_minify(pt->depth0, image->Level) || in st_texture_match_image()
|