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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 62 case TYPE_S16:
86 case TYPE_S16:
111 case 2: return flt ? TYPE_F16 : (sgn ? TYPE_S16 : TYPE_U16);
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64);
153 case TYPE_U16: return TYPE_S16;
nv50_ir_emit_nv50.cpp 452 case TYPE_S16:
592 case TYPE_S16: enc = 0x3; break;
610 case TYPE_S16: code[1] |= 0x8000; break;
956 case TYPE_S16: code[1] |= 0x80000000; break;
1129 if (i->sType == TYPE_S16)
1135 code[1] = (i->sType == TYPE_S16) ? (0x8000 | 0x4000) : 0x0000;
1138 if (i->sType == TYPE_S16)
1248 case TYPE_S16: code[1] = 0x08000000; break;
1259 case TYPE_S16: code[0] = 0x50000100; break;
1304 case TYPE_S16: code[1] |= 0x08000000; break
    [all...]
nv50_ir.cpp 389 case TYPE_S16:
413 case TYPE_S16: return reg.data.s16 < 0;
434 case TYPE_S16:
nv50_ir_print.cpp 461 case TYPE_S16: PRINT("%i", reg.data.s16); break;
nv50_ir_peephole.cpp 467 case TYPE_S16:
    [all...]
nv50_ir.h 265 TYPE_S16,
    [all...]
nv50_ir_target_nvc0.cpp 377 case TYPE_S16:
nv50_ir_lowering_nvc0.cpp     [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 224 TYPE_S16 = 4,
239 case TYPE_S16:
262 return (type == TYPE_S32) || (type == TYPE_S16) || (type == TYPE_S8);
ir3_print.c 73 [TYPE_S16] = "s16",
ir3.h 783 case TYPE_S32: return TYPE_S16;
786 case TYPE_S16:
    [all...]
disasm-a3xx.c 65 [TYPE_S16] = "s16",
182 if ((cat1->src_type == TYPE_S16) && (((reg_t)cat1->dst).num == REG_A0)) {
ir3_compiler_nir.c 494 instr = ir3_COV(block, src, TYPE_U32, TYPE_S16);
533 instr = ir3_MOV(block, instr, TYPE_S16);
    [all...]

Completed in 71 milliseconds