Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/allocations/
DtestBase.h37 #define MAX_NUMBER_TO_ALLOCATE 100 macro
Dallocation_execute.cpp153 argument_string = (char*)malloc(sizeof(char)*MAX_NUMBER_TO_ALLOCATE*64); in execute_kernel()
154 access_string = (char*)malloc(sizeof(char)*MAX_NUMBER_TO_ALLOCATE*(strlen(read_pattern)+10)); in execute_kernel()
155 …kernel_string = (char*)malloc(sizeof(char)*MAX_NUMBER_TO_ALLOCATE*(strlen(read_pattern)+10+64)+102… in execute_kernel()
Dmain.cpp111 cl_mem mems[MAX_NUMBER_TO_ALLOCATE]; in doTest()
Dallocation_functions.cpp192 int max_to_allocate = multiple_allocations ? MAX_NUMBER_TO_ALLOCATE : 1; in allocate_size()