Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp7648 VkPipelineStageFlagBits earliest_bit = VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT; in GetLogicallyEarliestGraphicsPipelineStage() local
7649 int earliest_bit_order = GetGraphicsPipelineStageLogicalOrdinal(earliest_bit); in GetLogicallyEarliestGraphicsPipelineStage()
7657 earliest_bit = current_flag; in GetLogicallyEarliestGraphicsPipelineStage()
7662 return earliest_bit; in GetLogicallyEarliestGraphicsPipelineStage()