Home
last modified time | relevance | path

Searched refs:DATA_PARAMETER_PARENT_EVENT (Results 1 – 11 of 11) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/executable_format/
H A Dpatch_list.h223 DATA_PARAMETER_PARENT_EVENT, // 22 enumerator
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dkernel_data_OCL2_0.cpp82 dataParameterToken.Type = DATA_PARAMETER_PARENT_EVENT; in TEST_F()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/
H A DKernelArgs.cpp713 … { KernelArg::ArgType::IMPLICIT_DEVICE_ENQUEUE_EVENT_POOL, iOpenCL::DATA_PARAMETER_PARENT_EVENT }, in initArgTypeTokenMap()
716 …{ KernelArg::ArgType::IMPLICIT_DEVICE_ENQUEUE_PARENT_EVENT, iOpenCL::DATA_PARAMETER_PARENT_EVENT }, in initArgTypeTokenMap()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_reflection_surface_tests.cpp752 iOpenCL::DATA_PARAMETER_PARENT_EVENT, in TEST_P()
858 case iOpenCL::DATA_PARAMETER_PARENT_EVENT: in TEST_P()
871 case iOpenCL::DATA_PARAMETER_PARENT_EVENT: in TEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Dpatchtokens_decoder.cpp284 case DATA_PARAMETER_PARENT_EVENT: in decodeKernelDataParameterToken()
H A Dpatchtokens_dumper.cpp116 CASE_TOK_STR(DATA_PARAMETER_PARENT_EVENT); in asString()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/Patch/
H A Dpatch_parser.cpp432 case iOpenCL::DATA_PARAMETER_PARENT_EVENT: in DebugPatchList()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Dpatchtokens_dumper_tests.cpp920 auto parentEvent = initDataParameterBufferToken(DATA_PARAMETER_PARENT_EVENT); in TEST()
H A Dpatchtokens_decoder_tests.cpp579 auto parentEventOff = pushBackDataParameterToken(DATA_PARAMETER_PARENT_EVENT, storage); in TEST()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/sp/
H A Dsp_g8.cpp1473 if( patch.Type == iOpenCL::DATA_PARAMETER_PARENT_EVENT ) in CreatePatchList()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp2110 …emplaceIfValidOffsetAndSetTokenMask(DATA_PARAMETER_PARENT_EVENT, payloadMappings.implicitArgs.devi… in getCurbeParams()