Home
last modified time | relevance | path

Searched refs:has_depthstencil (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_image.h91 bool has_depthstencil; member
Dbrw_screen.c587 image->has_depthstencil = irb->mt->stencil_mt? true : false; in brw_create_image_from_renderbuffer()
645 image->has_depthstencil = iobj->mt->stencil_mt? true : false; in brw_create_image_from_texture()
1037 image->has_depthstencil = orig_image->has_depthstencil; in brw_dup_image()
Dbrw_tex_image.c624 if (image->has_depthstencil) { in brw_image_target_texture()