Lines Matching defs:scale
3556 float scale = negative_one_to_one ? 0.5f : 1.0f;
3566 .ViewportMatrixElementm22 = (vp->maxDepth - vp->minDepth) * scale,
3570 (vp->minDepth + vp->maxDepth) * scale : vp->minDepth,
6200 * scale is greater than 1).
6202 * scale is greater than 1).
6203 * \param scale The number of framebuffer samples that could potentially be
6215 unsigned scale)
6264 const unsigned idx = scale > 1;
6266 if (cmd_buffer->state.current_hash_scale != scale &&
6281 cmd_buffer->state.current_hash_scale = scale;