Lines Matching defs:value
312 * TODO: Whether the value of POSITION.w is correctly interpreted as 1/w
545 uint32_t value = 0;
546 ctx->clear_buffer(ctx, buf, 0, buf->width0, &value, sizeof(value));
551 ctx->clear_texture(ctx, tex, 0, &box, &value);
575 value = 0xff;
576 ctx->clear_buffer(ctx, buf, 0, buf->width0, &value, sizeof(value));
653 /* Clear each sample to a different value. */
664 float value;
670 value = 0.1;
672 /* The average value must be 0.1 */
676 value = values[i];
680 util_draw_fullscreen_quad_fill(cso, value, value, value, value);