Searched refs:ptDepth (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1393 SVGAMobFormat ptDepth; member 1590 SVGAMobFormat ptDepth; member 1602 SVGAMobFormat ptDepth; member 1621 SVGAMobFormat ptDepth; member 1642 SVGAMobFormat ptDepth; member 1670 SVGAMobFormat ptDepth; member 1685 SVGAMobFormat ptDepth; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
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() 905 ptDepth, in guess_and_alloc_texture() 990 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 994 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 1002 ptDepth, in st_AllocTextureImageBuffer() 2914 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2980 ptDepth = tObj->pt->depth0; in st_finalize_texture() 2987 ptDepth = depth > 1 ? depth << firstImage->Level : 1; in st_finalize_texture() 2993 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture() [all …]
|
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() 231 ptDepth != u_minify(pt->depth0, image->Level) || in st_texture_match_image()
|