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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 202 FD_DIRTY_ZSA = (1 << 2),
freedreno_draw.c 356 ctx->dirty |= FD_DIRTY_ZSA |
freedreno_state.c 299 ctx->dirty |= FD_DIRTY_ZSA;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 202 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
294 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_ZSA)) {
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 530 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_FRAMEBUFFER)) {
546 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
557 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 429 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_FRAMEBUFFER)) {
444 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
453 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 504 if ((dirty & (FD_DIRTY_ZSA | FD_DIRTY_PROG | FD_DIRTY_BLEND_DUAL)) &&
525 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
542 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
    [all...]

Completed in 182 milliseconds