Searched refs:HostMemoryAccess (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1344 class HostMemoryAccess : public Command class 1347 HostMemoryAccess (bool read, bool write, deUint32 seed); 1348 ~HostMemoryAccess (void) {} in ~HostMemoryAccess() 1366 HostMemoryAccess::HostMemoryAccess (bool read, bool write, deUint32 seed) in HostMemoryAccess() function in vkt::memory::__anon09d9cc850111::HostMemoryAccess 1373 void HostMemoryAccess::logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1378 void HostMemoryAccess::prepare (PrepareContext& context) in prepare() 1386 void HostMemoryAccess::execute (ExecuteContext& context) in execute() 1424 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify() 6122 …case OP_MAP_READ: return de::MovePtr<Command>(new HostMemoryAccess(true, false, rng.getUint32()… in createHostCommand() 6123 …case OP_MAP_WRITE: return de::MovePtr<Command>(new HostMemoryAccess(false, true, rng.getUint32(… in createHostCommand() [all …]
|