Searched refs:_mesa_has_depthstencil_combined (Results 1 – 4 of 4) sorted by relevance
97 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb);
570 if (_mesa_has_depthstencil_combined(readFB) && in do_blit_framebuffer()571 _mesa_has_depthstencil_combined(drawFB)) { in do_blit_framebuffer()
170 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path()
701 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb) in _mesa_has_depthstencil_combined() function1683 !_mesa_has_depthstencil_combined(fb)) { in _mesa_test_framebuffer_completeness()