Home
last modified time | relevance | path

Searched defs:VContextScheduler (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmorton_msb_radix_bitonic_sort_shared.h106 struct VContextScheduler struct
113 dword num_wgs_msb; // number of MSB workgroups being processed by current iteration
114 dword num_wgs_bls; // number of BLS workgroups being processed by current iteration
116 dword scheduler_postsync;
117 dword _pad1;
121 struct MSBDispatchQueue msb_queue;
122 struct BLSDispatchQueue bls_queue0;
123 struct BLSDispatchQueue bls_queue1;
125 struct BLSDispatchQueue* curr_bls_queue;
126 struct BLSDispatchQueue* next_bls_queue;
[all …]
H A Dbinned_sah_shared.h188 struct VContextScheduler struct
195 dword num_bfs_wgs;
196 dword num_dfs_wgs;
198 dword scheduler_postsync;
199 dword _pad1;
201 dword num_trivial_builds; // number of trivial builds (#primrefs < leaf_size).
202 dword num_single_builds; // number of single-wg builds (#primrefs < threshold)
204 dword batched_build_wg_count; // number of wgs to dispatch for initial BFS pass
205 …sk; // value is 0 if #builds <= #contexts. else 1 command streamer uses this as a loop condition
209 dword batched_build_count; // number of batched builds in the SAHBuildGlobals buffer
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_structs.h359 struct VContextScheduler struct
366 dword num_bfs_wgs;
367 dword num_dfs_wgs;
369 dword scheduler_postsync;
370 dword _pad1;
372 dword num_trivial_builds; // number of trivial builds (#primrefs < leaf_size).
373 dword num_single_builds; // number of single-wg builds (#primrefs < threshold)
375 dword batched_build_wg_count; // number of wgs to dispatch for initial BFS pass
376 …sk; // value is 0 if #builds <= #contexts. else 1 command streamer uses this as a loop condition
380 dword batched_build_count; // number of batched builds in the SAHBuildGlobals buffer
[all …]