MCPcopy 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

VideoEncodeInfoMethod · 0.45
CreateResourcesMethod · 0.45
MemoryBarrierMethod · 0.45
VkVideoLayerTestClass · 0.45
GetCodecFormatsMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected