Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp39 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_binary_get()
88 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_binary_create()
115 …error = clGetProgramInfo( program_from_binary, CL_PROGRAM_BINARY_SIZES, sizeof( binary2Size ), &bi… in test_binary_create()
134 …error = clGetProgramInfo( programWithoutStatus, CL_PROGRAM_BINARY_SIZES, sizeof( binary3Size ), &b… in test_binary_create()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_program.cc53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp206 err = clGetProgramInfo(executable, CL_PROGRAM_BINARY_SIZES,
945 err = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_unload_program_binaries()
Dtest_compile.cpp1869 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_execute_after_serialize_reload_object()
1959 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), … in test_execute_after_serialize_reload_library()
2677 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_program_binary_type()
2738 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), … in test_program_binary_type()
2808 …error = clGetProgramInfo( fully_linked_program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &bi… in test_program_binary_type()
/external/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp437 case CL_PROGRAM_BINARY_SIZES: in clGetProgramInfo()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp2047 case CL_PROGRAM_BINARY_SIZES: in FromCLenum()
2081 return CL_PROGRAM_BINARY_SIZES; in ToCLenum()
/external/mesa3d/include/CL/
Dcl.h700 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
Dcl2.hpp1272 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
6909 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>();
Dcl.hpp1429 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
5475 VECTOR_CLASS< ::size_t> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo()
/external/angle/include/CL/
Dcl.h702 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h702 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
/external/ImageMagick/MagickCore/
Dopencl.c1288 CL_PROGRAM_BINARY_SIZES,sizeof(size_t),&binaryProgramSize,NULL); in CacheOpenCLKernel()