Home
last modified time | relevance | path

Searched refs:is_format_supported (Results 1 – 25 of 69) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_screen.c106 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, in dri_fill_in_modes()
109 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, in dri_fill_in_modes()
112 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, in dri_fill_in_modes()
115 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, in dri_fill_in_modes()
118 pf_a8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8A8_UNORM, in dri_fill_in_modes()
121 pf_x8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8X8_UNORM, in dri_fill_in_modes()
124 pf_r5g6b5 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, in dri_fill_in_modes()
130 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, in dri_fill_in_modes()
133 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, in dri_fill_in_modes()
169 if (p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, in dri_fill_in_modes()
[all …]
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_screen.c106 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, in dri_fill_in_modes()
109 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, in dri_fill_in_modes()
112 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, in dri_fill_in_modes()
115 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, in dri_fill_in_modes()
118 pf_a8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8A8_UNORM, in dri_fill_in_modes()
121 pf_x8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8X8_UNORM, in dri_fill_in_modes()
124 pf_r5g6b5 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, in dri_fill_in_modes()
130 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, in dri_fill_in_modes()
133 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, in dri_fill_in_modes()
169 if (p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, in dri_fill_in_modes()
[all …]
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_screen.c106 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, in dri_fill_in_modes()
109 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, in dri_fill_in_modes()
112 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, in dri_fill_in_modes()
115 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, in dri_fill_in_modes()
118 pf_a8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8A8_UNORM, in dri_fill_in_modes()
121 pf_x8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8X8_UNORM, in dri_fill_in_modes()
124 pf_r5g6b5 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, in dri_fill_in_modes()
130 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, in dri_fill_in_modes()
133 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, in dri_fill_in_modes()
169 if (p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, in dri_fill_in_modes()
[all …]
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c225 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryCapabilities()
277 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities()
326 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
332 *is_supported &= pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
338 *is_supported &= pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
381 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
424 *is_supported = pscreen->is_format_supported in vlVdpBitmapSurfaceQueryCapabilities()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py48 def is_format_supported(format): function
526 if is_format_supported(format):
538 if is_format_supported(format):
563 if is_format_supported(format):
576 if is_format_supported(format):
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py111 def is_format_supported(format): function
407 if not is_format_supported(format):
515 if not is_format_supported(format):
595 if is_format_supported(format):
624 if is_format_supported(format):
653 if is_format_supported(format):
679 if is_format_supported(format):
Du_vbuf.c136 screen->is_format_supported(screen, PIPE_FORMAT_R32_FIXED, PIPE_BUFFER, in u_vbuf_get_caps()
140 screen->is_format_supported(screen, PIPE_FORMAT_R16_FLOAT, PIPE_BUFFER, in u_vbuf_get_caps()
144 screen->is_format_supported(screen, PIPE_FORMAT_R64_FLOAT, PIPE_BUFFER, in u_vbuf_get_caps()
148 screen->is_format_supported(screen, PIPE_FORMAT_R32_UNORM, PIPE_BUFFER, in u_vbuf_get_caps()
150 screen->is_format_supported(screen, PIPE_FORMAT_R32_SNORM, PIPE_BUFFER, in u_vbuf_get_caps()
154 screen->is_format_supported(screen, PIPE_FORMAT_R32_USCALED, PIPE_BUFFER, in u_vbuf_get_caps()
156 screen->is_format_supported(screen, PIPE_FORMAT_R32_SSCALED, PIPE_BUFFER, in u_vbuf_get_caps()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c223 if (!p->screen->is_format_supported(p->screen, tmp_res.format, in pp_init_fbos()
249 if (!p->screen->is_format_supported(p->screen, tmp_res.format, in pp_init_fbos()
254 if (!p->screen->is_format_supported(p->screen, tmp_res.format, in pp_init_fbos()
Dpp_program.c121 if (!p->screen->is_format_supported(p->screen, in pp_init_prog()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h321 if(screen->is_format_supported(screen, format, PIPE_BUFFER, 0, PIPE_BIND_VERTEX_BUFFER)) in CheckFormatSupport()
324 … if(screen->is_format_supported(screen, format, PIPE_BUFFER, 0, PIPE_BIND_STREAM_OUTPUT)) in CheckFormatSupport()
327 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_1D, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport()
329 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport()
331 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_CUBE, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport()
333 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_3D, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport()
348 …if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET | PIPE_… in CheckFormatSupport()
351 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET)) in CheckFormatSupport()
353 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_DEPTH_STENCIL)) in CheckFormatSupport()
355 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_DISPLAY_TARGET)) in CheckFormatSupport()
[all …]
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c177 if (xa->screen->is_format_supported(xa->screen, fdesc.format, in xa_tracker_create()
275 if (!xa->screen->is_format_supported(xa->screen, fdesc.format, in xa_format_check_supported()
380 if (!xa->screen->is_format_supported(xa->screen, fdesc.format, in xa_surface_redefine()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_screen.c119 return screen->is_format_supported(screen, in galahad_screen_is_format_supported()
218 …!screen->is_format_supported(screen, templat->format, templat->target, templat->nr_samples, templa… in galahad_screen_resource_create()
361 GLHD_SCREEN_INIT(is_format_supported); in galahad_screen_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c487 (!screen->is_format_supported(screen, src_templ.format, src->target, in r300_resource_copy_region()
490 !screen->is_format_supported(screen, dst_templ.format, dst->target, in r300_resource_copy_region()
556 if (!screen->is_format_supported(screen, dst_templ.format, in r300_resource_copy_region()
559 !screen->is_format_supported(screen, src_templ.format, in r300_resource_copy_region()
/external/mesa3d/src/gallium/state_trackers/gbm/
Dgbm_drm.c87 if (!gdrm->screen->is_format_supported(gdrm->screen, PIPE_TEXTURE_2D, pf, 0, in gbm_gallium_drm_is_format_supported()
242 gdrm->base.base.is_format_supported = gbm_gallium_drm_is_format_supported; in gbm_gallium_drm_device_create()
/external/mesa3d/src/gallium/drivers/identity/
Did_screen.c111 return screen->is_format_supported(screen, in identity_screen_is_format_supported()
270 id_screen->base.is_format_supported = identity_screen_is_format_supported; in identity_screen_create()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c368 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, in ExaPrepareSolid()
452 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, in ExaPrepareCopy()
457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format, in ExaPrepareCopy()
635 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, in ExaPrepareComposite()
650 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, in ExaPrepareComposite()
667 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, in ExaPrepareComposite()
Dxorg_dri2.c454 ms->screen->is_format_supported(ms->screen, PIPE_FORMAT_Z24X8_UNORM, in xorg_dri2_init()
459 ms->screen->is_format_supported(ms->screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, in xorg_dri2_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.c114 return screen->is_format_supported(screen, in rbug_screen_is_format_supported()
273 rb_screen->base.is_format_supported = rbug_screen_is_format_supported; in rbug_screen_create()
/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp183 if (!screen->is_format_supported(screen, templ->format, in import_buffer()
188 if (!screen->is_format_supported(screen, templ->format, in import_buffer()
525 if (!adpy->base.screen->is_format_supported(adpy->base.screen, in android_display_create_window_surface()
578 !adpy->base.screen->is_format_supported(adpy->base.screen, in android_display_init_configs()
/external/mesa3d/src/gbm/main/
Dgbmint.h61 int (*is_format_supported)(struct gbm_device *gbm, member
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h126 boolean (*is_format_supported)( struct pipe_screen *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c338 return screen->is_format_supported(screen, format, target, sample_count, usage); in noop_is_format_supported()
377 screen->is_format_supported = noop_is_format_supported; in noop_screen_create()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c229 if (!screen->is_format_supported(screen, color->format, in add_color_format_variants()
247 if (!screen->is_format_supported(screen, depth->format, in add_color_format_variants()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_screen.c175 result = screen->is_format_supported(screen, format, target, sample_count, in trace_screen_is_format_supported()
477 tr_scr->base.is_format_supported = trace_screen_is_format_supported; in trace_screen_create()
/external/mesa3d/src/gallium/state_trackers/egl/null/
Dnative_null.c108 if (null->base.screen->is_format_supported(null->base.screen, in null_display_init_config()

123