/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_screen.c | 150 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, in dri_fill_in_modes() 153 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, in dri_fill_in_modes() 156 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, in dri_fill_in_modes() 159 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, in dri_fill_in_modes() 162 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, in dri_fill_in_modes() 165 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, in dri_fill_in_modes() 199 if (!p_screen->is_format_supported(p_screen, pipe_formats[format], in dri_fill_in_modes() 207 if (p_screen->is_format_supported(p_screen, pipe_formats[format], in dri_fill_in_modes()
|
D | dri_query_renderer.c | 53 screen->base.screen->is_format_supported(screen->base.screen, in dri2_query_renderer_integer()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | query.c | 235 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryCapabilities() 287 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 336 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 342 *is_supported &= pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 348 *is_supported &= pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 391 *is_supported = pscreen->is_format_supported in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 435 *is_supported = pscreen->is_format_supported in vlVdpBitmapSurfaceQueryCapabilities()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 129 def is_format_supported(format): function 439 if not is_format_supported(format): 544 if not is_format_supported(format): 623 if is_format_supported(format): 652 if is_format_supported(format): 681 if is_format_supported(format): 707 if is_format_supported(format):
|
D | u_gen_mipmap.c | 78 if (!screen->is_format_supported(screen, format, pt->target, in util_gen_mipmap()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.c | 106 if (xa->screen->is_format_supported(xa->screen, PIPE_FORMAT_R8_UNORM, in xa_get_pipe_format() 136 if (xa->screen->is_format_supported(xa->screen, PIPE_FORMAT_R8_UNORM, in xa_get_pipe_format() 198 if (xa->screen->is_format_supported(xa->screen, fdesc.format, in xa_tracker_create() 302 if (!xa->screen->is_format_supported(xa->screen, fdesc.format, in xa_format_check_supported() 472 if (!xa->screen->is_format_supported(xa->screen, fdesc.format, in xa_surface_redefine()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 281 if (!p->screen->is_format_supported(p->screen, tmp_res.format, in pp_init_fbos() 307 if (!p->screen->is_format_supported(p->screen, tmp_res.format, in pp_init_fbos() 312 if (!p->screen->is_format_supported(p->screen, tmp_res.format, in pp_init_fbos()
|
D | pp_program.c | 120 if (!p->screen->is_format_supported(p->screen, in pp_init_prog()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 514 if (screen->is_format_supported(screen, mapping[i].format[j], in init_format_extensions() 547 if (screen->is_format_supported(screen, formats[f], in get_max_samples_for_formats() 1132 screen->is_format_supported(screen, PIPE_FORMAT_R8G8B8A8_UNORM, in st_init_extensions() 1135 screen->is_format_supported(screen, PIPE_FORMAT_B8G8R8A8_SRGB, in st_init_extensions() 1138 screen->is_format_supported(screen, PIPE_FORMAT_R16_UNORM, in st_init_extensions() 1141 screen->is_format_supported(screen, PIPE_FORMAT_R16G16_UNORM, in st_init_extensions() 1144 screen->is_format_supported(screen, PIPE_FORMAT_R16_SNORM, in st_init_extensions() 1147 screen->is_format_supported(screen, PIPE_FORMAT_R16G16_SNORM, in st_init_extensions()
|
D | st_cb_texture.c | 345 if (screen->is_format_supported(screen, format, target, 0, bindings)) in default_bindings() 351 if (screen->is_format_supported(screen, format, target, 0, bindings)) in default_bindings() 1298 !screen->is_format_supported(screen, dst_format, PIPE_TEXTURE_2D, 0, in try_pbo_upload() 1305 !screen->is_format_supported(screen, src_format, PIPE_BUFFER, 0, in try_pbo_upload() 1448 !screen->is_format_supported(screen, dst_format, dst->target, in st_TexSubImage() 1695 if (!screen->is_format_supported(screen, copy_format, PIPE_BUFFER, 0, in st_CompressedTexSubImage() 1700 if (!screen->is_format_supported(screen, copy_format, dst->target, in st_CompressedTexSubImage() 1894 !screen->is_format_supported(screen, src_format, src->target, in st_GetTexSubImage() 2330 !screen->is_format_supported(screen, dst_format, stImage->pt->target, in st_CopyTexSubImage() 2667 if (screen->is_format_supported(screen, fmt, PIPE_TEXTURE_2D, in st_AllocTextureStorage()
|
D | st_cb_bitmap.c | 588 if (screen->is_format_supported(screen, PIPE_FORMAT_I8_UNORM, in init_bitmap_state() 593 else if (screen->is_format_supported(screen, PIPE_FORMAT_A8_UNORM, in init_bitmap_state() 598 else if (screen->is_format_supported(screen, PIPE_FORMAT_L8_UNORM, in init_bitmap_state()
|
D | st_atom_framebuffer.c | 96 if (screen->is_format_supported(screen, PIPE_FORMAT_NONE, in framebuffer_quantize_num_samples()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_screen.c | 123 return screen->is_format_supported(screen, in rbug_screen_is_format_supported() 277 rb_screen->base.is_format_supported = rbug_screen_is_format_supported; in rbug_screen_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_screen.c | 104 pscreen->is_format_supported = fd2_screen_is_format_supported; in fd2_screen_init()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_screen.c | 103 pscreen->is_format_supported = fd5_screen_is_format_supported; in fd5_screen_init()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_screen.c | 105 pscreen->is_format_supported = fd4_screen_is_format_supported; in fd4_screen_init()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_screen.c | 106 pscreen->is_format_supported = fd3_screen_is_format_supported; in fd3_screen_init()
|
/external/mesa3d/src/gbm/main/ |
D | gbmint.h | 61 int (*is_format_supported)(struct gbm_device *gbm, member
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_pixelformat.c | 257 if (!screen->is_format_supported(screen, color_formats[cfmt].format, in add_color_format_variants() 269 if (!screen->is_format_supported(screen, depth->format, in add_color_format_variants()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_screen.c | 134 return screen->is_format_supported(screen, format, target, sample_count, in dd_screen_is_format_supported() 381 dscreen->base.is_format_supported = dd_screen_is_format_supported; in ddebug_screen_create()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 147 boolean (*is_format_supported)( struct pipe_screen *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 406 return screen->is_format_supported(screen, format, target, sample_count, usage); in noop_is_format_supported() 470 screen->is_format_supported = noop_is_format_supported; in noop_screen_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 576 (!screen->is_format_supported(screen, src_templ.format, src->target, in r300_resource_copy_region() 579 !screen->is_format_supported(screen, dst_templ.format, dst->target, in r300_resource_copy_region() 645 if (!screen->is_format_supported(screen, dst_templ.format, in r300_resource_copy_region() 648 !screen->is_format_supported(screen, src_templ.format, in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_screen.c | 221 result = screen->is_format_supported(screen, format, target, sample_count, in trace_screen_is_format_supported() 510 tr_scr->base.is_format_supported = trace_screen_is_format_supported; in trace_screen_create()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 185 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) in vl_video_buffer_is_format_supported() 189 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET)) in vl_video_buffer_is_format_supported()
|