Searched refs:has_depthstencil (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_image.h91 bool has_depthstencil; member in struct:__DRIimageRec
H A Dintel_screen.c561 image->has_depthstencil = irb->mt->stencil_mt? true : false;
618 image->has_depthstencil = iobj->mt->stencil_mt? true : false;
981 image->has_depthstencil = orig_image->has_depthstencil;
H A Dintel_tex_image.c623 if (image->has_depthstencil) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_image.h91 bool has_depthstencil; member in struct:__DRIimageRec
H A Dbrw_screen.c587 image->has_depthstencil = irb->mt->stencil_mt? true : false;
645 image->has_depthstencil = iobj->mt->stencil_mt? true : false;
1037 image->has_depthstencil = orig_image->has_depthstencil;
H A Dbrw_tex_image.c624 if (image->has_depthstencil) {

Completed in 12 milliseconds