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.cpp7483 vk::VkPipelineStageFlags getAllowedStages (void) const { return m_allowedStages; } in getAllowedStages() function in vkt::memory::__anone897a1840111::CacheState
8480 dstStages = state.cache.getAllowedStages() & state.rng.getUint32(); in applyOp()
8484 dstStages = dstStages ? dstStages : state.cache.getAllowedStages(); in applyOp()
8798 dstStages = state.cache.getAllowedStages() & rng.getUint32(); in createCmdCommand()
8802 dstStages = dstStages ? dstStages : state.cache.getAllowedStages(); in createCmdCommand()