Searched refs:ptDepth (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1296 SVGAMobFormat ptDepth; member 1495 SVGAMobFormat ptDepth; member 1507 SVGAMobFormat ptDepth; member 1528 SVGAMobFormat ptDepth; member 1557 SVGAMobFormat ptDepth; member 1572 SVGAMobFormat ptDepth; member
|
/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() 591 ptDepth, in guess_and_alloc_texture() 671 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 675 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 683 ptDepth, in st_AllocTextureImageBuffer() 2469 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2542 ptDepth = stObj->pt->depth0; in st_finalize_texture() 2549 ptDepth = depth > 1 ? depth << firstImage->base.Level : 1; in st_finalize_texture() 2555 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { 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() 228 ptDepth != u_minify(pt->depth0, image->Level) || in st_texture_match_image()
|