Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c48 !util_format_is_supported(format, usage)) { in fd3_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c47 !util_format_is_supported(format, usage)) { in fd2_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c48 !util_format_is_supported(format, usage)) { in fd4_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c49 !util_format_is_supported(format, usage)) { in fd5_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c498 if (!util_format_is_supported(format, tex_usage)) in i915_is_format_supported()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c221 util_format_is_supported(enum pipe_format format, unsigned bind) in util_format_is_supported() function
Du_format.h521 util_format_is_supported(enum pipe_format format, unsigned bind);
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.c438 !util_format_is_supported(format, usage)) { in vc5_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c476 !util_format_is_supported(format, usage)) { in vc4_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c608 if (!util_format_is_supported(format, usage)) in r300_is_format_supported()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c406 if (!util_format_is_supported(format, bindings)) { in nv30_screen_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h713 util_format_is_supported(enum pipe_format format, unsigned bind);
Du_format.c239 util_format_is_supported(enum pipe_format format, unsigned bind) in util_format_is_supported() function
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c58 if (!util_format_is_supported(format, bindings)) in nv50_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c60 if (!util_format_is_supported(format, bindings)) in nvc0_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c175 if (!util_format_is_supported(format, usage)) in r600_is_format_supported()
Devergreen_state.c255 if (!util_format_is_supported(format, usage)) in evergreen_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2153 if (!util_format_is_supported(format, usage)) in si_is_format_supported()