Home | History | Annotate | Download | only in referencerenderer

Lines Matching defs:viewport

707  * Clipping to other planes is a by-product of the viewport test  (i.e.
779 * of the viewport test.
820 const WindowRectangle& viewport = state.viewport.rect;
821 const float halfW = (float)(viewport.width) / 2.0f;
822 const float halfH = (float)(viewport.height) / 2.0f;
823 const float oX = (float)viewport.left + halfW;
824 const float oY = (float)viewport.bottom + halfH;
825 const float zn = state.viewport.zn;
826 const float zf = state.viewport.zf;
1106 const float depthClampMin = de::min(state.viewport.zn, state.viewport.zf);
1107 const float depthClampMax = de::max(state.viewport.zn, state.viewport.zf);
1174 const float depthClampMin = de::min(state.viewport.zn, state.viewport.zf);
1175 const float depthClampMax = de::max(state.viewport.zn, state.viewport.zf);
1227 const float depthClampMin = de::min(state.viewport.zn, state.viewport.zf);
1228 const float depthClampMax = de::max(state.viewport.zn, state.viewport.zf);
1294 const tcu::IVec4 viewportRect = tcu::IVec4(state.viewport.rect.left, state.viewport.rect.bottom, state.viewport.rect.width, state.viewport.rect.height);