Home
last modified time | relevance | path

Searched defs:stateSip (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/debugger/
H A Dtest_source_level_debugger.cpp210 auto stateSip = findAll<STATE_SIP *>(cmdList.begin(), cmdList.end()); in HWTEST2_F() local
H A Dtest_l0_debugger_1.cpp225 STATE_SIP *stateSip = genCmdCast<STATE_SIP *>(*stateSipCmds[0]); in HWTEST_F() local
/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() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Dpatchtokens_decoder.h138 const SPatchStateSIP *stateSip = nullptr; member