Searched refs:FILE_NULL (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_inlines.h | 167 return value ? value->reg.file : FILE_NULL; in getFile() 189 return value ? value->reg.file : FILE_NULL; in getFile()
|
D | nv50_ir_build_util.h | 144 arrayLen(0), baseSym(NULL), vecDim(0), eltSize(0), file(FILE_NULL), in DataArray()
|
D | nv50_ir_target_nv50.cpp | 205 case FILE_NULL: return 0; in getFileSize()
|
D | nv50_ir_target_nvc0.cpp | 272 case FILE_NULL: return 0; in getFileSize()
|
D | nv50_ir.h | 385 FILE_NULL = 0, enumerator
|
D | nv50_ir_ra.cpp | 869 colors(0), f(FILE_NULL), reg(0), weight(0), next(this), prev(this) in RIG_Node()
|
D | nv50_ir_from_nir.cpp | 370 return FILE_NULL; in getFile()
|
D | nv50_ir_from_tgsi.cpp | 432 return nv50_ir::FILE_NULL; in translateFile()
|