Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h1351 …bool PreCallValidateCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBuffersCount,
1353 … void PreCallRecordCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBuffersCount,
Dcore_validation.cpp10539 …cks::PreCallValidateCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBuffersCount, in PreCallValidateCmdExecuteCommands() argument
10548 for (uint32_t i = 0; i < commandBuffersCount; i++) { in PreCallValidateCmdExecuteCommands()
10672 …hecks::PreCallRecordCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBuffersCount, in PreCallRecordCmdExecuteCommands() argument
10678 for (uint32_t i = 0; i < commandBuffersCount; i++) { in PreCallRecordCmdExecuteCommands()