MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / image2d_from_buffer_supported

Function image2d_from_buffer_supported

src/core/CL/CLHelpers.cpp:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411bool image2d_from_buffer_supported(const cl::Device &device)
412{
413 return device_supports_extension(device, "cl_khr_image2d_from_buffer");
414}
415
416size_t get_cl_image_pitch_alignment(const cl::Device &device)
417{

Callers 10

export_to_cl_imageFunction · 0.85
configure_targetMethod · 0.85
configure_targetMethod · 0.85
setupMethod · 0.85
TEST_CASEFunction · 0.85

Calls 1

Tested by

no test coverage detected