Home
last modified time | relevance | path

Searched defs:mapFlags (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_map_image_tests.cpp66 auto mapFlags = CL_MAP_READ; in TEST_F() local
99 auto mapFlags = CL_MAP_READ; in HWTEST_F() local
163 auto mapFlags = CL_MAP_READ; in TEST_P() local
229 auto mapFlags = CL_MAP_READ; in HWTEST_F() local
255 auto mapFlags = CL_MAP_READ; in TEST_F() local
287 auto mapFlags = CL_MAP_READ; in TEST_F() local
325 auto mapFlags = CL_MAP_WRITE; in HWTEST_F() local
411 auto mapFlags = CL_MAP_READ; in HWTEST_F() local
453 auto mapFlags = CL_MAP_READ; in HWTEST_F() local
499 auto mapFlags = CL_MAP_READ; in HWTEST_F() local
[all …]
H A Denqueue_map_buffer_tests.cpp56 auto mapFlags = CL_MAP_READ; in TEST_F() local
80 auto mapFlags = CL_MAP_READ; in TEST_F() local
91 auto mapFlags = CL_MAP_READ; in TEST_F() local
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DMapControl.h50 AnimationFactory* mapFlags; variable
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/base/
H A Dconfig.lua471 function config.mapFlags(cfg, mappings) function
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/base/
H A Dconfig.lua489 function config.mapFlags(cfg, mappings) function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dmap_operations_handler_tests.cpp35 cl_map_flags mapFlags = CL_MAP_READ; member
149 cl_map_flags mapFlags = CL_MAP_WRITE; in TEST_P() local
H A Dimage_release_mapped_ptr_tests.cpp67 cl_map_flags mapFlags = CL_MAP_WRITE; in HWTEST_F() local
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmJit.h258 ArmGen::ARMReg NEONMapPrefixS(int vfpuReg, VectorSize sz, int mapFlags) { in NEONMapPrefixS()
261 ArmGen::ARMReg NEONMapPrefixT(int vfpuReg, VectorSize sz, int mapFlags) { in NEONMapPrefixT()
H A DArmCompVFPUNEONUtil.cpp77 ARMReg ArmJit::NEONMapPrefixST(int mipsReg, VectorSize sz, u32 prefix, int mapFlags) { in NEONMapPrefixST()
258 ArmJit::DestARMReg ArmJit::NEONMapPrefixD(int vreg, VectorSize sz, int mapFlags) { in NEONMapPrefixD()
H A DArmRegCache.cpp153 void ArmRegCache::MapRegTo(ARMReg reg, MIPSGPReg mipsReg, int mapFlags) { in MapRegTo()
225 ARMReg ArmRegCache::MapReg(MIPSGPReg mipsReg, int mapFlags) { in MapReg()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmJit.h258 ArmGen::ARMReg NEONMapPrefixS(int vfpuReg, VectorSize sz, int mapFlags) { in NEONMapPrefixS()
261 ArmGen::ARMReg NEONMapPrefixT(int vfpuReg, VectorSize sz, int mapFlags) { in NEONMapPrefixT()
H A DArmCompVFPUNEONUtil.cpp77 ARMReg ArmJit::NEONMapPrefixST(int mipsReg, VectorSize sz, u32 prefix, int mapFlags) { in NEONMapPrefixST()
258 ArmJit::DestARMReg ArmJit::NEONMapPrefixD(int vreg, VectorSize sz, int mapFlags) { in NEONMapPrefixD()
H A DArmRegCache.cpp153 void ArmRegCache::MapRegTo(ARMReg reg, MIPSGPReg mipsReg, int mapFlags) { in MapRegTo()
225 ARMReg ArmRegCache::MapReg(MIPSGPReg mipsReg, int mapFlags) { in MapReg()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmJit.h258 ArmGen::ARMReg NEONMapPrefixS(int vfpuReg, VectorSize sz, int mapFlags) { in NEONMapPrefixS()
261 ArmGen::ARMReg NEONMapPrefixT(int vfpuReg, VectorSize sz, int mapFlags) { in NEONMapPrefixT()
H A DArmCompVFPUNEONUtil.cpp77 ARMReg ArmJit::NEONMapPrefixST(int mipsReg, VectorSize sz, u32 prefix, int mapFlags) { in NEONMapPrefixST()
258 ArmJit::DestARMReg ArmJit::NEONMapPrefixD(int vreg, VectorSize sz, int mapFlags) { in NEONMapPrefixD()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Windows/DirectXTK/
H A DDirectXHelpers.h67 _In_ UINT mapFlags ) in MapGuard()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/src/
H A DKFDMemoryTest.cpp153 HsaMemMapFlags mapFlags = {0}; in TEST_F() local
665 HsaMemMapFlags mapFlags = {0}; in BigBufferSystemMemory() local
720 HsaMemMapFlags mapFlags = {0}; in BigBufferVRAM() local
790 HsaMemMapFlags mapFlags = {0}; in TEST_F() local
856 HsaMemMapFlags mapFlags = {0}; in TEST_F() local
1538 HsaMemMapFlags mapFlags = {0}; in TEST_F() local
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64RegCacheFPU.h113 bool IsMappedV(MIPSReg r) { return IsMapped((MIPSReg)(r + 32)); }
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dproperties_helper.cpp74 …ties::TransferProperties(MemObj *memObj, cl_command_type cmdType, cl_map_flags mapFlags, bool bloc… in TransferProperties()
H A Dproperties_helper.h52 cl_map_flags mapFlags = 0; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dreamweb/
H A Dbackdrop.cpp156 static bool addAlong(const MapFlag *mapFlags) { in addAlong()
164 static bool addLength(const MapFlag *mapFlags) { in addLength()
/dports/games/scummvm/scummvm-2.5.1/engines/dreamweb/
H A Dbackdrop.cpp156 static bool addAlong(const MapFlag *mapFlags) { in addAlong()
164 static bool addLength(const MapFlag *mapFlags) { in addLength()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/mem_obj/
H A Dmem_obj.cpp288 bool MemObj::mapMemObjFlagsInvalid(cl_map_flags mapFlags) { in mapMemObjFlagsInvalid()
392 bool MemObj::addMappedPtr(void *ptr, size_t ptrLength, cl_map_flags &mapFlags, in addMappedPtr()
H A Dmap_operations_handler.cpp19 bool MapOperationsHandler::add(void *ptr, size_t ptrLength, cl_map_flags &mapFlags, MemObjSizeArray… in add()
/dports/net/gerbera/gerbera-1.9.2/src/config/
H A Dclient_config.cc219 std::string ClientConfig::mapFlags(QuirkFlags flags) in mapFlags() function in ClientConfig

123