#include <level_zero/pi_level_zero.hpp>
Public Attributes | |
pi_uint32 | NumTimesClosedEarly = {0} |
pi_uint32 | NumTimesClosedFull = {0} |
pi_command_list_ptr_t | OpenCommandList {} |
pi_uint32 | QueueBatchSize = {0} |
Definition at line 903 of file pi_level_zero.hpp.
pi_uint32 _pi_queue::CommandBatch::NumTimesClosedEarly = {0} |
Definition at line 908 of file pi_level_zero.hpp.
Referenced by _pi_queue::adjustBatchSizeForFullBatch(), _pi_queue::adjustBatchSizeForPartialBatch(), and piQueueReleaseInternal().
pi_uint32 _pi_queue::CommandBatch::NumTimesClosedFull = {0} |
Definition at line 909 of file pi_level_zero.hpp.
Referenced by _pi_queue::adjustBatchSizeForFullBatch(), _pi_queue::adjustBatchSizeForPartialBatch(), and piQueueReleaseInternal().
pi_command_list_ptr_t _pi_queue::CommandBatch::OpenCommandList {} |
Definition at line 912 of file pi_level_zero.hpp.
Referenced by _pi_queue::adjustBatchSizeForPartialBatch(), _pi_queue::eventOpenCommandList(), _pi_queue::executeCommandList(), _pi_queue::executeOpenCommandList(), _pi_context::getAvailableCommandList(), and _pi_queue::hasOpenCommandList().
pi_uint32 _pi_queue::CommandBatch::QueueBatchSize = {0} |
Definition at line 920 of file pi_level_zero.hpp.
Referenced by _pi_queue::adjustBatchSizeForFullBatch(), _pi_queue::adjustBatchSizeForPartialBatch(), _pi_queue::executeCommandList(), and _pi_queue::isBatchingAllowed().