Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h251 VALSTATETRACK_MAP_AND_TRAITS(VkCommandPool, COMMAND_POOL_STATE, commandPoolMap)
323 …const COMMAND_POOL_STATE* GetCommandPoolState(VkCommandPool pool) const { return Get<COMMAND_POOL_…
324COMMAND_POOL_STATE* GetCommandPoolState(VkCommandPool pool) { return Get<COMMAND_POOL_STATE>(pool)…
779 … void FreeCommandBufferStates(COMMAND_POOL_STATE* pool_state, const uint32_t command_buffer_count,
914 …bool CheckCommandBuffersInFlight(const COMMAND_POOL_STATE* pPool, const char* action, const char* …
Dcore_validation_types.h89 struct COMMAND_POOL_STATE : public BASE_NODE { struct
103 static bool TempIsReleaseOp(const COMMAND_POOL_STATE *pool, const Barrier *barrier) { in TempIsReleaseOp() argument
108 static bool IsAcquireOp(const COMMAND_POOL_STATE *pool, const Barrier *barrier) { in IsAcquireOp()
Dcore_validation.cpp4746 bool CoreChecks::CheckCommandBuffersInFlight(const COMMAND_POOL_STATE *pPool, const char *action, c… in CheckCommandBuffersInFlight()
4755 void ValidationStateTracker::FreeCommandBufferStates(COMMAND_POOL_STATE *pool_state, const uint32_t… in FreeCommandBufferStates()
4803 std::unique_ptr<COMMAND_POOL_STATE> cmd_pool_state(new COMMAND_POOL_STATE{}); in PostCallRecordCreateCommandPool()
4841 const COMMAND_POOL_STATE *cp_state = GetCommandPoolState(commandPool); in PreCallValidateDestroyCommandPool()
4853 COMMAND_POOL_STATE *cp_state = GetCommandPoolState(commandPool); in PreCallRecordDestroyCommandPool()
8830 bool AllTransferOp(const COMMAND_POOL_STATE *pool, OpCheck &op_check, uint32_t count, const Barrier… in AllTransferOp()