Home
last modified time | relevance | path

Searched refs:ConstantPointer (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DAssert.hpp38 Call(failedAssert, ConstantPointer(#expression), ConstantPointer(__FILE__), Int(__LINE__), ConstantPointer(FUNCSIG)); \
H A DReactor.hpp2963 RValue<Pointer<Byte>> ConstantPointer(void const *ptr);
3296 ConstantPointer(reinterpret_cast<void *>(fptr)),
3318 rr::Call(ConstantPointer(reinterpret_cast<void *>(fptr)), in Call()
H A DLLVMReactor.cpp3599 RValue<Pointer<Byte>> ConstantPointer(void const *ptr) in ConstantPointer() function
H A DSubzeroReactor.cpp4244 RValue<Pointer<Byte>> ConstantPointer(void const *ptr)
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp390 TEST(ReactorUnitTests, ConstantPointer)
396 Int x = *Pointer<Int>(ConstantPointer(&c));
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1836 *lastReached = rr::ConstantPointer(value);

Completed in 33 milliseconds