Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-ValidationLayers
/ Lock
Method
Lock
layers/state_tracker/queue_state.h:203–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
202
using LockGuard = std::unique_lock<std::mutex>;
203
LockGuard Lock() const { return LockGuard(lock_); }
204
205
const std::deque<QueueSubmission> &Submissions() { return submissions_; }
206
Callers
13
VideoSessionParameters
Method · 0.45
Retire
Method · 0.45
ValidateDecodeH264ParametersAddInfo
Method · 0.45
ValidateDecodeH265ParametersAddInfo
Method · 0.45
ValidateEncodeH264ParametersAddInfo
Method · 0.45
ValidateEncodeH265ParametersAddInfo
Method · 0.45
ValidateVideoDecodeInfoH264
Method · 0.45
ValidateVideoDecodeInfoH265
Method · 0.45
ValidateVideoEncodeInfoH264
Method · 0.45
ValidateVideoEncodeInfoH265
Method · 0.45
ValidateVideoEncodeInfoAV1
Method · 0.45
PreCallValidateUpdateVideoSessionParametersKHR
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected