Home
last modified time | relevance | path

Searched refs:ConstantPointer (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Reactor/
DAssert.hpp38 …Call(failedAssert, ConstantPointer(#expression), ConstantPointer(__FILE__), rr::Int(__LINE__), Con…
DTraits.inl21 // returning a ConstantPointer for v.
25 return ConstantPointer(v);
40 return ConstantPointer(v);
48 return ConstantPointer(v);
DReactor.hpp2760 RValue<Pointer<Byte>> ConstantPointer(const void *ptr);
3077 ConstantPointer(reinterpret_cast<void *>(fptr)), in Call()
3099 rr::Call(ConstantPointer(reinterpret_cast<void *>(fptr)), in Call()
DLLVMReactor.cpp3354 RValue<Pointer<Byte>> ConstantPointer(const void *ptr) in ConstantPointer() function
DSubzeroReactor.cpp4047 RValue<Pointer<Byte>> ConstantPointer(const void *ptr) in ConstantPointer() function
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp393 TEST(ReactorUnitTests, ConstantPointer) in TEST() argument
399 Int x = *Pointer<Int>(ConstantPointer(&c)); in TEST()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1836 *lastReached = rr::ConstantPointer(value); in process()