Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp114 size_t binary2Size; in test_binary_create() local
115 …ramInfo( program_from_binary, CL_PROGRAM_BINARY_SIZES, sizeof( binary2Size ), &binary2Size, NULL ); in test_binary_create()
119 unsigned char *binary2 = (unsigned char*)malloc(binary2Size); in test_binary_create()
126 …gramWithoutStatus = clCreateProgramWithBinary( context, 1, &deviceID, &binary2Size, buffers, NULL,… in test_binary_create()