Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h58 case TYPE_S8: in typeSizeof()
100 case TYPE_S8: in typeSizeofLog2()
110 case 1: return sgn ? TYPE_S8 : TYPE_U8;
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64); in isSignedIntType()
154 case TYPE_U8: return TYPE_S8; in intTypeToSigned()
Dnv50_ir_emit_nv50.cpp592 case TYPE_S8: enc = 0x1; break; in emitLoadStoreSizeLG()
1416 case TYPE_S8: code[1] = 0x44018000; break; in emitCVT()
1432 case TYPE_S8: code[1] = 0x0c018000; break; in emitCVT()
1448 case TYPE_S8: code[1] = 0x04018000; break; in emitCVT()
1472 case TYPE_S8: code[1] = 0x08018000; break; in emitCVT()
1487 case TYPE_S8: code[1] = 0x00018000; break; in emitCVT()
1494 case TYPE_S8: in emitCVT()
1501 case TYPE_S8: code[1] = 0x08098000; break; in emitCVT()
1515 case TYPE_S8: code[1] = 0x00098000; break; in emitCVT()
Dnv50_ir.cpp386 case TYPE_S8: in isInteger()
413 case TYPE_S8: return reg.data.s8 < 0; in isNegative()
437 case TYPE_S8: in applyLog2()
Dnv50_ir_target_nvc0.cpp424 case TYPE_S8: in insnCanLoad()
Dnv50_ir_print.cpp524 case TYPE_S8: PRINT("%i", reg.data.s8); break; in print()
Dnv50_ir.h314 TYPE_S8, enumerator
Dnv50_ir_emit_gk110.cpp1689 case TYPE_S8: n = 3; break; in emitSUGType()
2115 case TYPE_S8: in emitLoadStoreType()
Dnv50_ir_lowering_nv50.cpp1666 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getPackedType()
1671 return (t->bits[c] == 8 ? TYPE_S8 : in getPackedType()
Dnv50_ir_emit_nvc0.cpp1804 case TYPE_S8: in emitLoadStoreType()
2317 case TYPE_S8: code[1] |= 3 << 13; break; in emitSUGType()
Dnv50_ir_emit_gv100.cpp1494 case TYPE_S8: type = 1; break; in emitSULD()
Dnv50_ir_lowering_nvc0.cpp2199 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()
2204 return (t->bits[c] == 8 ? TYPE_S8 : in getSrcType()
Dnv50_ir_peephole.cpp501 case TYPE_S8: // NOTE: will be extended in applyTo()
2262 cvt->sType = cvt->sType == TYPE_U32 ? TYPE_U8 : TYPE_S8; in handleCVT_EXTBF()
Dnv50_ir_emit_gm107.cpp3334 case TYPE_S8: type = 1; break; in emitSULDx()
/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h361 TYPE_S8 = 7, // XXX I assume? enumerator
377 case TYPE_S8: in type_size()
400 return (type == TYPE_S32) || (type == TYPE_S16) || (type == TYPE_S8); in type_sint()
Dir3_print.c63 [TYPE_S8] = "s8", in type_name()
Dir3_parser.y141 return TYPE_S8; in parse_type()
1279 | T_TYPE_S8 { $$ = TYPE_S8; }
Dir3_compiler_nir.c165 src_type = TYPE_S8; in create_cov()
236 dst_type = TYPE_S8; in create_cov()
/third_party/ffmpeg/libavcodec/
Dshorten.c53 #define TYPE_S8 1 macro