Home
last modified time | relevance | path

Searched refs:SPatchStateSIP (Results 1 – 10 of 10) 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_shared.h20 struct SPatchStateSIP : struct
27 static_assert( sizeof( SPatchStateSIP ) == ( 4 + sizeof( SPatchItemHeader ) ) , "The size of SPatch… argument
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/test_files/
H A Dpatch_list.h135 struct SPatchStateSIP : struct
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Dpatchtokens_decoder.h138 const SPatchStateSIP *stateSip = nullptr;
H A Dpatchtokens_dumper.cpp311 void dump(const SPatchStateSIP &value, std::stringstream &out, const std::string &indent) { in dump()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/Patch/
H A Dpatch_parser.cpp642 const iOpenCL::SPatchStateSIP* pPatchItem = in DebugPatchList()
643 (const iOpenCL::SPatchStateSIP*)pHeader; in DebugPatchList()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Dpatchtokens_dumper_tests.cpp529 auto stateSip = initToken<SPatchStateSIP>(PATCH_TOKEN_STATE_SIP); in TEST()
767 << sizeof(SPatchStateSIP) << R"===() in TEST()
H A Dpatchtokens_decoder_tests.cpp338 auto stateSipOff = pushBackToken<SPatchStateSIP>(PATCH_TOKEN_STATE_SIP, storage); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dkernel_data.cpp1346 SPatchStateSIP token; in TEST_F()
1348 token.Size = static_cast<uint32_t>(sizeof(SPatchStateSIP)); in TEST_F()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/sp/
H A Dsp_g8.cpp1141 iOpenCL::SPatchStateSIP patch; in CreatePatchList()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/kernel/
H A Dkernel_descriptor_from_patchtokens_tests.cpp1167 iOpenCL::SPatchStateSIP sip = {}; in TEST()