Searched refs:ptDepth (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1369 SVGAMobFormat ptDepth; member 1566 SVGAMobFormat ptDepth; member 1578 SVGAMobFormat ptDepth; member 1597 SVGAMobFormat ptDepth; member 1618 SVGAMobFormat ptDepth; member 1646 SVGAMobFormat ptDepth; member 1661 SVGAMobFormat ptDepth; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 613 uint16_t ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 680 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 688 ptDepth, in guess_and_alloc_texture() 772 uint16_t ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 776 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 784 ptDepth, in st_AllocTextureImageBuffer() 2671 uint16_t ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2736 ptDepth = stObj->pt->depth0; in st_finalize_texture() 2743 ptDepth = depth > 1 ? depth << firstImage->base.Level : 1; in st_finalize_texture() 2749 if (ptWidth == 1 && ptHeight == 1 && ptDepth == 1) { in st_finalize_texture() [all …]
|
D | st_texture.c | 208 uint16_t ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 222 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 229 ptDepth != u_minify(pt->depth0, image->Level) || in st_texture_match_image()
|