Searched refs:ptLayers (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 516 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 583 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 592 ptLayers, 0, in guess_and_alloc_texture() 671 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 675 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 684 ptLayers, 0, in st_AllocTextureImageBuffer() 2469 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2531 &width, &height, &depth, &ptLayers); in st_finalize_texture() 2590 stObj->pt->array_size != ptLayers) in st_finalize_texture() 2613 ptLayers, ptNumSamples, in st_finalize_texture() [all …]
|
D | st_texture.c | 207 uint16_t ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 221 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 229 ptLayers != pt->array_size) in st_texture_match_image()
|