/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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,
|
/external/chromium_org/third_party/mesa/src/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;
|
/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,
|
/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;
|
/external/chromium_org/third_party/mesa/src/src/gbm/main/ |
gbmint.h | 61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
|
/external/mesa3d/src/gbm/main/ |
gbmint.h | 61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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):
|
/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):
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
graw.h | 53 * Query format support with screen::is_format_supported and usage
|