HomeSort by relevance Sort by last modified time
    Searched refs:DataFile (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 50 virtual bool isAccessSupported(DataFile, DataType) const;
58 virtual unsigned int getFileSize(DataFile) const;
59 virtual unsigned int getFileUnit(DataFile) const;
61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
nv50_ir_target.h 164 inline DataFile nativeFile(DataFile f) const;
169 virtual bool isAccessSupported(DataFile, DataType) const = 0;
184 virtual unsigned int getFileSize(DataFile) const = 0;
185 virtual unsigned int getFileUnit(DataFile) const = 0;
187 virtual uint32_t getSVAddress(DataFile, const Symbol *) const = 0;
208 DataFile nativeFileMap[DATA_FILE_COUNT];
223 inline DataFile Target::nativeFile(DataFile f) const
nv50_ir_build_util.h 48 inline LValue *getScratch(int size = 4, DataFile = FILE_GPR);
50 inline LValue *getSSA(int size = 4, DataFile = FILE_GPR);
69 Instruction *mkFetch(Value *, DataType, DataFile, int32_t offset,
86 void mkClobber(DataFile file, uint32_t regMask, int regUnitLog2);
134 DataFile file, int8_t fileIdx);
159 DataFile file;
163 Symbol *mkSymbol(DataFile file, int8_t fileIndex,
218 BuildUtil::getScratch(int size, DataFile f)
226 BuildUtil::getSSA(int size, DataFile f)
nv50_ir_target_nv50.cpp 136 nativeFileMap[i] = (DataFile)i;
192 TargetNV50::getFileSize(DataFile file) const
216 TargetNV50::getFileUnit(DataFile file) const
226 TargetNV50::getSVAddress(DataFile shaderFile, const Symbol *sym) const
259 DataFile sf = ld->src(0).getFile();
278 DataFile zf = (z == s) ? sf : i->src(z).getFile();
363 TargetNV50::isAccessSupported(DataFile file, DataType ty) const
nv50_ir_inlines.h 38 static inline bool isMemoryFile(DataFile f)
133 DataFile ValueRef::getFile() const
155 DataFile ValueDef::getFile() const
nv50_ir_ra.cpp 39 void reset(DataFile, bool resetMax = false);
41 void periodicMask(DataFile f, uint32_t lock, uint32_t unlock);
42 void intersect(DataFile f, const RegisterSet *);
44 bool assign(int32_t& reg, DataFile f, unsigned int size);
45 void release(DataFile f, int32_t reg, unsigned int size);
46 bool occupy(DataFile f, int32_t reg, unsigned int size);
48 void occupyMask(DataFile f, int32_t reg, uint8_t mask);
50 inline int getMaxAssigned(DataFile f) const { return fill[f]; }
52 inline unsigned int getFileSize(DataFile f, uint8_t regSize) const
59 inline unsigned int units(DataFile f, unsigned int size) cons
    [all...]
nv50_ir.h 221 enum DataFile
314 DataFile file;
409 inline DataFile getFile() const;
445 inline DataFile getFile() const;
484 inline bool inFile(DataFile f) { return reg.file == f; }
506 LValue(Function *, DataFile file);
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
541 inline void setFile(DataFile file, ubyte fileIndex = 0)
nv50_ir_build_util.cpp 137 BuildUtil::mkFetch(Value *dst, DataType ty, DataFile file, int32_t offset,
319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
411 BuildUtil::mkSymbol(DataFile file, int8_t fileIndex, DataType ty,
456 DataFile file, int8_t fileIdx)
nv50_ir_emit_nv50.cpp 595 DataFile sf = i->src(0).getFile();
662 DataFile f = i->getSrc(0)->reg.file;
723 DataFile sf = i->getSrc(0)->reg.file;
724 DataFile df = i->getDef(0)->reg.file;
    [all...]
nv50_ir.cpp 225 LValue::LValue(Function *fn, DataFile file)
281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 48 virtual bool isAccessSupported(DataFile, DataType) const;
58 virtual unsigned int getFileSize(DataFile) const;
59 virtual unsigned int getFileUnit(DataFile) const;
61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
nv50_ir_target_nvc0.cpp 281 nativeFileMap[i] = (DataFile)i;
333 TargetNVC0::getFileSize(DataFile file) const
356 TargetNVC0::getFileUnit(DataFile file) const
364 TargetNVC0::getSVAddress(DataFile shaderFile, const Symbol *sym) const
393 DataFile sf = ld->src(0).getFile();
446 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 50 virtual bool isAccessSupported(DataFile, DataType) const;
58 virtual unsigned int getFileSize(DataFile) const;
59 virtual unsigned int getFileUnit(DataFile) const;
61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
nv50_ir_target.h 164 inline DataFile nativeFile(DataFile f) const;
169 virtual bool isAccessSupported(DataFile, DataType) const = 0;
184 virtual unsigned int getFileSize(DataFile) const = 0;
185 virtual unsigned int getFileUnit(DataFile) const = 0;
187 virtual uint32_t getSVAddress(DataFile, const Symbol *) const = 0;
208 DataFile nativeFileMap[DATA_FILE_COUNT];
223 inline DataFile Target::nativeFile(DataFile f) const
nv50_ir_build_util.h 48 inline LValue *getScratch(int size = 4, DataFile = FILE_GPR);
50 inline LValue *getSSA(int size = 4, DataFile = FILE_GPR);
69 Instruction *mkFetch(Value *, DataType, DataFile, int32_t offset,
86 void mkClobber(DataFile file, uint32_t regMask, int regUnitLog2);
134 DataFile file, int8_t fileIdx);
159 DataFile file;
163 Symbol *mkSymbol(DataFile file, int8_t fileIndex,
218 BuildUtil::getScratch(int size, DataFile f)
226 BuildUtil::getSSA(int size, DataFile f)
nv50_ir_target_nv50.cpp 136 nativeFileMap[i] = (DataFile)i;
192 TargetNV50::getFileSize(DataFile file) const
216 TargetNV50::getFileUnit(DataFile file) const
226 TargetNV50::getSVAddress(DataFile shaderFile, const Symbol *sym) const
259 DataFile sf = ld->src(0).getFile();
278 DataFile zf = (z == s) ? sf : i->src(z).getFile();
363 TargetNV50::isAccessSupported(DataFile file, DataType ty) const
nv50_ir_inlines.h 38 static inline bool isMemoryFile(DataFile f)
133 DataFile ValueRef::getFile() const
155 DataFile ValueDef::getFile() const
nv50_ir_ra.cpp 39 void reset(DataFile, bool resetMax = false);
41 void periodicMask(DataFile f, uint32_t lock, uint32_t unlock);
42 void intersect(DataFile f, const RegisterSet *);
44 bool assign(int32_t& reg, DataFile f, unsigned int size);
45 void release(DataFile f, int32_t reg, unsigned int size);
46 bool occupy(DataFile f, int32_t reg, unsigned int size);
48 void occupyMask(DataFile f, int32_t reg, uint8_t mask);
50 inline int getMaxAssigned(DataFile f) const { return fill[f]; }
52 inline unsigned int getFileSize(DataFile f, uint8_t regSize) const
59 inline unsigned int units(DataFile f, unsigned int size) cons
    [all...]
nv50_ir.h 221 enum DataFile
314 DataFile file;
409 inline DataFile getFile() const;
445 inline DataFile getFile() const;
484 inline bool inFile(DataFile f) { return reg.file == f; }
506 LValue(Function *, DataFile file);
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
541 inline void setFile(DataFile file, ubyte fileIndex = 0)
nv50_ir_build_util.cpp 137 BuildUtil::mkFetch(Value *dst, DataType ty, DataFile file, int32_t offset,
319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
411 BuildUtil::mkSymbol(DataFile file, int8_t fileIndex, DataType ty,
456 DataFile file, int8_t fileIdx)
nv50_ir_emit_nv50.cpp 595 DataFile sf = i->src(0).getFile();
662 DataFile f = i->getSrc(0)->reg.file;
723 DataFile sf = i->getSrc(0)->reg.file;
724 DataFile df = i->getDef(0)->reg.file;
    [all...]
nv50_ir.cpp 225 LValue::LValue(Function *fn, DataFile file)
281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 48 virtual bool isAccessSupported(DataFile, DataType) const;
58 virtual unsigned int getFileSize(DataFile) const;
59 virtual unsigned int getFileUnit(DataFile) const;
61 virtual uint32_t getSVAddress(DataFile shaderFile, const Symbol *sv) const;
nv50_ir_target_nvc0.cpp 281 nativeFileMap[i] = (DataFile)i;
333 TargetNVC0::getFileSize(DataFile file) const
356 TargetNVC0::getFileUnit(DataFile file) const
364 TargetNVC0::getSVAddress(DataFile shaderFile, const Symbol *sym) const
393 DataFile sf = ld->src(0).getFile();
446 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 67 milliseconds

1 2