Searched refs:CL_PROGRAM_BINARY_SIZES (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_binary.cpp | 39 …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/ |
D | cl_program.cc | 53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_unload_platform_compiler.cpp | 206 err = clGetProgramInfo(executable, CL_PROGRAM_BINARY_SIZES, 945 err = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_unload_program_binaries()
|
D | test_compile.cpp | 1869 …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/ |
D | program.cpp | 437 case CL_PROGRAM_BINARY_SIZES: in clGetProgramInfo()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 2047 case CL_PROGRAM_BINARY_SIZES: in FromCLenum() 2081 return CL_PROGRAM_BINARY_SIZES; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 700 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
D | cl2.hpp | 1272 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \ 6909 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>();
|
D | cl.hpp | 1429 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/ |
D | cl.h | 702 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 702 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 1288 CL_PROGRAM_BINARY_SIZES,sizeof(size_t),&binaryProgramSize,NULL); in CacheOpenCLKernel()
|