HomeSort by relevance Sort by last modified time
    Searched refs:FILE_MEMORY_CONST (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 40 return (f >= FILE_MEMORY_CONST && f <= FILE_MEMORY_LOCAL);
314 if (reg.file >= FILE_MEMORY_CONST)
321 if (reg.file >= FILE_MEMORY_CONST)
nv50_ir_target_nv50.cpp 178 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
201 case FILE_MEMORY_CONST: return 65536;
286 case FILE_MEMORY_CONST:
353 if (sf == FILE_MEMORY_CONST)
357 return sf == FILE_MEMORY_CONST;
nv50_ir_print.cpp 427 case FILE_MEMORY_CONST: c = 'c'; break;
nv50_ir.h 230 FILE_MEMORY_CONST,
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
nv50_ir_from_tgsi.cpp 301 case TGSI_FILE_CONSTANT: return nv50_ir::FILE_MEMORY_CONST;
    [all...]
nv50_ir_peephole.cpp 132 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST;
    [all...]
nv50_ir_emit_nv50.cpp 363 case FILE_MEMORY_CONST:
623 case FILE_MEMORY_CONST:
    [all...]
nv50_ir_from_sm4.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 40 return (f >= FILE_MEMORY_CONST && f <= FILE_MEMORY_LOCAL);
314 if (reg.file >= FILE_MEMORY_CONST)
321 if (reg.file >= FILE_MEMORY_CONST)
nv50_ir_target_nv50.cpp 178 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
201 case FILE_MEMORY_CONST: return 65536;
286 case FILE_MEMORY_CONST:
353 if (sf == FILE_MEMORY_CONST)
357 return sf == FILE_MEMORY_CONST;
nv50_ir_print.cpp 427 case FILE_MEMORY_CONST: c = 'c'; break;
nv50_ir.h 230 FILE_MEMORY_CONST,
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
nv50_ir_from_tgsi.cpp 301 case TGSI_FILE_CONSTANT: return nv50_ir::FILE_MEMORY_CONST;
    [all...]
nv50_ir_peephole.cpp 132 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST;
    [all...]
nv50_ir_emit_nv50.cpp 363 case FILE_MEMORY_CONST:
623 case FILE_MEMORY_CONST:
    [all...]
nv50_ir_from_sm4.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
342 case FILE_MEMORY_CONST: return 65536;
450 if (file == FILE_MEMORY_CONST && getChipset() >= 0xe0) // wrong encoding ?
550 if (i->src(0).getFile() == FILE_MEMORY_CONST)
nv50_ir_emit_nvc0.cpp 304 if (i->srcExists(2) && i->getSrc(2)->reg.file == FILE_MEMORY_CONST)
309 case FILE_MEMORY_CONST:
344 case FILE_MEMORY_CONST:
379 if (i->src(s).get()->reg.file == FILE_MEMORY_CONST) {
407 if (src.getFile() == FILE_MEMORY_CONST) {
456 emitForm_S(i, (i->src(2).getFile() == FILE_MEMORY_CONST) ? 0x2e : 0x0e,
1131 if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST)
1137 if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST)
    [all...]
nv50_ir_lowering_nvc0.cpp 674 bind = bld.mkSymbol(FILE_MEMORY_CONST, 15, TYPE_U32, i->tex.r * 4);
684 bind = bld.mkSymbol(FILE_MEMORY_CONST, 15, TYPE_U32, i->tex.s * 4);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
342 case FILE_MEMORY_CONST: return 65536;
450 if (file == FILE_MEMORY_CONST && getChipset() >= 0xe0) // wrong encoding ?
550 if (i->src(0).getFile() == FILE_MEMORY_CONST)
nv50_ir_emit_nvc0.cpp 304 if (i->srcExists(2) && i->getSrc(2)->reg.file == FILE_MEMORY_CONST)
309 case FILE_MEMORY_CONST:
344 case FILE_MEMORY_CONST:
379 if (i->src(s).get()->reg.file == FILE_MEMORY_CONST) {
407 if (src.getFile() == FILE_MEMORY_CONST) {
456 emitForm_S(i, (i->src(2).getFile() == FILE_MEMORY_CONST) ? 0x2e : 0x0e,
1131 if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST)
1137 if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST)
    [all...]
nv50_ir_lowering_nvc0.cpp 674 bind = bld.mkSymbol(FILE_MEMORY_CONST, 15, TYPE_U32, i->tex.r * 4);
684 bind = bld.mkSymbol(FILE_MEMORY_CONST, 15, TYPE_U32, i->tex.s * 4);
    [all...]

Completed in 45 milliseconds