Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c188 get_max_size(int *widthresult, int *heightresult) in get_max_size() function
293 if (get_max_size(&width, &height)) { in apple_glx_pbuffer_query()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp1265 clKernelWrapper get_max_size; in l_capacity() local
1267 …status = create_single_kernel_helper_with_build_options(context, &program, &get_max_size, ksrc.num… in l_capacity()
1296 …status = clSetKernelArg(get_max_size,0,sizeof(cl_mem),&max_size_ret_mem); test_error_ret(status,"s… in l_capacity()
1302 …status = clEnqueueNDRangeKernel(queue,get_max_size,1,0,&one,0,0,0,0); test_error_ret(status,"enque… in l_capacity()