Home
last modified time | relevance | path

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

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbest_practices_utils.cpp2243 …if (ClearAttachmentsIsFullClear(primary.get(), uint32_t(clear.rects.size()), clear.rects.data())) { in PreCallValidateCmdExecuteCommands()
2273 …if (ClearAttachmentsIsFullClear(primary.get(), uint32_t(early_clear.rects.size()), early_clear.rec… in PreCallRecordCmdExecuteCommands()
2362 bool full_clear = ClearAttachmentsIsFullClear(cmd_state.get(), rectCount, pRects); in PreCallRecordCmdClearAttachments()
2947 bool BestPractices::ClearAttachmentsIsFullClear(const CMD_BUFFER_STATE_BP* cmd, uint32_t rectCount, in ClearAttachmentsIsFullClear() function in BestPractices
3048 if (!ClearAttachmentsIsFullClear(cb_node.get(), rectCount, pRects)) { in PreCallValidateCmdClearAttachments()
H A Dbest_practices_validation.h700 …bool ClearAttachmentsIsFullClear(const CMD_BUFFER_STATE_BP* cmd, uint32_t rectCount, const VkClear…