Home
last modified time | relevance | path

Searched refs:depth_stencil_format (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c111 enum pipe_format depth_stencil_format, accum_format; member
338 vis->depth_stencil_format = ds_format; in osmesa_init_st_visual()
455 format = osbuffer->visual.depth_stencil_format; in osmesa_st_framebuffer_validate()
670 osmesa->depth_stencil_format = PIPE_FORMAT_Z24_UNORM_S8_UINT; in OSMesaCreateContextAttribs()
673 osmesa->depth_stencil_format = PIPE_FORMAT_S8_UINT; in OSMesaCreateContextAttribs()
676 osmesa->depth_stencil_format = PIPE_FORMAT_Z24X8_UNORM; in OSMesaCreateContextAttribs()
679 osmesa->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in OSMesaCreateContextAttribs()
698 osmesa->depth_stencil_format, in OSMesaCreateContextAttribs()
783 osmesa->current_buffer->visual.depth_stencil_format != osmesa->depth_stencil_format || in OSMesaMakeCurrent()
[all...]
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c123 format = buffer->visual->depth_stencil_format; in hgl_st_framebuffer_validate_textures()
299 visual->depth_stencil_format = PIPE_FORMAT_NONE; in hgl_create_st_visual()
305 visual->depth_stencil_format = (options & BGL_DEPTH) in hgl_create_st_visual()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c678 stvis->depth_stencil_format = PIPE_FORMAT_NONE; in dri_fill_st_visual()
681 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM; in dri_fill_st_visual()
685 stvis->depth_stencil_format = (screen->d_depth_bits_last) ? in dri_fill_st_visual()
689 stvis->depth_stencil_format = (screen->sd_depth_bits_last) ? in dri_fill_st_visual()
695 stvis->depth_stencil_format = PIPE_FORMAT_Z32_UNORM; in dri_fill_st_visual()
H A Ddri_drawable.c333 *format = drawable->stvis.depth_stencil_format; in dri_drawable_get_format()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc945 ::dawn::TextureFormat depth_stencil_format{}; in CreateRenderPipelineDescriptor()
952 &depth_stencil_format); in CreateRenderPipelineDescriptor()
956 depth_stencil_format = ::dawn::TextureFormat::Depth24PlusStencil8; in CreateRenderPipelineDescriptor()
1131 depthStencilState.format = depth_stencil_format; in CreateRenderPipelineDescriptor()
1163 depthStencilState.format = depth_stencil_format; in CreateRenderPipelineDescriptor()
1201 ::dawn::TextureFormat depth_stencil_format{}; in CreateRenderPassDescriptor()
1208 &depth_stencil_format); in CreateRenderPassDescriptor()
1212 depth_stencil_format = ::dawn::TextureFormat::Depth24PlusStencil8; in CreateRenderPassDescriptor()
1223 depthStencilDescriptor.format = depth_stencil_format; in CreateRenderPassDescriptor()
1563 ::dawn::TextureFormat depth_stencil_format{}; in AttachBuffersAndTextures()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c331 if (depth_stencil_format(CheckFormat)) in NineAdapter9_CheckDeviceFormat()
336 if (!depth_stencil_format(CheckFormat)) in NineAdapter9_CheckDeviceFormat()
442 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType()
497 user_assert(depth_stencil_format(DepthStencilFormat), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDepthStencilMatch()
H A Dnine_pipe.h224 depth_stencil_format( D3DFORMAT fmt ) in depth_stencil_format() function
325 if (depth_stencil_format(format) && (bindings & PIPE_BIND_RENDER_TARGET)) in d3d9_to_pipe_format_checked()
419 if (depth_stencil_format(format)) in d3dmultisample_type_check()
H A Dsurface9.c116 if (!depth_stencil_format(pDesc->Format)) in NineSurface9_ctor()
H A Ddevice9.c1385 if (!depth_stencil_format(Format)) in NineDevice9_CreateDepthStencilSurface()
1427 user_assert(!depth_stencil_format(dst->desc.Format), D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h213 enum pipe_format depth_stencil_format; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c470 format = stfb->iface->visual->depth_stencil_format; in st_framebuffer_add_renderbuffer()
549 if (visual->depth_stencil_format != PIPE_FORMAT_NONE) { in st_visual_to_context_mode()
551 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
554 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c166 format = xstfb->stvis.depth_stencil_format; in xmesa_st_framebuffer_validate_textures()
H A Dxm_api.c889 v->stvis.depth_stencil_format = in XMesaCreateVisual()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c222 format = stwfb->stvis.depth_stencil_format; in stw_st_framebuffer_validate_locked()
H A Dstw_pixelformat.c212 pfi->stvis.depth_stencil_format = depth->format; in stw_pixelformat_add()

Completed in 22 milliseconds