Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A 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()
/aosp_15_r20/external/OpenCL-CLHPP/examples/src/
H A Dtrivial.cpp240 auto v2 = vectorAddProgram.getInfo<CL_PROGRAM_BINARY_SIZES>(); in main()
244 vectorAddProgram.getInfo(CL_PROGRAM_BINARY_SIZES, &v4); in main()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A 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()
H A Dtest_compile.cpp2279 error = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_execute_after_serialize_reload_object()
2391 error = clGetProgramInfo(my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, in test_execute_after_serialize_reload_library()
3293 error = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_program_binary_type()
3376 error = clGetProgramInfo(my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, in test_program_binary_type()
3472 error = clGetProgramInfo(fully_linked_program, CL_PROGRAM_BINARY_SIZES, in test_program_binary_type()
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A DOpenCLMemoryUsage.cpp197 std::vector<size_t> binary_sizes = it.second.getInfo<CL_PROGRAM_BINARY_SIZES>(); in test_measurements()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_program.cc54 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
/aosp_15_r20/external/angle/src/common/
H A DPackedCLEnums_autogen.cpp2106 case CL_PROGRAM_BINARY_SIZES: in FromCLenum()
2140 return CL_PROGRAM_BINARY_SIZES; in ToCLenum()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dprogram.rs31 CL_PROGRAM_BINARY_SIZES => cl_prop::<Vec<usize>>(prog.bin_sizes()), in query()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp508 case CL_PROGRAM_BINARY_SIZES: in clGetProgramInfo()
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl.h709 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
H A Dopencl.hpp1278 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
7056 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo()
H A Dcl.hpp1420 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
5470 VECTOR_CLASS< ::size_t> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo()
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/
H A Dcl.h709 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl.h703 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl.h702 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
H A Dopencl.hpp1263 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
7018 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>();
/aosp_15_r20/external/angle/include/CL/
H A Dcl.h703 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp1396 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
6987 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo()