Lines Matching defs:scratch
655 uint32_t *scratch[2];
656 scratch[0] = info->scratchData.hostAddress;
657 scratch[1] = scratch[0] + leaf_node_count(info, ranges);
667 struct radv_bvh_build_ctx ctx = {.write_scratch = scratch[0],
705 uint32_t node_counts[2] = {ctx.write_scratch - scratch[0], 0};
706 optimize_bvh(base_ptr, scratch[0], node_counts[0]);
719 const uint32_t *children = scratch[d & 1];
720 uint32_t *dst_ids = scratch[(d & 1) ^ 1];
1506 * i32 x 2: scratch address
1577 * i32 x 2: scratch address
1579 * i32: dst scratch offset
1580 * i32: src scratch offset