Searched defs:is_format_supported (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/tests/ |
D | st_format.c | 39 is_format_supported(struct pipe_screen *pscreen, in is_format_supported() function
|
/third_party/mesa3d/docs/gallium/ |
D | screen.rst | 917 is_format_supported section in Methods
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 18 bool (*is_format_supported)(void *user_data, uint32_t format); member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 43 is_format_supported(struct pipe_screen *screen, enum pipe_format format, in is_format_supported() function
|
/third_party/mesa3d/src/util/format/ |
D | u_format_pack.py | 129 def is_format_supported(format): function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans_opencl.c | 42 static int is_format_supported(enum AVPixelFormat fmt) in is_format_supported() function
|
/third_party/mesa3d/src/gbm/main/ |
D | gbm_backend_abi.h | 109 int (*is_format_supported)(struct gbm_device *gbm, member
|
D | gbm_abi_check.c | 62 int (*is_format_supported)(struct gbm_device *gbm, member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 187 bool (*is_format_supported)( struct pipe_screen *, member
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 193 def is_format_supported(self, format, target, sample_count, bind, geom_flags): member in Screen
|