/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A 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()
|
/aosp_15_r20/external/OpenCL-CLHPP/examples/src/ |
H A D | trivial.cpp | 240 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 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()
|
H A D | test_compile.cpp | 2279 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 D | OpenCLMemoryUsage.cpp | 197 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 D | cl_program.cc | 54 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
|
/aosp_15_r20/external/angle/src/common/ |
H A D | PackedCLEnums_autogen.cpp | 2106 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 D | program.rs | 31 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 D | program.cpp | 508 case CL_PROGRAM_BINARY_SIZES: in clGetProgramInfo()
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl.h | 709 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
H A D | opencl.hpp | 1278 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 D | cl.hpp | 1420 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 D | cl.h | 709 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl.h | 703 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl.h | 702 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
H A D | opencl.hpp | 1263 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 D | cl.h | 703 #define CL_PROGRAM_BINARY_SIZES 0x1165 macro
|
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/ |
H A D | opencl.hpp | 1396 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \ 6987 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo()
|