Searched refs:CheckMemoryAccess (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 279 spv_result_t CheckMemoryAccess(ValidationState_t& _, const Instruction* inst, in CheckMemoryAccess() function 550 CheckMemoryAccess(_, inst, inst->GetOperandAs<uint32_t>(3))) in ValidateLoad() 642 CheckMemoryAccess(_, inst, inst->GetOperandAs<uint32_t>(2))) in ValidateStore() 710 CheckMemoryAccess(_, inst, inst->GetOperandAs<uint32_t>(2))) in ValidateCopyMemory() 758 CheckMemoryAccess(_, inst, inst->GetOperandAs<uint32_t>(3))) in ValidateCopyMemory()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 289 spv_result_t CheckMemoryAccess(ValidationState_t& _, const Instruction* inst, in CheckMemoryAccess() function 728 if (auto error = CheckMemoryAccess(_, inst, 3)) return error; in ValidateLoad() 816 if (auto error = CheckMemoryAccess(_, inst, 2)) return error; in ValidateStore() 880 if (auto error = CheckMemoryAccess(_, inst, 2)) return error; in ValidateCopyMemory() 924 if (auto error = CheckMemoryAccess(_, inst, 3)) return error; in ValidateCopyMemory()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 1837 CheckMemoryAccess(address, stack); in LoadStoreHelper() 2010 CheckMemoryAccess(address, stack); in LoadStorePairHelper() 2193 void Simulator::CheckMemoryAccess(uintptr_t address, uintptr_t stack) { in CheckMemoryAccess() function in v8::internal::Simulator
|
D | simulator-arm64.h | 1348 void CheckMemoryAccess(uintptr_t address, uintptr_t stack);
|