Searched refs:HostMemoryAccess (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1335 class HostMemoryAccess : public Command class 1338 HostMemoryAccess (bool read, bool write, deUint32 seed); 1339 ~HostMemoryAccess (void) {} in ~HostMemoryAccess() 1356 HostMemoryAccess::HostMemoryAccess (bool read, bool write, deUint32 seed) in HostMemoryAccess() function in vkt::memory::__anone897a1840111::HostMemoryAccess 1363 void HostMemoryAccess::logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1368 void HostMemoryAccess::prepare (PrepareContext& context) in prepare() 1376 void HostMemoryAccess::execute (ExecuteContext& context) in execute() 1414 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify() 8737 …case OP_MAP_READ: return de::MovePtr<Command>(new HostMemoryAccess(true, false, rng.getUint32()… in createHostCommand() 8738 …case OP_MAP_WRITE: return de::MovePtr<Command>(new HostMemoryAccess(false, true, rng.getUint32(… in createHostCommand() [all …]
|