Lines Matching refs:value
1433 /* Adjust the delta value in the relocation to correctly
1434 * correspond to the new delta. Initially, this value may have
1441 * relocated value with the new presumed value. This function
1494 * address and the relocated value we are writing into the BO will be the
1495 * same as the value that is already there.
1646 uint64_t value)
1648 /* It's illegal to signal a timeline with value 0 because that's never
1649 * higher than the current value. A timeline wait on value 0 is always
1652 if ((sync->flags & VK_SYNC_IS_TIMELINE) && value == 0)
1667 value = 0;
1672 value);
1981 true /* is_signal */, 0 /* value */);