Searched refs:st_validate_attachment (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 579 st_validate_attachment(struct gl_context *ctx, in st_validate_attachment() function 668 if (!st_validate_attachment(ctx, screen, depth, PIPE_BIND_DEPTH_STENCIL)) { in st_validate_framebuffer() 673 if (!st_validate_attachment(ctx, screen, stencil, PIPE_BIND_DEPTH_STENCIL)) { in st_validate_framebuffer() 683 if (!st_validate_attachment(ctx, screen, att, PIPE_BIND_RENDER_TARGET)) { in st_validate_framebuffer()
|