Searched defs:make_temp (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_tempfile.py | 517 def make_temp(self): member in TestMkstempInner |
/third_party/mesa3d/src/compiler/glsl/ | ||
D | ir_builder.cpp | 38 ir_factory::make_temp(const glsl_type *type, const char *name) in make_temp() function in ir_builder::ir_factory |
/third_party/mesa3d/src/mesa/main/ | ||
D | ffvertex_prog.c | 632 static struct ureg make_temp( struct tnl_program *p, struct ureg reg ) in make_temp() function |