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 126 FD_DIRTY_ZSA = BIT(2),
freedreno_state.c 378 ctx->dirty |= FD_DIRTY_ZSA;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 204 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
296 if (dirty & (FD_DIRTY_BLEND | FD_DIRTY_ZSA)) {
fd2_draw.c 283 ctx->dirty |= FD_DIRTY_ZSA |
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 514 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_FRAMEBUFFER)) {
528 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_BLEND | FD_DIRTY_PROG)) {
546 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
557 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 527 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_FRAMEBUFFER)) {
543 if (dirty & (FD_DIRTY_ZSA | FD_DIRTY_STENCIL_REF)) {
554 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 433 milliseconds