Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp604 areResourcesCompatible(const struct pipe_resource *src_resource, // IN in areResourcesCompatible() function
678 compatible = areResourcesCompatible(src_resource, dst_resource); in ResourceCopy()
766 if (areResourcesCompatible(src_resource, dst_resource)) { in ResourceCopyRegion()