Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c369 int vformat = VIRGL_FORMAT_R11G11B10_FLOAT; in virgl_is_vertex_format_supported() local
370 int big = vformat / 32; in virgl_is_vertex_format_supported()
371 int small = vformat % 32; in virgl_is_vertex_format_supported()
/external/python/cpython2/Lib/
Dstring.py559 return self.vformat(format_string, args, kwargs)
561 def vformat(self, format_string, args, kwargs): member in Formatter
/external/python/cpython2/Doc/library/
Dstring.rst128 It is just a wrapper that calls :meth:`vformat`.
130 .. method:: vformat(format_string, args, kwargs)
136 syntax. :meth:`vformat` does the work of breaking up the format string
147 by :meth:`vformat` to break the string into either literal text, or
163 :meth:`vformat`. The return value *used_key* has the same meaning as the
174 :meth:`vformat`, and the *kwargs* parameter is set to the dictionary of
195 passed to vformat. The set of unused args can be calculated from these