MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / reset

Method reset

test_conformance/common/vulkan_wrapper/vulkan_wrapper.cpp:832–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832VulkanFence::~VulkanFence() { vkDestroyFence(device, fence, nullptr); }
833
834void VulkanFence::reset() { vkResetFences(device, 1, &fence); }
835

Callers 15

test_buffer_kernelFunction · 0.45
test_image_format_readFunction · 0.45
test_image_format_writeFunction · 0.45
REGISTER_TESTFunction · 0.45
test_pipe_readwriteFunction · 0.45
REGISTER_TESTFunction · 0.45
REGISTER_TESTFunction · 0.45
REGISTER_TESTFunction · 0.45
run_testFunction · 0.45
REGISTER_TESTFunction · 0.45
test_imagecopy3d_implFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_buffer_kernelFunction · 0.36
test_image_format_readFunction · 0.36
test_image_format_writeFunction · 0.36
REGISTER_TESTFunction · 0.36
test_pipe_readwriteFunction · 0.36
REGISTER_TESTFunction · 0.36
REGISTER_TESTFunction · 0.36
REGISTER_TESTFunction · 0.36
run_testFunction · 0.36
REGISTER_TESTFunction · 0.36
test_imagecopy3d_implFunction · 0.36