/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 196 void (*funcPtr)(void); in executeTest() local 198 funcPtr = eglGetProcAddress(funcName); in executeTest() 201 if (supported && funcPtr == 0) in executeTest() 327 void (*funcPtr)(void); in executeTest() local 329 funcPtr = eglGetProcAddress(funcName); in executeTest() 332 if (apiSupported && funcPtrSupported && (funcPtr == 0)) in executeTest() 337 else if (!apiSupported && (funcPtr != 0)) in executeTest()
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
D | stubs.ll | 11 @funcPtr = common global i1 ()* null, align 4 16 store i1 ()* @test, i1 ()** @funcPtr 29 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-sm-pic.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | stubs.ll | 11 @funcPtr = common global i1 ()* null, align 4 16 store i1 ()* @test, i1 ()** @funcPtr 29 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-sm-pic.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | stubs.ll | 11 @funcPtr = common global i1 ()* null, align 4 16 store i1 ()* @test, i1 ()** @funcPtr 29 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-sm-pic.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | stubs-sm-pic.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-remote.ll | 14 @funcPtr = common global i1 ()* null, align 4 19 store i1 ()* @test, i1 ()** @funcPtr 32 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | stubs-sm-pic.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-remote.ll | 14 @funcPtr = common global i1 ()* null, align 4 19 store i1 ()* @test, i1 ()** @funcPtr 32 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | stubs-sm-pic.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-remote.ll | 14 @funcPtr = common global i1 ()* null, align 4 19 store i1 ()* @test, i1 ()** @funcPtr 32 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm-project/clang/test/Analysis/copypaste/ |
D | call.cpp | 28 bool (*funcPtr)(int); variable 34 return funcPtr(1); in fooPtr1()
|
/external/deqp/framework/delibs/deutil/ |
D | deDynamicLibrary.c | 65 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member 71 return ptr.funcPtr; in deDynamicLibrary_getFunction()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.hpp | 248 ValidationStruct(ValidationFuncPtr funcPtr) : validationFuncPtr(funcPtr) in ValidationStruct()
|
D | gl4cGlSpirvTests.cpp | 2461 ValidationFuncPtr funcPtr = m_validations[v].validationFuncPtr; in iterate() local 2462 result = (this->*funcPtr)(m_validations[v].outputs); in iterate()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3604 auto funcPtr = jit->builder->CreatePointerCast(V(fptr.value()), funcPtrTy); in Call() local 3608 return V(jit->builder->CreateCall(funcTy, funcPtr, arguments)); in Call()
|