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

Class BufPtr

test_conformance/api/test_clone_kernel.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96{
97 buffer->store[0] = iarg;
98}
99)"
100};
101
102struct BufPtr
103{
104 cl_int* store;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected