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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_zsa.c 64 A2XX_RB_DEPTHCONTROL_STENCILFAIL(fd_stencil_op(s->fail_op)) |
65 A2XX_RB_DEPTHCONTROL_STENCILZPASS(fd_stencil_op(s->zpass_op)) |
66 A2XX_RB_DEPTHCONTROL_STENCILZFAIL(fd_stencil_op(s->zfail_op));
78 A2XX_RB_DEPTHCONTROL_STENCILFAIL_BF(fd_stencil_op(bs->fail_op)) |
79 A2XX_RB_DEPTHCONTROL_STENCILZPASS_BF(fd_stencil_op(bs->zpass_op)) |
80 A2XX_RB_DEPTHCONTROL_STENCILZFAIL_BF(fd_stencil_op(bs->zfail_op));
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_zsa.c 68 A3XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) |
69 A3XX_RB_STENCIL_CONTROL_ZPASS(fd_stencil_op(s->zpass_op)) |
70 A3XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op));
82 A3XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
83 A3XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) |
84 A3XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op));
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_zsa.c 68 A4XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) |
69 A4XX_RB_STENCIL_CONTROL_ZPASS(fd_stencil_op(s->zpass_op)) |
70 A4XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op));
84 A4XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
85 A4XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) |
86 A4XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op));
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_zsa.c 86 A5XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) |
87 A5XX_RB_STENCIL_CONTROL_ZPASS(fd_stencil_op(s->zpass_op)) |
88 A5XX_RB_STENCIL_CONTROL_ZFAIL(fd_stencil_op(s->zfail_op));
99 A5XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
100 A5XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) |
101 A5XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op));
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.c 157 fd_stencil_op(unsigned op) function
freedreno_util.h 52 enum adreno_stencil_op fd_stencil_op(unsigned op);

Completed in 184 milliseconds