HomeSort by relevance Sort by last modified time
    Searched defs:dst_desc (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 408 const struct util_format_description *dst_desc = local
410 return util_is_format_compatible(src_desc, dst_desc);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 699 const struct util_format_description *dst_desc = local
701 if (!util_is_format_compatible(src_desc, dst_desc))
704 dst_desc->short_name);
    [all...]

Completed in 784 milliseconds