Home
last modified time | relevance | path

Searched refs:dependency_id (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_performance.cpp71 enum dependency_id { enum
1171 stall_on_dependency(state &st, dependency_id id) in stall_on_dependency()
1209 mark_read_dependency(state &st, const perf_desc &perf, dependency_id id) in mark_read_dependency()
1220 mark_write_dependency(state &st, const perf_desc &perf, dependency_id id) in mark_write_dependency()
1233 dependency_id
1240 return dependency_id(dependency_id_grf0 + i); in reg_dependency_id()
1245 return dependency_id(dependency_id_grf0 + i); in reg_dependency_id()
1251 return dependency_id(dependency_id_grf0 + i); in reg_dependency_id()
1257 return dependency_id(dependency_id_mrf0 + i); in reg_dependency_id()
1268 return dependency_id(dependency_id_accum0 + i); in reg_dependency_id()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.h181 #define xLayerID(stream_id, quality_id, dependency_id, temporal_id) \ argument
184 (((dependency_id) & 15) << 3) | \