Home
last modified time | relevance | path

Searched refs:_mesa_has_depthstencil_combined (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dfbobject.h97 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb);
Dblit.c570 if (_mesa_has_depthstencil_combined(readFB) && in do_blit_framebuffer()
571 _mesa_has_depthstencil_combined(drawFB)) { in do_blit_framebuffer()
Dreadpix.c170 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path()
Dfbobject.c701 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb) in _mesa_has_depthstencil_combined() function
1683 !_mesa_has_depthstencil_combined(fb)) { in _mesa_test_framebuffer_completeness()