Searched defs:is_format_supported (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A 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/
H A 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):
/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h126 boolean (*is_format_supported)( struct pipe_screen *, member in struct:pipe_screen
/external/mesa3d/src/gbm/main/
H A Dgbmint.h61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c558 is_format_supported(struct pipe_screen *screen, function
561 return screen->is_format_supported(screen, fmt, PIPE_TEXTURE_2D, sample_count,
598 if (is_format_supported(ndpy->screen, formats[i], sample_count, TRUE)) {

Completed in 418 milliseconds