Searched refs:b16 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | disasm-a3xx.c | 255 OPC(3, OPC_SEL_B16, sel.b16), 263 OPC(3, OPC_SHLG_B16, shlg.b16),
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | disasm-a3xx.c | 943 OPC(3, OPC_SEL_B16, sel.b16),
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 4672 static inline bool box32_to_box16(const Box32Rec *b32, BoxRec *b16) argument 4674 b16->x1 = b32->x1; 4675 b16->y1 = b32->y1; 4676 b16->x2 = b32->x2; 4677 b16->y2 = b32->y2; 4679 return b16->x2 > b16->x1 && b16->y2 > b16->y1;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 4550 static inline bool box32_to_box16(const Box32Rec *b32, BoxRec *b16) argument 4552 b16->x1 = b32->x1; 4553 b16->y1 = b32->y1; 4554 b16->x2 = b32->x2; 4555 b16->y2 = b32->y2; 4557 return b16->x2 > b16->x1 && b16->y2 > b16->y1;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 1693 - ir3: add newly found shlg.b16 instruction
|
Completed in 45 milliseconds