HomeSort by relevance Sort by last modified time
    Searched refs:util_format_is_supported (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.c 338 if (!util_format_is_supported(format, tex_usage))
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 380 if (!util_format_is_supported(format, usage))
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 614 util_format_is_supported(enum pipe_format format, unsigned bind);
u_format.c 230 util_format_is_supported(enum pipe_format format, unsigned bind) function
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.c 60 if (!util_format_is_supported(format, bindings))
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 47 if (!util_format_is_supported(format, bindings))
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 583 if (!util_format_is_supported(format, usage))
    [all...]
evergreen_state.c 631 if (!util_format_is_supported(format, usage))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]

Completed in 122 milliseconds