Home
last modified time | relevance | path

Searched refs:num_max_qnode_global_root_buffer_entries (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_structs.h405 … dword num_max_qnode_global_root_buffer_entries; // number of maximum entries to global root buffer member
450 dword num_max_qnode_global_root_buffer_entries; member
460 .num_max_qnode_global_root_buffer_entries = \
461 (obj).num_max_qnode_global_root_buffer_entries, \
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dbinned_sah_shared.h234 … dword num_max_qnode_global_root_buffer_entries; // number of maximum entries to global root buffer member
H A Dnew_sah_builder.grl393 dword num_max_qnode_global_root_buffer_entries;
587 build_args.num_max_qnode_global_root_buffer_entries);
H A Dbvh_build_BFS.cl4604 …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;
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_acceleration_structure.c1007 ….num_max_qnode_global_root_buffer_entries = MAX2(num_new_sah_builds, QNODE_GLOBAL_ROOT_BUFFER_MIN_… in cmd_build_acceleration_structures()