Home
last modified time | relevance | path

Searched refs:depth_initialized (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h247 bool depth_initialized; member
Dr600_state.c1080 surf->depth_initialized = true; in r600_init_depth_surface()
1172 if (!surf->depth_initialized) { in r600_set_framebuffer_state()
Devergreen_state.c1439 surf->depth_initialized = true; in evergreen_init_depth_surface()
1523 if (!surf->depth_initialized) { in evergreen_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h400 bool depth_initialized : 1; member
Dsi_state.c2521 surf->depth_initialized = true; in si_init_depth_surface()
2802 if (!surf->depth_initialized) { in si_set_framebuffer_state()