Searched refs:scissoredClear (Results 1 – 1 of 1) sorted by relevance
483 const bool scissoredClear = scissoredRenderArea != getRotatedCompleteRenderArea(contextVk); in clearImpl() local491 bool clearColorWithDraw = clearColor && (maskedClearColor || scissoredClear); in clearImpl()492 bool clearDepthWithDraw = clearDepth && scissoredClear; in clearImpl()493 bool clearStencilWithDraw = clearStencil && (maskedClearStencil || scissoredClear); in clearImpl()