Home
last modified time | relevance | path

Searched refs:vram16 (Results 1 – 25 of 25) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk057714.cpp360 uint16_t *vram16 = (uint16_t*)m_vram.get(); in draw_frame() local
377 uint16_t pix = vram16[(m_frame[frame].base + li + i) ^ NATIVE_ENDIAN_VALUE_LE_BE(1, 0)]; in draw_frame()
467 uint16_t *vram16 = (uint16_t*)m_vram.get(); in draw_object() local
520 uint16_t pix = vram16[((index + (u >> 6)) ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)) & 0xffffff]; in draw_object()
528 uint16_t srcpix = vram16[fbaddr ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)]; in draw_object()
553 vram16[fbaddr ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)] = (pix & 0xffff); in draw_object()
611 uint16_t *vram16 = (uint16_t*)m_vram.get(); in fill_rect() local
620 vram16[(fbaddr+i) ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)] = color[i&3]; in fill_rect()
667 uint16_t *vram16 = (uint16_t*)m_vram.get(); in draw_character() local
674 uint16_t line = vram16[address ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)]; in draw_character()
[all …]
H A Dmac.cpp695 uint16_t const *const vram16 = (uint16_t *)m_vram.target(); in screen_update_macsonora() local
702 uint16_t const pixels = vram16[(y * stride) + (x^1)]; in screen_update_macsonora()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk057714.cpp360 uint16_t *vram16 = (uint16_t*)m_vram.get(); in draw_frame() local
377 uint16_t pix = vram16[(m_frame[frame].base + li + i) ^ NATIVE_ENDIAN_VALUE_LE_BE(1, 0)]; in draw_frame()
467 uint16_t *vram16 = (uint16_t*)m_vram.get(); in draw_object() local
520 uint16_t pix = vram16[((index + (u >> 6)) ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)) & 0xffffff]; in draw_object()
528 uint16_t srcpix = vram16[fbaddr ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)]; in draw_object()
553 vram16[fbaddr ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)] = (pix & 0xffff); in draw_object()
611 uint16_t *vram16 = (uint16_t*)m_vram.get(); in fill_rect() local
620 vram16[(fbaddr+i) ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)] = color[i&3]; in fill_rect()
667 uint16_t *vram16 = (uint16_t*)m_vram.get(); in draw_character() local
674 uint16_t line = vram16[address ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)]; in draw_character()
[all …]
H A Dmac.cpp695 uint16_t const *const vram16 = (uint16_t *)m_vram.target(); in screen_update_macsonora() local
702 uint16_t const pixels = vram16[(y * stride) + (x^1)]; in screen_update_macsonora()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Dmemory_interfacing.h72 uint word = uint(vram16.data[index ^ 1u]); in load_vram_color()
82 uint word = uint(vram16.data[index ^ 1u]); in load_vram_color()
155 u16 word = u16(vram16.data[index ^ 1u]); in load_vram_depth()
213 vram16.data[index ^ 1u] = mem_u16(word); in store_vram_color()
222 vram16.data[(index ^ 1u) + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); in store_vram_color()
233 vram16.data[index ^ 1u] = mem_u16(word); in store_vram_color()
242 vram16.data[(index ^ 1u) + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); in store_vram_color()
280 vram16.data[index ^ 1u] = mem_u16((current_depth << U16_C(2)) | (current_dz >> U16_C(2))); in store_vram_depth()
289 vram16.data[(index ^ 1) + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); in store_vram_depth()
H A Dupdate_upscaled_domain_post.comp50 } vram16;
82 uint real_word = uint(vram16.elems[index]);
H A Dextract_vram.comp32 } vram16;
81 uint word = uint(vram16.elems[linear_coord ^ 1]);
H A Dupdate_upscaled_domain_pre.comp49 } vram16;
120 uint real_word = uint(vram16.elems[index]);
H A Ddata_structures_buffers.h36 } vram16;
H A Dtmem_update.comp35 } vram16;
453 word = uint(vram16.data[(rdram_addr >> 1) ^ 1]);
538 word = uint(vram16.data[(rdram_addr >> 1) ^ 1]);
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/pnglib/
H A Dsavepng.c18 u16* vram16; in savepng() local
44 vram16 = (u16*)screen->data; in savepng()
62 color = vram16[x + y * screen->width]; in savepng()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/pnglib/
H A Dsavepng.c18 u16 *vram16; in savepng() local
50 vram16 = (u16 *)screen->data; in savepng()
68 color = vram16[x + y * screen->width]; in savepng()
/dports/games/openbor3711/openbor-6ec17fa/engine/source/pnglib/
H A Dsavepng.c18 u16* vram16; in savepng() local
44 vram16 = (u16*)screen->data; in savepng()
62 color = vram16[x + y * screen->width]; in savepng()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/pnglib/
H A Dsavepng.c17 u16 *vram16; in savepng() local
49 vram16 = (u16 *)screen->data; in savepng()
67 color = vram16[x + y * screen->width]; in savepng()
/dports/games/openbor/openbor-3caaddd5/engine/source/pnglib/
H A Dsavepng.c17 u16 *vram16; in savepng() local
49 vram16 = (u16 *)screen->data; in savepng()
67 color = vram16[x + y * screen->width]; in savepng()
/dports/games/openbor/openbor-3caaddd5/engine/psp/
H A Dimage.c171 u16* vram16; in savePNGImage() local
200 vram16 = (u16*)vram32; in savePNGImage()
210 color = vram16[x + y * bufferwidth]; in savePNGImage()
216 color = vram16[x + y * bufferwidth]; in savePNGImage()
222 color = vram16[x + y * bufferwidth]; in savePNGImage()
/dports/games/openbor4432/openbor-ba1eb4f/engine/psp/
H A Dimage.c171 u16* vram16; in savePNGImage() local
200 vram16 = (u16*)vram32; in savePNGImage()
210 color = vram16[x + y * bufferwidth]; in savePNGImage()
216 color = vram16[x + y * bufferwidth]; in savePNGImage()
222 color = vram16[x + y * bufferwidth]; in savePNGImage()
/dports/games/openbor3711/openbor-6ec17fa/engine/psp/
H A Dimage.c171 u16* vram16; in savePNGImage() local
200 vram16 = (u16*)vram32; in savePNGImage()
210 color = vram16[x + y * bufferwidth]; in savePNGImage()
216 color = vram16[x + y * bufferwidth]; in savePNGImage()
222 color = vram16[x + y * bufferwidth]; in savePNGImage()
/dports/games/openbor3979/openbor-2bcf25b/engine/psp/
H A Dimage.c171 u16* vram16; in savePNGImage() local
200 vram16 = (u16*)vram32; in savePNGImage()
210 color = vram16[x + y * bufferwidth]; in savePNGImage()
216 color = vram16[x + y * bufferwidth]; in savePNGImage()
222 color = vram16[x + y * bufferwidth]; in savePNGImage()
/dports/games/openbor3482/openbor-2c1ecd7/engine/psp/
H A Dimage.c171 u16* vram16; in savePNGImage() local
200 vram16 = (u16*)vram32; in savePNGImage()
210 color = vram16[x + y * bufferwidth]; in savePNGImage()
216 color = vram16[x + y * bufferwidth]; in savePNGImage()
222 color = vram16[x + y * bufferwidth]; in savePNGImage()
/dports/emulators/mess/mame-mame0226/src/devices/bus/nubus/
H A Dpds30_procolor816.cpp210 uint16_t const *const vram16 = (uint16_t *)&m_vram[0]; in screen_update() local
217 uint16_t const pixels = vram16[(y * 640) + BYTE_XOR_BE(x)]; in screen_update()
/dports/emulators/mame/mame-mame0226/src/devices/bus/nubus/
H A Dpds30_procolor816.cpp210 uint16_t const *const vram16 = (uint16_t *)&m_vram[0]; in screen_update() local
217 uint16_t const pixels = vram16[(y * 640) + BYTE_XOR_BE(x)]; in screen_update()
/dports/emulators/mednafen/mednafen/src/sms/
H A Dvdp.h32 uint16 vram16[0x2000]; member
H A Drender.cpp485 uint16 bp01 = vdp.vram16[(name << 4) | (y << 1) | (0)]; in update_bg_pattern_cache()
486 uint16 bp23 = vdp.vram16[(name << 4) | (y << 1) | (1)]; in update_bg_pattern_cache()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/VideoChips/
H A DVDP.c323 int vram16; member
958 if (vdp->vram16) { in vdpUpdateRegisters()
1609 vdp->vramEnable &= !vdp->vram16 || vdp->vdpRegs[14] == 0;
2246 vdp->vram16 = vramPages == 1; in vdpCreate()