Home
last modified time | relevance | path

Searched refs:depth_stencil_format (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_screen.c273 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()
Ddri_drawable.c274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_screen.c273 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()
Ddri_drawable.c274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_screen.c273 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()
Ddri_drawable.c274 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c228 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/mesa/state_tracker/
Dst_manager.c300 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/
Dst_api.h225 enum pipe_format depth_stencil_format; member
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c101 format = stwfb->stvis.depth_stencil_format; in stw_st_framebuffer_validate_locked()
Dstw_pixelformat.c197 pfi->stvis.depth_stencil_format = depth->format; in stw_pixelformat_add()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c158 format = xstfb->stvis.depth_stencil_format; in xmesa_st_framebuffer_validate_textures()
Dxm_api.c808 v->stvis.depth_stencil_format = in XMesaCreateVisual()