Searched refs:CL_PROGRAM_DEVICES (Results 1 – 13 of 13) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_build_helpers.cpp | 346 error = clGetProgramInfo( program, CL_PROGRAM_DEVICES, sizeof( device1 ), &device1, NULL ); in test_get_program_info() 386 error = clGetProgramInfo( program, CL_PROGRAM_DEVICES, 0, NULL, ¶mSize ); in test_get_program_info()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_userevents.cpp | 60 clGetProgramInfo(program,CL_PROGRAM_DEVICES,num_devices_*sizeof(cl_device_id),device_list,NULL);\
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 427 case CL_PROGRAM_DEVICES: in clGetProgramInfo()
|
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 112 …error = clGetProgramInfo( *outProgram, CL_PROGRAM_DEVICES, sizeof( cl_device_id ) * deviceCount, d… in create_single_kernel_helper()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 2043 case CL_PROGRAM_DEVICES: in FromCLenum() 2077 return CL_PROGRAM_DEVICES; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 241 int error = clGetProgramInfo(program, CL_PROGRAM_DEVICES, sizeof(device), device, NULL); in get_program_device()
|
/external/mesa3d/include/CL/ |
D | cl.h | 698 #define CL_PROGRAM_DEVICES 0x1163 macro
|
D | cl2.hpp | 1270 F(cl_program_info, CL_PROGRAM_DEVICES, cl::vector<Device>) \ 6699 auto devs = getInfo<CL_PROGRAM_DEVICES>(&result);
|
D | cl.hpp | 1427 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \
|
/external/angle/include/CL/ |
D | cl.h | 700 #define CL_PROGRAM_DEVICES 0x1163 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 700 #define CL_PROGRAM_DEVICES 0x1163 macro
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 854 error = clGetProgramInfo(*outProgram, CL_PROGRAM_DEVICES, in build_program_create_kernel_helper()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 370 …error = clGetProgramInfo(program, CL_PROGRAM_DEVICES, sizeof(cl_device_id) * num_devices, device_l… in print_build_log()
|