Searched refs:_mesa_has_depthstencil_combined (Results 1 – 4 of 4) sorted by relevance
283 if (_mesa_has_depthstencil_combined(readFB) && in st_BlitFramebuffer()284 _mesa_has_depthstencil_combined(drawFB)) { in st_BlitFramebuffer()
104 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb);
157 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path()
634 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb) in _mesa_has_depthstencil_combined() function1273 !_mesa_has_depthstencil_combined(fb)) { in _mesa_test_framebuffer_completeness()