Home
last modified time | relevance | path

Searched refs:util_format_is_supported (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c338 if (!util_format_is_supported(format, tex_usage)) in i915_is_format_supported()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c380 if (!util_format_is_supported(format, usage)) in r300_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h614 util_format_is_supported(enum pipe_format format, unsigned bind);
Du_format.c230 util_format_is_supported(enum pipe_format format, unsigned bind) in util_format_is_supported() function
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.c47 if (!util_format_is_supported(format, bindings)) in nvc0_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c60 if (!util_format_is_supported(format, bindings)) in nv50_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1398 if (!util_format_is_supported(format, usage)) in si_is_format_supported()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c583 if (!util_format_is_supported(format, usage)) in r600_is_format_supported()
Devergreen_state.c631 if (!util_format_is_supported(format, usage)) in evergreen_is_format_supported()