Home
last modified time | relevance | path

Searched refs:streamProperties (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hp_core/xehp/
H A Dtest_preamble_xehp.cpp25 StreamProperties streamProperties{}; in HWTEST2_F() local
26 streamProperties.frontEndState.setProperties(false, false, false, *defaultHwInfo); in HWTEST2_F()
41 StreamProperties streamProperties{}; in HWTEST2_F() local
42 streamProperties.frontEndState.setProperties(false, false, false, *defaultHwInfo); in HWTEST2_F()
58 StreamProperties streamProperties{}; in HWTEST2_F() local
59 streamProperties.frontEndState.setProperties(false, false, false, *defaultHwInfo); in HWTEST2_F()
74 StreamProperties streamProperties{}; in HWTEST2_F() local
92 StreamProperties streamProperties{}; in HWTEST2_F() local
93 streamProperties.frontEndState.setProperties(false, false, false, hwInfo); in HWTEST2_F()
110 StreamProperties streamProperties{}; in HWTEST2_F() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/encoders/
H A Dtest_encode_grf_mode_xe_hp_and_later.cpp24 StreamProperties streamProperties{}; in HWCMDTEST_F() local
25streamProperties.stateComputeMode.setProperties(false, cmdContainer->lastSentNumGrfRequired + 1, 0… in HWCMDTEST_F()
26 …Type>::programComputeModeCommand(*cmdContainer->getCommandStream(), streamProperties.stateComputeM… in HWCMDTEST_F()
60 StreamProperties streamProperties{}; in HWTEST2_F() local
61 streamProperties.stateComputeMode.setProperties(false, 256u, 0u); in HWTEST2_F()
62 …mily>::programComputeModeCommand(*cmdContainer->getCommandStream(), streamProperties.stateComputeM… in HWTEST2_F()
80 StreamProperties streamProperties{}; in HWTEST2_F() local
81 streamProperties.stateComputeMode.largeGrfMode.set(0); in HWTEST2_F()
82 …mily>::programComputeModeCommand(*cmdContainer->getCommandStream(), streamProperties.stateComputeM… in HWTEST2_F()
H A Dtest_encode_dispatch_kernel_pvc_and_later.cpp60 StreamProperties streamProperties{}; in HWCMDTEST_F() local
61 streamProperties.stateComputeMode.setProperties(false, GrfConfig::LargeGrfNumber, 0u); in HWCMDTEST_F()
62 …Type>::programComputeModeCommand(*cmdContainer->getCommandStream(), streamProperties.stateComputeM… in HWCMDTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcompute_mode_tests.h22 using CommandStreamReceiver::streamProperties;
39 …csrHw->streamProperties.stateComputeMode.threadArbitrationPolicy.value = hwHelper.getDefaultThread…
40 csrHw->streamProperties.stateComputeMode.threadArbitrationPolicy.isDirty = true;
55 csrHw->streamProperties.stateComputeMode.isCoherencyRequired.value = requireCoherency; in overrideComputeModeRequest()
56 … csrHw->streamProperties.stateComputeMode.isCoherencyRequired.isDirty = coherencyRequestChanged; in overrideComputeModeRequest()
57 …csrHw->streamProperties.stateComputeMode.largeGrfMode.value = (numGrfRequired == GrfConfig::LargeG… in overrideComputeModeRequest()
58 csrHw->streamProperties.stateComputeMode.largeGrfMode.isDirty = numGrfRequiredChanged; in overrideComputeModeRequest()
H A Dcommand_stream_receiver_flush_task_1_tests.cpp76 …EXPECT_EQ(-1, commandStreamReceiver.streamProperties.stateComputeMode.threadArbitrationPolicy.valu… in HWTEST_F()
80 …static_cast<uint32_t>(commandStreamReceiver.streamProperties.stateComputeMode.threadArbitrationPol… in HWTEST_F()
942 commandStreamReceiver.streamProperties.stateComputeMode.isCoherencyRequired.value = 0; in HWTEST_F()
955 …commandStreamReceiver.streamProperties.stateComputeMode.setProperties(flushTaskFlags.requiresCoher… in HWTEST_F()
989 …commandStreamReceiver.streamProperties.stateComputeMode.setProperties(flushTaskFlags.requiresCoher… in HWTEST_F()
1011 commandStreamReceiver.streamProperties.stateComputeMode.isCoherencyRequired.value = 0; in HWTEST_F()
1027 …commandStreamReceiver.streamProperties.stateComputeMode.setProperties(flushTaskFlags.requiresCoher… in HWTEST_F()
1167 commandStreamReceiver->streamProperties.stateComputeMode.isCoherencyRequired.value = 0; in HWCMDTEST_F()
1318 …spatchFlags.threadArbitrationPolicy, static_cast<uint32_t>(mockCsr->streamProperties.stateComputeM… in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dcommand_stream_receiver_hw_tgllp_and_later.inl29 StreamProperties streamProperties{}; local
30 streamProperties.stateComputeMode.setProperties(this->streamProperties.stateComputeMode);
31 …EncodeComputeMode<GfxFamily>::programComputeModeCommand(stream, streamProperties.stateComputeMode,…
44 return this->streamProperties.stateComputeMode.isDirty() ||
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpc_core/
H A Dpreamble_xe_hpc_core.cpp21 …dProgramVFEState(const HardwareInfo &hwInfo, const StreamProperties &streamProperties, void *cmd) { in appendProgramVFEState() argument
24 …command->setComputeOverdispatchDisable(streamProperties.frontEndState.disableOverdispatch.value ==… in appendProgramVFEState()
25 …command->setSingleSliceDispatchCcsMode(streamProperties.frontEndState.singleSliceDispatchCcsMode.v… in appendProgramVFEState()
29 …if (programComputeDispatchAllWalkerEnableInCfeState && streamProperties.frontEndState.computeDispa… in appendProgramVFEState()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpg_core/
H A Dcompute_mode_tests_xe_hpg_core.cpp54 pCsr->streamProperties.stateComputeMode = {}; in XE_HPG_CORETEST_F()
55 pCsr->streamProperties.stateComputeMode.setProperties(false, 0u, 0u); in XE_HPG_CORETEST_F()
72 pCsr->streamProperties.stateComputeMode = {}; in XE_HPG_CORETEST_F()
73 pCsr->streamProperties.stateComputeMode.setProperties(false, 0u, 0u); in XE_HPG_CORETEST_F()
H A Dtest_cmds_programming_xe_hpg_core.cpp366 StreamProperties streamProperties{}; in HWTEST2_F() local
367 streamProperties.frontEndState.setProperties(false, false, false, hwInfo); in HWTEST2_F()
368 PreambleHelper<FamilyType>::programVfeState(pVfeCmd, hwInfo, 0u, 0, 0, streamProperties); in HWTEST2_F()
384 StreamProperties streamProperties{}; in HWTEST2_F() local
385 streamProperties.frontEndState.setProperties(false, false, false, hwInfo); in HWTEST2_F()
386 PreambleHelper<FamilyType>::programVfeState(pVfeCmd, hwInfo, 0u, 0, 0, streamProperties); in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpg_core/
H A Dpreamble_xe_hpg_core.cpp18 …dProgramVFEState(const HardwareInfo &hwInfo, const StreamProperties &streamProperties, void *cmd) { in appendProgramVFEState() argument
21 …command->setComputeOverdispatchDisable(streamProperties.frontEndState.disableOverdispatch.value ==… in appendProgramVFEState()
22 …command->setSingleSliceDispatchCcsMode(streamProperties.frontEndState.singleSliceDispatchCcsMode.v… in appendProgramVFEState()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hp_core/
H A Dpreamble_xe_hp_core.cpp20 …dProgramVFEState(const HardwareInfo &hwInfo, const StreamProperties &streamProperties, void *cmd) { in appendProgramVFEState() argument
23 …command->setComputeOverdispatchDisable(streamProperties.frontEndState.disableOverdispatch.value ==… in appendProgramVFEState()
24 …command->setSingleSliceDispatchCcsMode(streamProperties.frontEndState.singleSliceDispatchCcsMode.v… in appendProgramVFEState()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpc_core/
H A Dtest_preamble_xe_hpc_core.cpp25 StreamProperties streamProperties{}; in XE_HPC_CORETEST_F() local
34 streamProperties.frontEndState.setProperties(kernelExecutionType, false, false, *hwInfo); in XE_HPC_CORETEST_F()
36 PreambleHelper<FamilyType>::programVfeState(pVfeCmd, *hwInfo, 0u, 0, 0, streamProperties); in XE_HPC_CORETEST_F()
63 StreamProperties streamProperties{}; in XE_HPC_CORETEST_F() local
64 streamProperties.frontEndState.setProperties(true, false, false, *hwInfo); in XE_HPC_CORETEST_F()
66 PreambleHelper<FamilyType>::programVfeState(pVfeCmd, *hwInfo, 0u, 0, 0, streamProperties); in XE_HPC_CORETEST_F()
/dports/net-im/ktp-call-ui/ktp-call-ui-21.12.3/libktpcall/private/
H A Ddevice-element-factory.cpp228 QGst::Structure streamProperties("stream-properties"); in addStreamProperties() local
229 streamProperties.setValue("media.role", "phone"); in addStreamProperties()
230 streamProperties.setValue("filter.want", "echo-cancel"); in addStreamProperties()
231 element->setProperty("stream-properties", streamProperties); in addStreamProperties()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/
H A Dcoherency_tests_gen11.cpp24 using CommandStreamReceiver::streamProperties;
30 csr->streamProperties.stateComputeMode.isCoherencyRequired.isDirty = requestChanged; in overrideCoherencyRequest()
31 csr->streamProperties.stateComputeMode.isCoherencyRequired.value = requireCoherency; in overrideCoherencyRequest()
/dports/multimedia/phonon-gstreamer/phonon-backend-gstreamer-4.10.0/gstreamer/
H A Daudiooutput.cpp233 …const QHash<QString, QString> streamProperties = PulseSupport::getInstance()->streamProperties(uui… in setStreamUuid() local
235 QHashIterator<QString, QString> it(streamProperties); in setStreamUuid()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dpreamble_xehp_and_later.inl99 …ndProgramVFEState(const HardwareInfo &hwInfo, const StreamProperties &streamProperties, void *cmd);
115 const StreamProperties &streamProperties) { argument
124 appendProgramVFEState(hwInfo, streamProperties, &cmd);
H A Dpreamble.h44 …ndProgramVFEState(const HardwareInfo &hwInfo, const StreamProperties &streamProperties, void *cmd);
53 const StreamProperties &streamProperties);
H A Dpreamble_bdw_and_later.inl44 const StreamProperties &streamProperties) { argument
60 appendProgramVFEState(hwInfo, streamProperties, &cmd);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdqueue/
H A Dcmdqueue_hw.inl242 auto &streamProperties = csr->getStreamProperties(); local
248streamProperties.frontEndState.setProperties(anyCommandListWithCooperativeKernels, disableOverdisp…
251 streamProperties.frontEndState.singleSliceDispatchCcsMode.set(isEngineInstanced);
253 frontEndStateDirty |= streamProperties.frontEndState.isDirty();
391 streamProperties.frontEndState.setProperties(requiredStreamState.frontEndState);
392 programVfe |= streamProperties.frontEndState.isDirty();
402 streamProperties.frontEndState.setProperties(finalStreamState.frontEndState);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpc_core/pvc/
H A Dcommand_stream_receiver_hw_tests_pvc.cpp48 …EXPECT_EQ(-1, commandStreamReceiver.streamProperties.stateComputeMode.threadArbitrationPolicy.valu… in PVCTEST_F()
52 …static_cast<uint32_t>(commandStreamReceiver.streamProperties.stateComputeMode.threadArbitrationPol… in PVCTEST_F()
67 …EXPECT_EQ(notExistPolicy, static_cast<uint32_t>(commandStreamReceiver.streamProperties.stateComput… in PVCTEST_F()
/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Dasfvideo.hpp103 void streamProperties();
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/include/exiv2/
H A Dasfvideo.hpp109 void streamProperties();
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/gstreamer/mediaplayer/
H A Dqgstreamerstreamscontrol.cpp65 return m_session->streamProperties(streamNumber).value(key); in metaData()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/
H A Dcoherency_tests_gen12lp.inl27 using CommandStreamReceiver::streamProperties;
39 csr->streamProperties.stateComputeMode.isCoherencyRequired.value = requireCoherency;
40 csr->streamProperties.stateComputeMode.isCoherencyRequired.isDirty = reqestChanged;
326 csr->streamProperties.stateComputeMode.isCoherencyRequired.set(true);
/dports/multimedia/phonon/phonon-4.11.1/phonon/
H A Dpulsesupport.h157 QHash<QString, QString> streamProperties(QString streamUuid) const;

123