Home
last modified time | relevance | path

Searched refs:SPatchGlobalPointerProgramBinaryInfo (Results 1 – 8 of 8) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Dpatchtokens_tests.h173 iOpenCL::SPatchGlobalPointerProgramBinaryInfo globalPointerTok = {}; in ValidProgramWithGlobalSurfaceAndPointer()
187 …this->globalPointerMutable = reinterpret_cast<iOpenCL::SPatchGlobalPointerProgramBinaryInfo *>(sto… in recalcTokPtr()
191 iOpenCL::SPatchGlobalPointerProgramBinaryInfo *globalPointerMutable = nullptr;
215 …this->globalPointerMutable = reinterpret_cast<iOpenCL::SPatchGlobalPointerProgramBinaryInfo *>(sto… in recalcTokPtr()
221 iOpenCL::SPatchGlobalPointerProgramBinaryInfo *globalPointerMutable = nullptr;
H A Dpatchtokens_dumper_tests.cpp108SPatchGlobalPointerProgramBinaryInfo globPointer2 = *progWithGlobal.programScopeTokens.globalPoint… in TEST()
111 SPatchGlobalPointerProgramBinaryInfo globPointer3 = globPointer2; in TEST()
226 << sizeof(SPatchGlobalPointerProgramBinaryInfo) << R"===() in TEST()
236 << sizeof(SPatchGlobalPointerProgramBinaryInfo) << R"===() in TEST()
246 << sizeof(SPatchGlobalPointerProgramBinaryInfo) << R"===() in TEST()
H A Dpatchtokens_decoder_tests.cpp1121 …auto globalPointer0Off = pushBackToken<SPatchGlobalPointerProgramBinaryInfo>(PATCH_TOKEN_GLOBAL_PO… in TEST()
1122 …auto globalPointer1Off = pushBackToken<SPatchGlobalPointerProgramBinaryInfo>(PATCH_TOKEN_GLOBAL_PO… in TEST()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/executable_format/
H A Dpatch_shared.h394 struct SPatchGlobalPointerProgramBinaryInfo : struct
404 static_assert( sizeof( SPatchGlobalPointerProgramBinaryInfo ) == ( 20 + sizeof( SPatchItemHeader ) … argument
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Dpatchtokens_decoder.h181 StackVec<const SPatchGlobalPointerProgramBinaryInfo *, 4> globalPointer;
H A Dpatchtokens_dumper.cpp520 void dump(const SPatchGlobalPointerProgramBinaryInfo &value, std::stringstream &out, const std::str… in dump()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/Patch/
H A Dpatch_parser.cpp1427 const iOpenCL::SPatchGlobalPointerProgramBinaryInfo* pPatchItem = in DebugPatchList()
1428 (const iOpenCL::SPatchGlobalPointerProgramBinaryInfo*)pHeader; in DebugPatchList()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/sp/
H A Dsp_g8.cpp395 iOpenCL::SPatchGlobalPointerProgramBinaryInfo patch; in CreateProgramScopePatchStream()