Searched refs:isSignedType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h102 static inline bool isSignedType(DataType ty) function
H A Dnv50_ir_lowering_nv50.cpp402 if (isSignedType(ty)) {
437 if (!isSignedType(ty)) {
H A Dnv50_ir_emit_nv50.cpp1006 if (isSignedType(i->sType))
1331 if (i->op == OP_SHR && isSignedType(i->sType))
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h102 static inline bool isSignedType(DataType ty) function
H A Dnv50_ir_lowering_nv50.cpp402 if (isSignedType(ty)) {
437 if (!isSignedType(ty)) {
H A Dnv50_ir_emit_nv50.cpp1006 if (isSignedType(i->sType))
1331 if (i->op == OP_SHR && isSignedType(i->sType))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp606 if (isSignedType(i->dType))
608 if (isSignedType(i->sType))
692 | (isSignedType(i->dType) ? 0x20 : 0x00));
756 op |= isSignedType(i->dType) ? 0x23 : 0x03;
853 code[0] = 0x088 | (isSignedType(i->sType) ? (1 << 8) : 0);
857 code[0] = 0x288 | (isSignedType(i->sType) ? (1 << 8) : 0);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp606 if (isSignedType(i->dType))
608 if (isSignedType(i->sType))
692 | (isSignedType(i->dType) ? 0x20 : 0x00));
756 op |= isSignedType(i->dType) ? 0x23 : 0x03;
853 code[0] = 0x088 | (isSignedType(i->sType) ? (1 << 8) : 0);
857 code[0] = 0x288 | (isSignedType(i->sType) ? (1 << 8) : 0);

Completed in 596 milliseconds