Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp263 vector<MemoryRange> flushMappings; member
339 if (!config.flushMappings.empty()) in testMemoryMapping()
343 for (size_t ndx = 0; ndx < config.flushMappings.size(); ndx++) in testMemoryMapping()
344 …stLog::Message << "\tOffset: " << config.flushMappings[ndx].offset << " * atom, Size: " << config. in testMemoryMapping()
376 if (!config.flushMappings.empty()) in testMemoryMapping()
380 for (size_t ndx = 0; ndx < config.flushMappings.size(); ndx++) in testMemoryMapping()
381 …Log::Message << "\tOffset: " << config.flushMappings[ndx].offset * atomSize << ", Size: " << confi… in testMemoryMapping()
423 if (!config.flushMappings.empty()) in testMemoryMapping()
427 for (size_t ndx = 0; ndx < config.flushMappings.size(); ndx++) in testMemoryMapping()
435 config.flushMappings[ndx].offset * atomSize, in testMemoryMapping()
[all …]