Lines Matching defs:step
790 uint32_t step = DZN_QUERY_REFS_SECTION_SIZE / sizeof(uint64_t);
793 for (unsigned i = 0; i < count; i += step) {
794 uint32_t sub_count = MIN2(step, count - i);
2162 /* Normalize the src coordinates/step */
4355 uint32_t step = flags & VK_QUERY_RESULT_64_BIT ? sizeof(uint64_t) : sizeof(uint32_t);
4369 step);
4370 dst_counter_offset += step;
4375 res_offset, step);
4376 dst_counter_offset += step;
4383 step);