Lines Matching refs:dirtyBitsIterator
1149 angle::Result ContextVk::handleDirtyGraphicsMemoryBarrier(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsMemoryBarrier() argument
1152 return handleDirtyMemoryBarrierImpl(dirtyBitsIterator, dirtyBitMask); in handleDirtyGraphicsMemoryBarrier()
1258 angle::Result ContextVk::handleDirtyMemoryBarrierImpl(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyMemoryBarrierImpl() argument
1279 if (dirtyBitsIterator) in handleDirtyMemoryBarrierImpl()
1281 return flushDirtyGraphicsRenderPass(dirtyBitsIterator, dirtyBitMask); in handleDirtyMemoryBarrierImpl()
1299 angle::Result ContextVk::handleDirtyGraphicsEventLog(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsEventLog() argument
1366 angle::Result ContextVk::handleDirtyGraphicsDefaultAttribs(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsDefaultAttribs() argument
1380 angle::Result ContextVk::handleDirtyGraphicsPipelineDesc(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsPipelineDesc() argument
1446 ANGLE_TRY(flushDirtyGraphicsRenderPass(dirtyBitsIterator, dirtyBitMask)); in handleDirtyGraphicsPipelineDesc()
1448 dirtyBitsIterator->setLaterBit(DIRTY_BIT_TRANSFORM_FEEDBACK_RESUME); in handleDirtyGraphicsPipelineDesc()
1452 dirtyBitsIterator->setLaterBit(DIRTY_BIT_PIPELINE_BINDING); in handleDirtyGraphicsPipelineDesc()
1457 angle::Result ContextVk::handleDirtyGraphicsRenderPass(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsRenderPass() argument
1464 ANGLE_TRY(flushDirtyGraphicsRenderPass(dirtyBitsIterator, in handleDirtyGraphicsRenderPass()
1478 ANGLE_TRY(handleDirtyGraphicsPipelineDesc(dirtyBitsIterator, dirtyBitMask)); in handleDirtyGraphicsRenderPass()
1484 angle::Result ContextVk::handleDirtyGraphicsPipelineBinding(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsPipelineBinding() argument
1675 angle::Result ContextVk::handleDirtyGraphicsTextures(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsTextures() argument
1686 angle::Result ContextVk::handleDirtyGraphicsVertexBuffers(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsVertexBuffers() argument
1716 angle::Result ContextVk::handleDirtyGraphicsIndexBuffer(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsIndexBuffer() argument
1735 DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsFramebufferFetchBarrier() argument
1865 angle::Result ContextVk::handleDirtyGraphicsShaderResources(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsShaderResources() argument
1877 DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsTransformFeedbackBuffersEmulation() argument
1919 DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsTransformFeedbackBuffersExtension() argument
1987 DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsTransformFeedbackResume() argument
1997 angle::Result ContextVk::handleDirtyGraphicsDescriptorSets(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsDescriptorSets() argument
2003 angle::Result ContextVk::handleDirtyGraphicsViewport(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsViewport() argument
2010 angle::Result ContextVk::handleDirtyGraphicsScissor(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsScissor() argument
4708 angle::Result ContextVk::handleDirtyGraphicsDriverUniforms(DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsDriverUniforms() argument
4874 DirtyBits::Iterator *dirtyBitsIterator, in handleDirtyGraphicsDriverUniformsBinding() argument
5718 angle::Result ContextVk::flushDirtyGraphicsRenderPass(DirtyBits::Iterator *dirtyBitsIterator, in flushDirtyGraphicsRenderPass() argument
5727 dirtyBitsIterator->setLaterBits(mNewGraphicsCommandBufferDirtyBits & dirtyBitMask); in flushDirtyGraphicsRenderPass()