/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual() 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual() 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual() 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual() 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
|
D | dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual() 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual() 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual() 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual() 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
|
D | dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
D | dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual() 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual() 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual() 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual() 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
|
D | dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/ |
D | dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual() 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual() 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual() 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual() 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
|
D | dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
D | dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual() 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual() 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual() 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual() 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
|
D | dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_screen.c | 273 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual() 276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual() 280 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual() 284 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual() 290 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
|
D | dri_drawable.c | 274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 228 EGLint api_mask, enum pipe_format depth_stencil_format, in init_config_attributes() argument 245 if (depth_stencil_format != PIPE_FORMAT_NONE) { in init_config_attributes() 247 util_format_get_component_bits(depth_stencil_format, in init_config_attributes() 336 enum pipe_format depth_stencil_format, in egl_g3d_init_config() argument 356 gconf->stvis.depth_stencil_format = depth_stencil_format; in egl_g3d_init_config() 365 nconf, dpy->ClientAPIs, depth_stencil_format, in egl_g3d_init_config()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 228 EGLint api_mask, enum pipe_format depth_stencil_format, in init_config_attributes() argument 245 if (depth_stencil_format != PIPE_FORMAT_NONE) { in init_config_attributes() 247 util_format_get_component_bits(depth_stencil_format, in init_config_attributes() 336 enum pipe_format depth_stencil_format, in egl_g3d_init_config() argument 356 gconf->stvis.depth_stencil_format = depth_stencil_format; in egl_g3d_init_config() 365 nconf, dpy->ClientAPIs, depth_stencil_format, in egl_g3d_init_config()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_manager.c | 300 format = stfb->iface->visual->depth_stencil_format; in st_framebuffer_add_renderbuffer() 372 if (visual->depth_stencil_format != PIPE_FORMAT_NONE) { in st_visual_to_context_mode() 374 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode() 377 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 300 format = stfb->iface->visual->depth_stencil_format; in st_framebuffer_add_renderbuffer() 372 if (visual->depth_stencil_format != PIPE_FORMAT_NONE) { in st_visual_to_context_mode() 374 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode() 377 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
|
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 225 enum pipe_format depth_stencil_format; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
D | st_api.h | 225 enum pipe_format depth_stencil_format; member
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_st.c | 101 format = stwfb->stvis.depth_stencil_format; in stw_st_framebuffer_validate_locked()
|
D | stw_pixelformat.c | 197 pfi->stvis.depth_stencil_format = depth->format; in stw_pixelformat_add()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_st.c | 101 format = stwfb->stvis.depth_stencil_format; in stw_st_framebuffer_validate_locked()
|
D | stw_pixelformat.c | 197 pfi->stvis.depth_stencil_format = depth->format; in stw_pixelformat_add()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
D | xm_st.c | 158 format = xstfb->stvis.depth_stencil_format; in xmesa_st_framebuffer_validate_textures()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_st.c | 158 format = xstfb->stvis.depth_stencil_format; in xmesa_st_framebuffer_validate_textures()
|
D | xm_api.c | 808 v->stvis.depth_stencil_format = in XMesaCreateVisual()
|