MCPcopy Create free account
hub / github.com/a2flo/floor / get_function_entry

Method get_function_entry

src/device/vulkan/vulkan_function.cpp:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574const device_function::function_entry* vulkan_function::get_function_entry(const device& dev) const {
575 if (const auto iter = functions.find((const vulkan_device*)&dev); iter != functions.end()) {
576 return iter->second.get();
577 }
578 return nullptr;
579}
580
581std::unique_ptr<argument_buffer> vulkan_function::create_argument_buffer_internal(const device_queue& cqueue,
582 const function_entry& kern_entry,

Callers 1

vulkan_pipelineMethod · 0.45

Calls 3

findMethod · 0.80
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected