Searched refs:typeSizeof (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp451 return typeSizeof(ty) <= 8;
671 if (typeSizeof(a->dType) > 4 || typeSizeof(b->dType) > 4 ||
672 typeSizeof(a->sType) > 4 || typeSizeof(b->sType) > 4)
H A Dnv50_ir_emit_nvc0.cpp818 code[0] |= util_logbase2(typeSizeof(i->dType)) << 20;
819 code[0] |= util_logbase2(typeSizeof(i->sType)) << 23;
1234 unsigned int size = typeSizeof(i->dType);
1433 if (!i->src(0).isIndirect(0) && typeSizeof(i->dType) == 4) {
H A Dnv50_ir_lowering_nvc0.cpp566 if (typeSizeof(i->dType) == 8)
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp451 return typeSizeof(ty) <= 8;
671 if (typeSizeof(a->dType) > 4 || typeSizeof(b->dType) > 4 ||
672 typeSizeof(a->sType) > 4 || typeSizeof(b->sType) > 4)
H A Dnv50_ir_emit_nvc0.cpp818 code[0] |= util_logbase2(typeSizeof(i->dType)) << 20;
819 code[0] |= util_logbase2(typeSizeof(i->sType)) << 23;
1234 unsigned int size = typeSizeof(i->dType);
1433 if (!i->src(0).isIndirect(0) && typeSizeof(i->dType) == 4) {
H A Dnv50_ir_lowering_nvc0.cpp566 if (typeSizeof(i->dType) == 8)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp603 if (typeSizeof(i->dType) == 4)
608 assert(offset <= (int32_t)(0x3fff * typeSizeof(i->sType)));
612 if (typeSizeof(i->dType) == 4)
617 assert(offset <= (int32_t)(0x1f * typeSizeof(i->sType)));
626 if (typeSizeof(i->dType) == 4)
686 switch (typeSizeof(i->dType)) {
758 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
929 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
1203 if (typeSizeof(i->sType) == 1 && i->getSrc(0)->reg.size == 4)
H A Dnv50_ir_peephole.cpp138 if (!ld || (ld->op != OP_MOV) || (typeSizeof(ld->dType) != 4))
974 abs->setSrc(2, bld.loadImm(bld.getSSA(typeSizeof(ty)), 0));
1352 int sizeLd = typeSizeof(ld->dType);
1405 int sizeSt = typeSizeof(st->dType);
1464 size = typeSizeof(ldst->sType);
1512 const int size = typeSizeof(insn->sType);
1602 int32_t endS = offS + typeSizeof(st->dType);
1603 int32_t endR = offR + typeSizeof(ri->dType);
1943 typeSizeof(insn->dType) <= 4) &&
H A Dnv50_ir_build_util.cpp418 sym->reg.size = typeSizeof(ty);
445 sym->reg.size = typeSizeof(sym->reg.type);
H A Dnv50_ir_target_nv50.cpp323 ldSize = typeSizeof(ld->dType);
367 if (typeSizeof(ty) > 4)
H A Dnv50_ir_inlines.h49 static inline unsigned int typeSizeof(DataType ty) function
H A Dnv50_ir_lowering_nv50.cpp55 unsigned int fullSize = typeSizeof(fTy);
56 unsigned int halfSize = typeSizeof(hTy);
235 if (typeSizeof(i->dType) == 8)
355 if (isFloatType(mul->sType) || typeSizeof(mul->sType) <= 2)
H A Dnv50_ir.cpp363 reg.size = typeSizeof(ty);
H A Dnv50_ir_ra.cpp1917 for (size = typeSizeof(i->dType), s = 1; size > 0; ++s) {
1925 if (i->src(0).isIndirect(0) && typeSizeof(i->dType) >= 8)
H A Dnv50_ir_from_sm4.cpp1237 const int size = typeSizeof(sTy);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp603 if (typeSizeof(i->dType) == 4)
608 assert(offset <= (int32_t)(0x3fff * typeSizeof(i->sType)));
612 if (typeSizeof(i->dType) == 4)
617 assert(offset <= (int32_t)(0x1f * typeSizeof(i->sType)));
626 if (typeSizeof(i->dType) == 4)
686 switch (typeSizeof(i->dType)) {
758 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
929 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
1203 if (typeSizeof(i->sType) == 1 && i->getSrc(0)->reg.size == 4)
H A Dnv50_ir_peephole.cpp138 if (!ld || (ld->op != OP_MOV) || (typeSizeof(ld->dType) != 4))
974 abs->setSrc(2, bld.loadImm(bld.getSSA(typeSizeof(ty)), 0));
1352 int sizeLd = typeSizeof(ld->dType);
1405 int sizeSt = typeSizeof(st->dType);
1464 size = typeSizeof(ldst->sType);
1512 const int size = typeSizeof(insn->sType);
1602 int32_t endS = offS + typeSizeof(st->dType);
1603 int32_t endR = offR + typeSizeof(ri->dType);
1943 typeSizeof(insn->dType) <= 4) &&
H A Dnv50_ir_build_util.cpp418 sym->reg.size = typeSizeof(ty);
445 sym->reg.size = typeSizeof(sym->reg.type);
H A Dnv50_ir_target_nv50.cpp323 ldSize = typeSizeof(ld->dType);
367 if (typeSizeof(ty) > 4)
H A Dnv50_ir_inlines.h49 static inline unsigned int typeSizeof(DataType ty) function
H A Dnv50_ir_lowering_nv50.cpp55 unsigned int fullSize = typeSizeof(fTy);
56 unsigned int halfSize = typeSizeof(hTy);
235 if (typeSizeof(i->dType) == 8)
355 if (isFloatType(mul->sType) || typeSizeof(mul->sType) <= 2)
H A Dnv50_ir.cpp363 reg.size = typeSizeof(ty);
H A Dnv50_ir_ra.cpp1917 for (size = typeSizeof(i->dType), s = 1; size > 0; ++s) {
1925 if (i->src(0).isIndirect(0) && typeSizeof(i->dType) >= 8)
H A Dnv50_ir_from_sm4.cpp1237 const int size = typeSizeof(sTy);

Completed in 1237 milliseconds