Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_screen.c150 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()
Ddri_query_renderer.c53 screen->base.screen->is_format_supported(screen->base.screen, in dri2_query_renderer_integer()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c235 *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/
Du_format_pack.py129 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):
Du_gen_mipmap.c78 if (!screen->is_format_supported(screen, format, pt->target, in util_gen_mipmap()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c106 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/
Dpp_init.c281 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()
Dpp_program.c120 if (!p->screen->is_format_supported(p->screen, in pp_init_prog()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c514 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()
Dst_cb_texture.c345 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()
Dst_cb_bitmap.c588 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()
Dst_atom_framebuffer.c96 if (screen->is_format_supported(screen, PIPE_FORMAT_NONE, in framebuffer_quantize_num_samples()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.c123 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/
Dfd2_screen.c104 pscreen->is_format_supported = fd2_screen_is_format_supported; in fd2_screen_init()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c103 pscreen->is_format_supported = fd5_screen_is_format_supported; in fd5_screen_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c105 pscreen->is_format_supported = fd4_screen_is_format_supported; in fd4_screen_init()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c106 pscreen->is_format_supported = fd3_screen_is_format_supported; in fd3_screen_init()
/external/mesa3d/src/gbm/main/
Dgbmint.h61 int (*is_format_supported)(struct gbm_device *gbm, member
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c257 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/
Ddd_screen.c134 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/
Dp_screen.h147 boolean (*is_format_supported)( struct pipe_screen *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c406 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/
Dr300_blit.c576 (!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/
Dtr_screen.c221 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/
Dvl_video_buffer.c185 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()

1234