Searched refs:num_max_qnode_global_root_buffer_entries (Results 1 – 5 of 5) sorted by relevance
405 … dword num_max_qnode_global_root_buffer_entries; // number of maximum entries to global root buffer member450 dword num_max_qnode_global_root_buffer_entries; member460 .num_max_qnode_global_root_buffer_entries = \461 (obj).num_max_qnode_global_root_buffer_entries, \
234 … dword num_max_qnode_global_root_buffer_entries; // number of maximum entries to global root buffer member
393 dword num_max_qnode_global_root_buffer_entries;587 build_args.num_max_qnode_global_root_buffer_entries);
4604 …struct QnodeScheduler* scheduler, dword num_builds, dword num_max_qnode_global_root_buffer_entries)4609 scheduler->num_max_qnode_global_root_buffer_entries = num_max_qnode_global_root_buffer_entries;4612 const uint max_qnode_grb_entries = scheduler->num_max_qnode_global_root_buffer_entries;4662 const uint max_qnode_grb_entries = scheduler->num_max_qnode_global_root_buffer_entries;4718 const uint max_qnode_grb_entries = scheduler->num_max_qnode_global_root_buffer_entries;4799 const uint max_qnode_grb_entries = scheduler->num_max_qnode_global_root_buffer_entries;
1007 ….num_max_qnode_global_root_buffer_entries = MAX2(num_new_sah_builds, QNODE_GLOBAL_ROOT_BUFFER_MIN_… in cmd_build_acceleration_structures()