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

  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 824 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */
    [all...]
r600d.h 374 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8)
    [all...]
evergreen_state.c 804 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */
    [all...]
evergreend.h 427 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 583 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func);
    [all...]
sid.h     [all...]

Completed in 124 milliseconds