Searched refs:getAllowedStages (Results 1 – 1 of 1) sorted by relevance
7370 vk::VkPipelineStageFlags getAllowedStages (void) const { return m_allowedStages; } in getAllowedStages() function in vkt::memory::__anon09d9cc850111::CacheState8571 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()