Home
last modified time | relevance | path

Searched refs:kernelNames (Results 1 – 15 of 15) sorted by relevance

/external/intel-media-driver/media_driver/linux/common/cm/hal/
Dcm_task_internal_os.cpp47 m_taskProfilingInfo.kernelNames == nullptr) in VtuneWriteEventInfo()
Dcm_ftrace.cpp92 char *kernelname = taskInfo->kernelNames + kernelNameOffset; in WriteTaskProfilingInfo()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_task_internal.cpp902 …m_taskProfilingInfo.kernelNames = MOS_NewArray(char, (CM_MAX_KERNEL_NAME_SIZE_IN_BYTE * m_kernelCo… in VtuneInitProfilingInfo()
903 CM_CHK_NULL_GOTOFINISH_CMERROR(m_taskProfilingInfo.kernelNames); in VtuneInitProfilingInfo()
923 MOS_SecureStrcpy(m_taskProfilingInfo.kernelNames + m_taskProfilingInfo.kernelNameLen, in VtuneInitProfilingInfo()
964 MosSafeDeleteArray(m_taskProfilingInfo.kernelNames); in VtuneInitProfilingInfo()
1002 …m_taskProfilingInfo.kernelNames = MOS_NewArray(char, (CM_MAX_KERNEL_NAME_SIZE_IN_BYTE * m_kernelCo… in VtuneInitProfilingInfo()
1003 CM_CHK_NULL_GOTOFINISH_CMERROR(m_taskProfilingInfo.kernelNames); in VtuneInitProfilingInfo()
1023 MOS_SecureStrcpy(m_taskProfilingInfo.kernelNames + m_taskProfilingInfo.kernelNameLen, in VtuneInitProfilingInfo()
1059 MosSafeDeleteArray(m_taskProfilingInfo.kernelNames); in VtuneInitProfilingInfo()
1079 MosSafeDeleteArray(m_taskProfilingInfo.kernelNames); in VtuneReleaseProfilingInfo()
Dcm_task_internal.h56 char *kernelNames; member
/external/OpenCL-CTS/test_conformance/multiple_device_context/
Dtest_multiple_contexts.cpp160 …static const char *kernelNames[] = { "sample_test_1", "sample_test_2", "sample_test_3", "sample_te… in CreateTestItem() local
161 item->k[i] = clCreateKernel( item->p, kernelNames[i], &error ); in CreateTestItem()
166 …error( "FAILURE: clCreateKernel( \"%s\" ) failed in CreateTestItem: %d\n", kernelNames[i], error ); in CreateTestItem()
/external/angle/src/libANGLE/
DCLProgram.cpp244 Program::Program(Context &context, DevicePtrs &&devices, const char *kernelNames) in Program() argument
248 context.getImpl().createProgramWithBuiltInKernels(*this, kernelNames, &mImpl)); in Program()
DCLContext.cpp311 const char *kernelNames) in createProgramWithBuiltInKernels() argument
319 return Object::Create<Program>(*this, std::move(devs), kernelNames); in createProgramWithBuiltInKernels()
DCLProgram.h85 Program(Context &context, DevicePtrs &&devices, const char *kernelNames);
DCLContext.h87 const char *kernelNames);
DvalidationCL.cpp1392 std::string kernelNames; in ValidateCreateKernel() local
1398 kernelNames.resize(kernelNamesSize); in ValidateCreateKernel()
1400 prog.getInfo(ProgramInfo::KernelNames, kernelNamesSize, kernelNames.data(), nullptr))) in ValidateCreateKernel()
1405 angle::SplitString(kernelNames.c_str(), ";", angle::WhitespaceHandling::TRIM_WHITESPACE, in ValidateCreateKernel()
/external/OpenCL-CTS/test_conformance/pipes/
Dtest_pipe_read_write.cpp1300 const char *kernelNames[] = {"test_pipe_write_struct","test_pipe_read_struct"}; in test_pipe_readwrite_struct() local
1301 …ct_generic(deviceID, context, queue, num_elements, pipe_readwrite_struct_kernel_code, kernelNames); in test_pipe_readwrite_struct()
1395 …const char *kernelNames[] = {"test_pipe_workgroup_write_struct","test_pipe_workgroup_read_struct"}; in test_pipe_workgroup_readwrite_struct() local
1396 …(deviceID, context, queue, num_elements, pipe_workgroup_readwrite_struct_kernel_code, kernelNames); in test_pipe_workgroup_readwrite_struct()
1574 … const char *kernelNames[] = {"test_pipe_subgroup_write_struct","test_pipe_subgroup_read_struct"}; in test_pipe_subgroup_readwrite_struct() local
1575 …c(deviceID, context, queue, num_elements, pipe_subgroup_readwrite_struct_kernel_code, kernelNames); in test_pipe_subgroup_readwrite_struct()
1681 …const char *kernelNames[] = {"test_pipe_convenience_write_struct","test_pipe_convenience_read_stru… in test_pipe_convenience_readwrite_struct() local
1682 …eviceID, context, queue, num_elements, pipe_convenience_readwrite_struct_kernel_code, kernelNames); in test_pipe_convenience_readwrite_struct()
/external/ComputeLibrary/include/CL/
Dopencl.hpp6597 const string& kernelNames,
6613 kernelNames.c_str(),
/external/mesa3d/include/CL/
Dopencl.hpp6635 const string& kernelNames, in Program() argument
6651 kernelNames.c_str(), in Program()
Dcl.hpp5195 const STRING_CLASS& kernelNames, in Program() argument
5211 kernelNames.c_str(), in Program()
/external/OpenCL-CLHPP/include/CL/
Dopencl.hpp6596 const string& kernelNames, in Program() argument
6612 kernelNames.c_str(), in Program()