Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1301 class HostMemoryAccess : public Command class
1304 HostMemoryAccess (bool read, bool write, deUint32 seed);
1305 ~HostMemoryAccess (void) {} in ~HostMemoryAccess()
1322 HostMemoryAccess::HostMemoryAccess (bool read, bool write, deUint32 seed) in HostMemoryAccess() function in vkt::memory::__anon09d9cc850111::HostMemoryAccess
1329 void HostMemoryAccess::logExecute (TestLog& log, size_t commandIndex) const in logExecute()
1334 void HostMemoryAccess::prepare (PrepareContext& context) in prepare()
1342 void HostMemoryAccess::execute (ExecuteContext& context) in execute()
1396 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify()
8847 …case OP_MAP_READ: return de::MovePtr<Command>(new HostMemoryAccess(true, false, rng.getUint32()… in createHostCommand()
8848 …case OP_MAP_WRITE: return de::MovePtr<Command>(new HostMemoryAccess(false, true, rng.getUint32(… in createHostCommand()
[all …]