Lines Matching defs:value
230 /* Use the maximum value for clamping the clear color. */
238 /* Use the maximum value for clamping the clear color. */
322 } value = {};
323 util_pack_color_union(surface_format, (union util_color*)&value, color);
332 bool bit = value.ub[i / 8] & BITFIELD_BIT(i % 8);
341 all_words_are_fp16_1 &= value.us[i] == 0x3c00;
347 all_words_are_fp32_1 &= value.ui[i] == 0x3f800000;
360 printf("%02x", value.ub[i]);
387 if (value.ub[0] == 0x00 && value.ub[1] == 0xff) {
390 } else if (value.ub[0] == 0xff && value.ub[1] == 0x00) {
395 if (value.ub[0] == 0x00 && value.ub[1] == 0x00 &&
396 value.ub[2] == 0x00 && value.ub[3] == 0xff) {
399 } else if (value.ub[0] == 0xff && value.ub[1] == 0xff &&
400 value.ub[2] == 0xff && value.ub[3] == 0x00) {
405 if (value.us[0] == 0x0000 && value.us[1] == 0x0000 &&
406 value.us[2] == 0x0000 && value.us[3] == 0xffff) {
409 } else if (value.us[0] == 0xffff && value.us[1] == 0xffff &&
410 value.us[2] == 0xffff && value.us[3] == 0x0000) {
599 /* Maximum 14-bit UINT value. */
625 * The base value for zRange is either zMax or zMin, depending on ZRANGE_PRECISION.
627 * always be the clear value (converted to 14-bit UINT).
636 * For fast-clear, the default value of sr0 and sr1 are both 0x3.
759 /* We can clear any level, but we only set up the clear value registers for the first
760 * level. Therefore, all other levels can be cleared only if the clear value registers
1143 * to a new value. */
1168 * to a new value. */