Lines Matching defs:value
213 radv_float_to_sfixed(float value, unsigned frac_bits)
215 return value * (1 << frac_bits);
219 radv_float_to_ufixed(float value, unsigned frac_bits)
221 return value * (1 << frac_bits);
1382 * The clear value is valid only if there exists a pending clear.
1495 uint8_t predication_op; /* 32-bit or 64-bit predicate value */
1640 * The value of this semaphore is incremented whenever we
1642 * GFX writes the value to its address, and ACE waits until
1643 * it detects that the value has been written.
1647 uint32_t gfx2ace_value; /* Current value on GFX. */
1648 uint32_t emitted_gfx2ace_value; /* Emitted value on GFX. */
1703 unsigned value);
1757 const VkImageSubresourceRange *range, bool value);
1760 const VkImageSubresourceRange *range, bool value);
1768 struct radeon_winsys_bo *bo, uint64_t va, uint64_t size, uint32_t value);
2338 VkClearColorValue *value);
2386 * Metadata for the TC-compat zrange workaround. If the 32-bit value
2619 /* Initialize the VRS x-rate value at 0, so the hw interprets it as 1 sample. */
2932 const VkImageSubresourceRange *range, uint32_t value);