Home
last modified time | relevance | path

Searched defs:ImmediateValue (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp316 ImmediateValue::ImmediateValue(Program *prog, uint32_t uval) in ImmediateValue() function in nv50_ir::ImmediateValue
329 ImmediateValue::ImmediateValue(Program *prog, float fval) in ImmediateValue() function in nv50_ir::ImmediateValue
342 ImmediateValue::ImmediateValue(Program *prog, double dval) in ImmediateValue() function in nv50_ir::ImmediateValue
355 ImmediateValue::ImmediateValue(const ImmediateValue *proto, DataType ty) in ImmediateValue() function in nv50_ir::ImmediateValue
Dnv50_ir.h576 class ImmediateValue; variable
826 ImmediateValue() { } in ImmediateValue() function