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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
knobs.h 106 #define KNOB_GUARDBAND_WIDTH 32768.0f
api.cpp 687 pState->gbState.left[i] = KNOB_GUARDBAND_WIDTH / pState->vp[i].width;
688 pState->gbState.right[i] = KNOB_GUARDBAND_WIDTH / pState->vp[i].width;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 623 assert(fb->width <= KNOB_GUARDBAND_WIDTH);
    [all...]

Completed in 316 milliseconds