MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetQueueId

Method GetQueueId

layers/sync/sync_submit.cpp:655–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655QueueId QueueBatchContext::GetQueueId() const {
656 QueueId id = queue_state_ ? queue_state_->GetQueueId() : kQueueIdInvalid;
657 return id;
658}
659
660ResourceUsageTag QueueBatchContext::SetupBatchTags(uint32_t tag_count) {
661 tag_range_ = sync_state_.ReserveGlobalTagRange(tag_count);

Callers 13

DetectHazardRangeMethod · 0.45
FormatErrorMessageFunction · 0.45
ApplyMultipleBarriersMethod · 0.45
DoValidateMethod · 0.45
ReplayRecordMethod · 0.45
RecordMethod · 0.45
DetectFirstUseHazardMethod · 0.45
SignalInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected