Home
last modified time | relevance | path

Searched defs:rebase (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DemitSkipsThisWithRestParameter.ts1 function rebase(fn: (base: any, ...args: any[]) => any): (...args: any[]) => any { function
/third_party/mesa3d/src/intel/compiler/
Dintel_nir_blockify_uniform_loads.c88 nir_def *rebase = nir_vec_scalars(b, components, orig_def_components); in rebase_const_offset_ubo_loads_instr() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_sched_gm107.h20 void rebase(const int base) in rebase() function
Dnv50_ir_emit_nvc0.cpp3040 void rebase(const int base) in rebase() function
/third_party/gn/src/gn/
Dtarget.h224 const SourceDir& rebase() const { return generated_file().rebase_; } in rebase() function