Home
last modified time | relevance | path

Searched refs:program_from_binary (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp80 clProgramWrapper program, program_from_binary; in test_binary_create() local
106program_from_binary = clCreateProgramWithBinary( context, 1, &deviceID, &binarySize, buffers, load… in test_binary_create()
110 error = clBuildProgram( program_from_binary, 1, &deviceID, NULL, NULL, NULL ); in test_binary_create()
115 …error = clGetProgramInfo( program_from_binary, CL_PROGRAM_BINARY_SIZES, sizeof( binary2Size ), &bi… in test_binary_create()
121 …error = clGetProgramInfo( program_from_binary, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, N… in test_binary_create()
175 kernel_binary = clCreateKernel(program_from_binary, "sample_test", &error); in test_binary_create()