Searched refs:clState (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/vectors/ |
D | structs.h | 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); [all …]
|
D | structs.cpp | 36 clState *newClState(cl_device_id device, cl_context context, in newClState() 39 clState *pResult = (clState *)malloc(sizeof(clState)); in newClState() 53 clState *destroyClState(clState *pState) in destroyClState() 64 int clStateMakeProgram(clState *pState, const char *prog, in clStateMakeProgram() 78 int runKernel(clState *pState, size_t numThreads) in runKernel() 93 void clStateDestroyProgramAndKernel(clState *pState) in clStateDestroyProgramAndKernel() 110 bufferStruct *newBufferStruct(size_t inSize, size_t outSize, clState *pClState) in newBufferStruct() 155 bufferStruct *destroyBufferStruct(bufferStruct *destroyMe, clState *pClState) in destroyBufferStruct() 200 void initContents(bufferStruct *pBufferStruct, clState *pClState, in initContents() 268 int pushArgs(bufferStruct *pBufferStruct, clState *pClState) in pushArgs() [all …]
|
D | test_step.cpp | 47 clState* pClState = newClState(deviceID, context, queue); in test_step_internal()
|
D | test_vec_align.cpp | 90 clState* pClState = newClState(deviceID, context, queue); in test_vec_internal()
|