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

  /external/mesa3d/src/gallium/tests/unit/
u_format_compatible_test.c 59 if (util_is_format_compatible(src_format_desc, dst_format_desc)) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 415 util_is_format_compatible(const struct util_format_description *src_desc, function
551 if (util_is_format_compatible(src_format_desc, dst_format_desc)) {
u_format.h 606 util_is_format_compatible(const struct util_format_description *src_desc,
u_blit.c 410 return util_is_format_compatible(src_desc, dst_desc);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 701 if (!util_is_format_compatible(src_desc, dst_desc))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 987 formats_compatible = util_is_format_compatible(
    [all...]

Completed in 508 milliseconds