Lines Matching refs:clState
31 } clState; typedef
33 clState* newClState(cl_device_id device, cl_context context,
35 clState* destroyClState(clState* pState);
37 int clStateMakeProgram(clState* pState, const char* prog,
39 void clStateDestroyProgramAndKernel(clState* pState);
41 int runKernel(clState* pState, size_t numThreads);
57 bufferStruct* newBufferStruct(size_t inSize, size_t outSize, clState* pClState);
59 bufferStruct* destroyBufferStruct(bufferStruct* destroyMe, clState* pClState);
61 void initContents(bufferStruct* pBufferStruct, clState* pClState,
64 int pushArgs(bufferStruct* pBufferStruct, clState* pClState);
65 int retrieveResults(bufferStruct* pBufferStruct, clState* pClState);
67 int checkCorrectnessStep(bufferStruct* pBufferStruct, clState* pClState,
71 int checkCorrectnessAlign(bufferStruct* pBufferStruct, clState* pClState,
74 int checkPackedCorrectness(bufferStruct* pBufferStruct, clState* pClState,