Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c101 st_is_depth_stencil_combined(srcDepth, srcStencil) && in st_BlitFramebuffer_resolve()
102 st_is_depth_stencil_combined(dstDepth, dstStencil); in st_BlitFramebuffer_resolve()
292 st_is_depth_stencil_combined(srcDepth, srcStencil) && in st_BlitFramebuffer()
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) { in st_BlitFramebuffer()
Dst_cb_fbo.h80 st_is_depth_stencil_combined(const struct gl_renderbuffer_attachment *depth,
Dst_cb_fbo.c553 st_is_depth_stencil_combined(const struct gl_renderbuffer_attachment *depth, in st_is_depth_stencil_combined() function