Home
last modified time | relevance | path

Searched refs:GETLE16 (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Dsoft.c251 r=((XCOL1D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
252 b=((XCOL2D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
253 g=((XCOL3D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
468 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColG()
562 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColG_SPR()
865 r=((XCOL1D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
866 b=((XCOL2D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
867 g=((XCOL3D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
937 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColGX()
2804 GETLE16(&psxVuw[clutP+tC1])| in drawPoly3TEx4()
[all …]
H A Dswap.h36 #define GETLEs16(X) ((int16_t)GETLE16((uint16_t *)X))
42 static __inline__ uint16_t GETLE16(uint16_t *ptr) { in GETLE16() function
66 #define GETLE16(X) LE2HOST16(*(uint16_t *)X) macro
H A Dgpu.c415 color = GETLE16(pD); in GPUmakeSnapshot()
1342 lGPUdataRet=(uint32_t)GETLE16(VRAMRead.ImagePtr); in GPUreadDataMem()
1357 lGPUdataRet|=(uint32_t)GETLE16(VRAMRead.ImagePtr)<<16; in GPUreadDataMem()
1511 gdata=(gdata&0xFFFF)|(((uint32_t)GETLE16(VRAMWrite.ImagePtr))<<16); in GPUwriteDataMem()
2247 int32_t color = GETLE16(pD); in GPUgetScreenPic()
H A Ddraw.c1455 s = GETLE16(&psxVuw[startxy++]); in BlitScreen32()
1544 s = GETLE16(&psxVuw[startxy++]); in BlitToYUV()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfxvideo/
H A Dsoft.c156 r=((XCOL1D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
157 b=((XCOL2D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
158 g=((XCOL3D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
368 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColG()
456 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColG_SPR()
753 r=((XCOL1D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
754 b=((XCOL2D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
755 g=((XCOL3D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
825 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColGX()
2630 GETLE16(&psxVuw[clutP+tC1])| in drawPoly3TEx4()
[all …]
H A Dgpu.h103 #define GETLEs16(X) ((int16_t)GETLE16((uint16_t *)X))
106 #define GETLE16(X) LE2HOST16(*(uint16_t *)X) macro
H A Dgpulib_if.c87 #define GETLEs16(X) ((int16_t)GETLE16((uint16_t *)X))
90 #define GETLE16(X) LE2HOST16(*(uint16_t *)X) macro
H A Dgpu.c756 lGPUdataRet=(uint32_t)GETLE16(VRAMRead.ImagePtr); in GPUreadDataMem()
771 lGPUdataRet|=(uint32_t)GETLE16(VRAMRead.ImagePtr)<<16; in GPUreadDataMem()
927 gdata=(gdata&0xFFFF)|(((uint32_t)GETLE16(VRAMWrite.ImagePtr))<<16); in GPUwriteDataMem()
H A Ddraw.c1399 s = GETLE16(&psxVuw[startxy++]); in BlitScreen32()
1493 s = GETLE16(&psxVuw[startxy++]); in BlitToYUV()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfxvideo/
H A Dsoft.c156 r=((XCOL1D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
157 b=((XCOL2D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
158 g=((XCOL3D(GETLE16(pdest)))<<3); in GetShadeTransCol_Dither()
368 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColG()
456 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColG_SPR()
753 r=((XCOL1D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
754 b=((XCOL2D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
755 g=((XCOL3D(GETLE16(pdest)))<<3); in GetTextureTransColGX_Dither()
825 d =(GETLE16(pdest)&0x7bde)>>1; in GetTextureTransColGX()
2630 GETLE16(&psxVuw[clutP+tC1])| in drawPoly3TEx4()
[all …]
H A Dgpu.h103 #define GETLEs16(X) ((int16_t)GETLE16((uint16_t *)X))
106 #define GETLE16(X) LE2HOST16(*(uint16_t *)X) macro
H A Dgpulib_if.c87 #define GETLEs16(X) ((int16_t)GETLE16((uint16_t *)X))
90 #define GETLE16(X) LE2HOST16(*(uint16_t *)X) macro
H A Dgpu.c756 lGPUdataRet=(uint32_t)GETLE16(VRAMRead.ImagePtr); in GPUreadDataMem()
771 lGPUdataRet|=(uint32_t)GETLE16(VRAMRead.ImagePtr)<<16; in GPUreadDataMem()
927 gdata=(gdata&0xFFFF)|(((uint32_t)GETLE16(VRAMWrite.ImagePtr))<<16); in GPUwriteDataMem()
H A Ddraw.c1399 s = GETLE16(&psxVuw[startxy++]); in BlitScreen32()
1493 s = GETLE16(&psxVuw[startxy++]); in BlitToYUV()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dif_wi_pcmcia.c427 #define GETLE16(p) ((p)[0] | ((p)[1]<<8)) macro
471 if (GETLE16(ebuf) > sizeof(ebuf)) in wi_pcmcia_load_firm()
473 if (wi_pcmcia_write_firm(sc, secsym, seclen, ebuf + 4, GETLE16(ebuf))) in wi_pcmcia_load_firm()
506 len = GETLE16(p); p += 2; in wi_pcmcia_write_firm()
523 elen = GETLE16(q); q += 2; in wi_pcmcia_write_firm()
524 eid = GETLE16(q); q += 2; in wi_pcmcia_write_firm()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_ipw.c1801 #define GETLE16(p) ((p)[0] | (p)[1] << 8) macro
1814 len = GETLE16(p); p += 2; in ipw_load_firmware()