Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-ValidationLayers
/ IsEncode
Method
IsEncode
tests/framework/video_objects.h:233–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
232
bool IsDecode() const { return is_decode_; }
233
bool IsEncode() const { return is_encode_; }
234
235
void SetDecode() { is_decode_ = true; }
236
void SetEncode() { is_encode_ = true; }
Callers
7
VideoEncodeInfo
Method · 0.45
CreateResources
Method · 0.45
CreateEncodeFeedbackQueryPool
Method · 0.45
MemoryBarrier
Method · 0.45
VkVideoLayerTest
Class · 0.45
GetCodecFormats
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected