Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp7370 vk::VkPipelineStageFlags getAllowedStages (void) const { return m_allowedStages; } in getAllowedStages() function in vkt::memory::__anon09d9cc850111::CacheState
8571 dstStages = state.cache.getAllowedStages() & state.rng.getUint32(); in applyOp()
8575 dstStages = dstStages ? dstStages : state.cache.getAllowedStages(); in applyOp()
8908 dstStages = state.cache.getAllowedStages() & rng.getUint32(); in createCmdCommand()
8912 dstStages = dstStages ? dstStages : state.cache.getAllowedStages(); in createCmdCommand()
9143 commands.push_back(new PipelineBarrier(state.cache.getAllowedStages(), in createCmdCommands()
9145 state.cache.getAllowedStages(), in createCmdCommands()