HomeSort by relevance Sort by last modified time
    Searched refs:NV50_NEW_VIEWPORT (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 146 (NV50_NEW_SCISSOR | NV50_NEW_VIEWPORT | NV50_NEW_FRAMEBUFFER)) &&
343 { nv50_validate_scissor, NV50_NEW_SCISSOR | NV50_NEW_VIEWPORT |
349 { nv50_validate_viewport, NV50_NEW_VIEWPORT },
nv50_context.h 45 #define NV50_NEW_VIEWPORT (1 << 15)
nv50_state.c 881 nv50->dirty |= NV50_NEW_VIEWPORT;
    [all...]

Completed in 37 milliseconds