Home
last modified time | relevance | path

Searched refs:bufferSrc (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dtests.cpp407 byte *bufferSrc = ((byte *)bufferSrc32); in fastCopySpeed() local
411 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
413 fastCopyDifferentSizes(bufferDst, bufferSrc+1); in fastCopySpeed()
414 fastCopyDifferentSizes(bufferDst+1, bufferSrc); in fastCopySpeed()
417 bufferSrc = UNCACHED(bufferSrc); in fastCopySpeed()
418 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
420 fastCopyDifferentSizes(bufferDst, bufferSrc+1); in fastCopySpeed()
425 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
431 bufferSrc = CACHED(bufferSrc); in fastCopySpeed()
432 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dtests.cpp407 byte *bufferSrc = ((byte *)bufferSrc32); in fastCopySpeed() local
411 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
413 fastCopyDifferentSizes(bufferDst, bufferSrc+1); in fastCopySpeed()
414 fastCopyDifferentSizes(bufferDst+1, bufferSrc); in fastCopySpeed()
417 bufferSrc = UNCACHED(bufferSrc); in fastCopySpeed()
418 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
420 fastCopyDifferentSizes(bufferDst, bufferSrc+1); in fastCopySpeed()
425 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
431 bufferSrc = CACHED(bufferSrc); in fastCopySpeed()
432 fastCopyDifferentSizes(bufferDst, bufferSrc); in fastCopySpeed()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreString.cpp268 const char* bufferSrc = init.c_str(); in normalizeFilePath() local
288 if ((bufferSrc[indexSrc] == '\\') || (bufferSrc[indexSrc] == '/')) in normalizeFilePath()
298 if ((bufferSrc[indexSrc] == '.') && in normalizeFilePath()
299 ((bufferSrc[indexSrc + 1] == '\\') || (bufferSrc[indexSrc + 1] == '/'))) in normalizeFilePath()
306 else if ((bufferSrc[indexSrc] == '.') && (bufferSrc[indexSrc + 1] == '.') && in normalizeFilePath()
307 ((bufferSrc[indexSrc + 2] == '\\') || (bufferSrc[indexSrc + 2] == '/'))) in normalizeFilePath()
331 char curChar = bufferSrc[indexSrc]; in normalizeFilePath()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreString.cpp268 const char* bufferSrc = init.c_str(); in normalizeFilePath() local
288 if ((bufferSrc[indexSrc] == '\\') || (bufferSrc[indexSrc] == '/')) in normalizeFilePath()
298 if ((bufferSrc[indexSrc] == '.') && in normalizeFilePath()
299 ((bufferSrc[indexSrc + 1] == '\\') || (bufferSrc[indexSrc + 1] == '/'))) in normalizeFilePath()
306 else if ((bufferSrc[indexSrc] == '.') && (bufferSrc[indexSrc + 1] == '.') && in normalizeFilePath()
307 ((bufferSrc[indexSrc + 2] == '\\') || (bufferSrc[indexSrc + 2] == '/'))) in normalizeFilePath()
331 char curChar = bufferSrc[indexSrc]; in normalizeFilePath()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/aub_tests/bindless/
H A Dbindless_kernel_aub_tests.cpp72 …auto bufferSrc = driverHandle->svmAllocsManager->createHostUnifiedMemoryAllocation(bufferSize, uni… in HWTEST2_F() local
73 memset(bufferSrc, 55, bufferSize); in HWTEST2_F()
81 …simulatedCsr->writeMemory(*driverHandle->svmAllocsManager->getSVMAlloc(bufferSrc)->gpuAllocations.… in HWTEST2_F()
96 EXPECT_EQ(ZE_RESULT_SUCCESS, zeKernelSetArgumentValue(kernel, 0, sizeof(void *), &bufferSrc)); in HWTEST2_F()
108 bufferSrc, bufferSize); in HWTEST2_F()
111 driverHandle->svmAllocsManager->freeSVMAlloc(bufferSrc); in HWTEST2_F()
/dports/sysutils/siegfried/siegfried-1.9.1/internal/siegreader/
H A Dsiegreader_test.go44 b.bufferSrc.(*file).once.Do(func() {
45 b.bufferSrc.(*file).data = b.bufferSrc.(*file).pool.bfpool.get().(*bigfile)
46 b.bufferSrc.(*file).data.(*bigfile).setSource(b.bufferSrc.(*file))
51 b.bufferSrc.(*file).once.Do(func() {
52 b.bufferSrc.(*file).data = b.bufferSrc.(*file).pool.sfpool.get().(*smallfile)
53 b.bufferSrc.(*file).data.(*smallfile).setSource(b.bufferSrc.(*file))
H A Dbuffers.go63 buf.bufferSrc = stream
68 return &Buffer{bufferSrc: ext}, err
72 return &Buffer{bufferSrc: fbuf}, err
77 switch v := i.bufferSrc.(type) {
H A Dsiegreader.go54 type bufferSrc interface { interface
68 bufferSrc anonMember
/dports/finance/chiapos/chiapos-1.0.3/lib/FiniteStateEntropy/programs/
H A DfuzzerU16.c194 const U16* const bufferSrc = (FUZ_rand(&roundSeed) & 0x1FF) ? bufferP8 : bufferP80; in FUZ_tests() local
195 const U16* const bufferTest = bufferSrc + offset; in FUZ_tests()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_debug_kernel_tests.cpp67 cl_mem src = &bufferSrc; in SetUp()
92 MockBuffer bufferSrc; member in EnqueueDebugKernelTest
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/command_queue/
H A Denqueue_kernel_aub_tests.cpp1019 auto bufferSrc = std::unique_ptr<Buffer>(Buffer::create(context, in HWTEST2_F() local
1024 ASSERT_NE(nullptr, bufferSrc); in HWTEST2_F()
1027 …memcpy(bufferSrc->getGraphicsAllocation(device->getRootDeviceIndex())->getUnderlyingBuffer(), imag… in HWTEST2_F()
1029 simulatedCsr->writeMemory(*bufferSrc->getGraphicsAllocation(device->getRootDeviceIndex())); in HWTEST2_F()
1032 kernel->setArg(0, bufferSrc.get()); in HWTEST2_F()
/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Dloader.cpp326 CalBufferSource bufferSrc(inputBuffer); in loadCoreAnimation() local
327 return loadCoreAnimation(bufferSrc,skel); in loadCoreAnimation()
347 CalBufferSource bufferSrc(inputBuffer); in loadCoreMaterial() local
348 return loadCoreMaterial(bufferSrc); in loadCoreMaterial()
368 CalBufferSource bufferSrc(inputBuffer); in loadCoreMesh() local
369 return loadCoreMesh(bufferSrc); in loadCoreMesh()
389 CalBufferSource bufferSrc(inputBuffer); in loadCoreSkeleton() local
390 return loadCoreSkeleton(bufferSrc); in loadCoreSkeleton()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dimagefloat.cc545 AlignedBuffer<float> bufferSrc(width * 3); in ExecCMSTransform() local
557 pSrc = bufferSrc.data; in ExecCMSTransform()
568 cmsDoTransform(hTransform, bufferSrc.data, bufferRGB.data, width); in ExecCMSTransform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/validation/
H A DResourceUsageTrackingTests.cpp461 wgpu::Buffer bufferSrc = in TEST_F() local
469 wgpu::BindGroup bg0 = utils::MakeBindGroup(device, bgl0, {{0, bufferSrc}}); in TEST_F()
477 encoder.CopyBufferToBuffer(bufferSrc, 0, bufferDst, 0, 4); in TEST_F()
488 encoder.CopyBufferToBuffer(bufferSrc, 0, bufferDst, 0, 4); in TEST_F()
/dports/games/ksirk/ksirk-21.12.3/ksirk/
H A Dkgamewin.cpp1711 QByteArray bufferSrc; in moveArmies() local
1712 QDataStream streamSrc(&bufferSrc, QIODevice::WriteOnly); in moveArmies()
1714 m_automaton->sendMessage(bufferSrc,FirstCountry); in moveArmies()