Home
last modified time | relevance | path

Searched refs:TYPE_S8 (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h53 case TYPE_S8: in typeSizeof()
80 case 1: return sgn ? TYPE_S8 : TYPE_U8;
99 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32); in isSignedIntType()
122 case TYPE_U8: return TYPE_S8; in intTypeToSigned()
Dnv50_ir.cpp385 case TYPE_S8: in isInteger()
409 case TYPE_S8: return reg.data.s8 < 0; in isNegative()
436 case TYPE_S8: in applyLog2()
Dnv50_ir_emit_nv50.cpp566 case TYPE_S8: enc = 0x1; break; in emitLoadStoreSizeLG()
1172 case TYPE_S8: code[1] = 0x0c018000; break; in emitCVT()
1188 case TYPE_S8: code[1] = 0x04018000; break; in emitCVT()
1197 case TYPE_S8: in emitCVT()
Dnv50_ir_print.cpp386 case TYPE_S8: PRINT("%i", reg.data.s8); break; in print()
Dnv50_ir.h154 TYPE_S8, enumerator
Dnv50_ir_peephole.cpp336 case TYPE_S8: // NOTE: will be extended in applyTo()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1335 case TYPE_S8: in emitLoadStoreType()