Searched refs:ptLayers (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 210 uint16_t ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 224 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 232 ptLayers != pt->array_size) in st_texture_match_image()
|
H A D | st_cb_texture.c | 830 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 897 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 906 ptLayers, 0, in guess_and_alloc_texture() 990 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 994 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 1003 ptLayers, 0, in st_AllocTextureImageBuffer() 2914 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2969 &width, &height, &depth, &ptLayers); in st_finalize_texture() 3028 tObj->pt->array_size != ptLayers) in st_finalize_texture() 3051 ptLayers, ptNumSample in st_finalize_texture() 3187 uint16_t ptHeight, ptDepth, ptLayers; st_texture_storage() local [all...] |
Completed in 6 milliseconds