Searched refs:HostMemoryAccess (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1305 class HostMemoryAccess : public Command class 1308 HostMemoryAccess (bool read, bool write, deUint32 seed); 1309 ~HostMemoryAccess (void) {} in ~HostMemoryAccess() 1326 HostMemoryAccess::HostMemoryAccess (bool read, bool write, deUint32 seed) in HostMemoryAccess() function in vkt::memory::__anon58c89e6c0111::HostMemoryAccess 1333 void HostMemoryAccess::logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1338 void HostMemoryAccess::prepare (PrepareContext& context) in prepare() 1346 void HostMemoryAccess::execute (ExecuteContext& context) in execute() 1400 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify() 8882 …case OP_MAP_READ: return de::MovePtr<Command>(new HostMemoryAccess(true, false, rng.getUint32()… in createHostCommand() 8883 …case OP_MAP_WRITE: return de::MovePtr<Command>(new HostMemoryAccess(false, true, rng.getUint32(… in createHostCommand() [all …]
|