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

Method EndVideoCoding

tests/framework/binding.cpp:2182–2182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2180void CommandBuffer::EncodeVideo(const VkVideoEncodeInfoKHR& encodeInfo) { vk::CmdEncodeVideoKHR(handle(), &encodeInfo); }
2181
2182void CommandBuffer::EndVideoCoding(const VkVideoEndCodingInfoKHR& endInfo) { vk::CmdEndVideoCodingKHR(handle(), &endInfo); }
2183
2184void CommandBuffer::ResetEvent(const Event& event, VkPipelineStageFlags stage_mask) {
2185 vk::CmdResetEvent(handle(), event, stage_mask);

Callers 15

TestRateControlInfoMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

CmdEndVideoCodingKHRFunction · 0.85

Tested by 3

TestRateControlInfoMethod · 0.64
TestIntraRefreshCycleMethod · 0.64