Searched refs:has_surface (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c708 rfb->color_rb[0]->has_surface = 1;
714 rfb->color_rb[1]->has_surface = 1;
723 depthStencilRb->has_surface = screen->depthHasSurface;
729 depth->has_surface = screen->depthHasSurface;
736 depth->has_surface = screen->depthHasSurface;
H A Dradeon_common_context.h97 int has_surface; member in struct:radeon_renderbuffer
H A Dradeon_fbo.c310 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
419 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
H A Dradeon_common_context.c504 rb->has_surface = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c713 rfb->color_rb[0]->has_surface = 1;
719 rfb->color_rb[1]->has_surface = 1;
728 depthStencilRb->has_surface = screen->depthHasSurface;
734 depth->has_surface = screen->depthHasSurface;
741 depth->has_surface = screen->depthHasSurface;
H A Dradeon_common_context.h97 int has_surface; member in struct:radeon_renderbuffer
H A Dradeon_fbo.c310 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
419 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
H A Dradeon_common_context.c505 rb->has_surface = 0;

Completed in 9 milliseconds