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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
lookup.py 46 def get_template(self, uri, relativeto=None):
56 :param relativeto: if present, the given ``uri`` is assumed to
231 .. note:: The ``relativeto`` argument is not supported here at the moment.
250 def adjust_uri(self, uri, relativeto):
253 key = (uri, relativeto)
258 if relativeto is not None:
260 posixpath.dirname(relativeto), uri)
runtime.py 761 def _lookup_template(context, uri, relativeto):
767 uri = lookup.adjust_uri(uri, relativeto)

Completed in 1912 milliseconds