Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/grl/gpu/
Dbvh_build_refit.cl177 global uint* scratchStartpoints,
182 scratchStartpoints,
191 global uint* scratchStartpoints)
193 assign_refit_startpoints_to_treelets(bvh, treelets, scratchStartpoints);
201 global uint* scratchStartpoints )
205 finalize_treelets_in_groups(bvh, scratchStartpoints, depths);
Dbvh_build_treelet_refit.h1058 global uint* scratchStartpoints, in find_refit_treelets() argument
1097 scratchStartpoints, in find_refit_treelets()
1108 global uint* scratchStartpoints) in assign_refit_startpoints_to_treelets() argument
1220scratchStartpoints[startpointSlot] = (starPointNode << 6) + (myDepthWhenDead & ((1 << 6) - 1)); in assign_refit_startpoints_to_treelets()
1242 global uint* scratchStartpoints, in finalize_treelets_in_groups() argument
1258 StartPoint* srcStartpoints = scratchStartpoints + treeletDesc.startpoint_offset; in finalize_treelets_in_groups()