Searched refs:_mesa_has_depthstencil_combined (Results 1 – 4 of 4) sorted by relevance
267 if (_mesa_has_depthstencil_combined(readFB) && in st_BlitFramebuffer()268 _mesa_has_depthstencil_combined(drawFB)) { in st_BlitFramebuffer()
109 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb);
159 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path()
671 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb) in _mesa_has_depthstencil_combined() function1487 !_mesa_has_depthstencil_combined(fb)) { in _mesa_test_framebuffer_completeness()