Home
last modified time | relevance | path

Searched refs:accum_format (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c111 enum pipe_format depth_stencil_format, accum_format; member
328 enum pipe_format accum_format) in osmesa_init_st_visual() argument
334 if (accum_format != PIPE_FORMAT_NONE) in osmesa_init_st_visual()
339 vis->accum_format = accum_format; in osmesa_init_st_visual()
459 format = osbuffer->visual.accum_format; in osmesa_st_framebuffer_validate()
500 enum pipe_format accum_format) in osmesa_create_buffer() argument
510 ds_format, accum_format); in osmesa_create_buffer()
667 osmesa->accum_format = PIPE_FORMAT_R16G16B16A16_SNORM; in OSMesaCreateContextAttribs()
699 osmesa->accum_format); in OSMesaCreateContextAttribs()
784 osmesa->current_buffer->visual.accum_format != osmesa->accum_format || in OSMesaMakeCurrent()
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c474 format = stfb->iface->visual->accum_format; in st_framebuffer_add_renderbuffer()
558 if (visual->accum_format != PIPE_FORMAT_NONE) { in st_visual_to_context_mode()
560 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
563 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
566 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
569 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h214 enum pipe_format accum_format; member
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c309 visual->accum_format = (options & BGL_ACCUM) in hgl_create_st_visual()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c214 pfi->stvis.accum_format = (accum) ? in stw_pixelformat_add()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c699 stvis->accum_format = (mode->accumRedBits > 0) ? in dri_fill_st_visual()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c893 v->stvis.accum_format = (accum_red_size + in XMesaCreateVisual()