Searched refs:ptLayers (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
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()
|
D | st_cb_texture.c | 918 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 985 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 994 ptLayers, 0, in guess_and_alloc_texture() 1077 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 1081 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 1090 ptLayers, 0, in st_AllocTextureImageBuffer() 2992 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 3047 &width, &height, &depth, &ptLayers); in st_finalize_texture() 3106 stObj->pt->array_size != ptLayers) in st_finalize_texture() 3129 ptLayers, ptNumSamples, in st_finalize_texture() [all …]
|