Searched defs:ptDepth (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c205 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local
219 &ptWidth, &ptHeight, &ptDepth, &ptLayers);
226 ptDepth != u_minify(pt->depth0, image->Level) ||
H A Dst_cb_texture.c500 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local
567 &ptWidth, &ptHeight, &ptDepth, &ptLayers);
575 ptDepth,
652 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local
656 &ptWidth, &ptHeight, &ptDepth, &ptLayers);
664 ptDepth,
2446 GLuint ptWidth, ptHeight, ptDepth, ptLayers, ptNumSamples; local
2525 ptDepth = stObj->pt->depth0;
2532 ptDepth = depth > 1 ? depth << firstImage->base.Level : 1;
2538 if (ptWidth == 1 && ptHeight == 1 && ptDepth
2649 GLuint ptWidth, ptHeight, ptDepth, ptLayers, bindings; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1296 SVGAMobFormat ptDepth; member in struct:__anon15293
1495 SVGAMobFormat ptDepth; member in struct:__anon15305
1507 SVGAMobFormat ptDepth; member in struct:__anon15306
1528 SVGAMobFormat ptDepth; member in struct:SVGA3dCmdDefineGBMob
1557 SVGAMobFormat ptDepth; member in struct:SVGA3dCmdDefineGBMob64
1572 SVGAMobFormat ptDepth; member in struct:SVGA3dCmdRedefineGBMob64

Completed in 77 milliseconds