/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_screen.c | 106 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, 109 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, 112 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, 115 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, 118 pf_a8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8A8_UNORM, 121 pf_x8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8X8_UNORM, 124 pf_r5g6b5 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, 130 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, 133 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, 169 if (p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM [all...] |
/external/mesa3d/src/gallium/include/pipe/ |
p_screen.h | 126 boolean (*is_format_supported)( struct pipe_screen *, member in struct:pipe_screen
|
/external/mesa3d/src/gbm/main/ |
gbmint.h | 61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
query.c | 225 *is_supported = pscreen->is_format_supported 277 *is_supported = pscreen->is_format_supported 326 *is_supported = pscreen->is_format_supported 332 *is_supported &= pscreen->is_format_supported 338 *is_supported &= pscreen->is_format_supported 381 *is_supported = pscreen->is_format_supported 424 *is_supported = pscreen->is_format_supported
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 48 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/ |
u_format_pack.py | 111 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):
|
u_caps.c | 68 if (!screen->is_format_supported(screen,
|
u_vbuf.c | 136 screen->is_format_supported(screen, PIPE_FORMAT_R32_FIXED, PIPE_BUFFER, 140 screen->is_format_supported(screen, PIPE_FORMAT_R16_FLOAT, PIPE_BUFFER, 144 screen->is_format_supported(screen, PIPE_FORMAT_R64_FLOAT, PIPE_BUFFER, 148 screen->is_format_supported(screen, PIPE_FORMAT_R32_UNORM, PIPE_BUFFER, 150 screen->is_format_supported(screen, PIPE_FORMAT_R32_SNORM, PIPE_BUFFER, 154 screen->is_format_supported(screen, PIPE_FORMAT_R32_USCALED, PIPE_BUFFER, 156 screen->is_format_supported(screen, PIPE_FORMAT_R32_SSCALED, PIPE_BUFFER, [all...] |
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_init.c | 223 if (!p->screen->is_format_supported(p->screen, tmp_res.format, 249 if (!p->screen->is_format_supported(p->screen, tmp_res.format, 254 if (!p->screen->is_format_supported(p->screen, tmp_res.format,
|
pp_program.c | 121 if (!p->screen->is_format_supported(p->screen,
|
/external/mesa3d/src/gallium/state_trackers/egl/null/ |
native_null.c | 108 if (null->base.screen->is_format_supported(null->base.screen,
|
/external/mesa3d/src/gallium/drivers/identity/ |
id_screen.c | 111 return screen->is_format_supported(screen, 270 id_screen->base.is_format_supported = identity_screen_is_format_supported;
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_screen.c | 114 return screen->is_format_supported(screen, 273 rb_screen->base.is_format_supported = rbug_screen_is_format_supported;
|
/external/mesa3d/src/gallium/state_trackers/gbm/ |
gbm_drm.c | 87 if (!gdrm->screen->is_format_supported(gdrm->screen, PIPE_TEXTURE_2D, pf, 0, 242 gdrm->base.base.is_format_supported = gbm_gallium_drm_is_format_supported;
|
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_screen.c | 119 return screen->is_format_supported(screen, 218 !screen->is_format_supported(screen, templat->format, templat->target, templat->nr_samples, templat->bind)) { 361 GLHD_SCREEN_INIT(is_format_supported);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 321 if(screen->is_format_supported(screen, format, PIPE_BUFFER, 0, PIPE_BIND_VERTEX_BUFFER)) 324 if(screen->is_format_supported(screen, format, PIPE_BUFFER, 0, PIPE_BIND_STREAM_OUTPUT)) 327 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_1D, 0, PIPE_BIND_SAMPLER_VIEW)) 329 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) 331 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_CUBE, 0, PIPE_BIND_SAMPLER_VIEW)) 333 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_3D, 0, PIPE_BIND_SAMPLER_VIEW)) 348 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET | PIPE_BIND_BLENDABLE)) 351 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET)) 353 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_DEPTH_STENCIL)) 355 if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_DISPLAY_TARGET) [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tracker.c | 177 if (xa->screen->is_format_supported(xa->screen, fdesc.format, 275 if (!xa->screen->is_format_supported(xa->screen, fdesc.format, 380 if (!xa->screen->is_format_supported(xa->screen, fdesc.format,
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_blit.c | 487 (!screen->is_format_supported(screen, src_templ.format, src->target, 490 !screen->is_format_supported(screen, dst_templ.format, dst->target, 556 if (!screen->is_format_supported(screen, dst_templ.format, 559 !screen->is_format_supported(screen, src_templ.format,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_gen_mipmap.c | 88 if (!screen->is_format_supported(screen, stObj->pt->format,
|
/external/mesa3d/src/gallium/drivers/noop/ |
noop_pipe.c | 338 return screen->is_format_supported(screen, format, target, sample_count, usage); 377 screen->is_format_supported = noop_is_format_supported;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_pixelformat.c | 229 if (!screen->is_format_supported(screen, color->format, 247 if (!screen->is_format_supported(screen, depth->format,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 368 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 452 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format, 635 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 650 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 667 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format,
|
xorg_dri2.c | 454 ms->screen->is_format_supported(ms->screen, PIPE_FORMAT_Z24X8_UNORM, 459 ms->screen->is_format_supported(ms->screen, PIPE_FORMAT_Z24_UNORM_S8_UINT,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_video_buffer.c | 166 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) 170 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET))
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_screen.c | 167 trace_dump_call_begin("pipe_screen", "is_format_supported"); 175 result = screen->is_format_supported(screen, format, target, sample_count, 477 tr_scr->base.is_format_supported = trace_screen_is_format_supported;
|