Home
last modified time | relevance | path

Searched defs:localMemory (Results 1 – 9 of 9) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/aub_mem_dump/
H A Daub_data.h14 bool localMemory; member
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/MiniCL/MiniCLTask/
H A DMiniCLTask.cpp45 MiniCLTask_LocalStoreMemory* localMemory = (MiniCLTask_LocalStoreMemory*)lsMemory; in processMiniCLTask() local
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/MiniCLTask/
H A DMiniCLTask.cpp73 MiniCLTask_LocalStoreMemory* localMemory = (MiniCLTask_LocalStoreMemory*)lsMemory; in processMiniCLTask() local
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/SpuSampleTask/
H A DSpuSampleTask.cpp47 SampleTask_LocalStoreMemory* localMemory = (SampleTask_LocalStoreMemory*)lsMemory; in processSampleTask() local
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/SpuSampleTask/
H A DSpuSampleTask.cpp47 SampleTask_LocalStoreMemory* localMemory = (SampleTask_LocalStoreMemory*)lsMemory; in processSampleTask() local
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLSLProgram.cpp205 program->a_normal = glGetAttribLocation(program->program_, "a_normal");
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DwiTest.cpp2603 wil::unique_hlocal_ptr<void> localMemory(LocalAlloc(LPTR, 100)); variable
2607 auto localMemory = wil::make_unique_hlocal_nothrow<DWORD>(42); variable
2613 auto localMemory = wil::make_unique_hlocal_nothrow<S>(); variable
2636 wil::unique_hlocal_secure_ptr<void> localMemory(LocalAlloc(LPTR, 100)); variable
2640 auto localMemory = wil::make_unique_hlocal_secure_nothrow<DWORD>(42); variable
2646 auto localMemory = wil::make_unique_hlocal_secure_nothrow<S>(); variable
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.h205 uint8_t *localMemory = nullptr; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.h205 uint8_t *localMemory = nullptr; member