Home
last modified time | relevance | path

Searched refs:virtMem (Results 1 – 10 of 10) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DVertexCache.cpp79 } else if ( block->virtMem ) { in ActuallyFree()
80 Mem_Free( block->virtMem ); in ActuallyFree()
81 block->virtMem = NULL; in ActuallyFree()
138 return (void *)((byte *)buffer->virtMem + buffer->offset); in Position()
297 block->virtMem = Mem_Alloc( size ); in Alloc()
298 SIMDProcessor->Memcpy( block->virtMem, data, size ); in Alloc()
419 block->virtMem = tempBuffers[listNum]->virtMem; in AllocFrameTemp()
426 SIMDProcessor->Memcpy( (byte *)block->virtMem + block->offset, data, size ); in AllocFrameTemp()
H A DVertexCache.h45 void *virtMem; // only one of vbo / virtMem will be set member
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Djitallocator.cpp424 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
433 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
437 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
438 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
451 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
454 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Djitallocator.cpp439 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
448 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
452 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
453 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
466 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
469 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Djitallocator.cpp439 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
448 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
452 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
453 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
466 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
469 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp528 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
537 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
541 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
542 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
555 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp528 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
537 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
541 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
542 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
555 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp528 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
537 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
541 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
542 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
555 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp528 VirtMem::DualMapping virtMem {}; in JitAllocatorImpl_newBlock() local
537 …err = VirtMem::allocDualMapping(&virtMem, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessE… in JitAllocatorImpl_newBlock()
541 … err = VirtMem::alloc(&virtMem.ro, blockSize, VirtMem::kAccessReadWrite | VirtMem::kAccessExecute); in JitAllocatorImpl_newBlock()
542 virtMem.rw = virtMem.ro; in JitAllocatorImpl_newBlock()
555 JitAllocatorImpl_fillPattern(virtMem.rw, impl->fillPattern, blockSize); in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/science/ergo/ergo-3.8/source/scf/
H A DSCF_general.cc630 double virtMem = 0, resMem = 0, virtPeakMem = 0; in do_SCF_iterations() local
631 get_memory_usage_by_procfile(&virtMem, &resMem, &virtPeakMem); in do_SCF_iterations()