Searched defs:loadImm (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ | ||
D | nv50_ir_build_util.cpp | 416 BuildUtil::loadImm(Value *dst, float f) in loadImm() function in nv50_ir::BuildUtil |
D | nv50_ir_build_util.h | 107 Value *loadImm(Value *dst, int i) { return loadImm(dst, (uint32_t)i); } in loadImm() function |