Home | History | Annotate | Download | only in r600

Lines Matching defs:depth

652 		unsigned offset_db_fmt_cntl = 0, depth;
657 depth = -24;
662 depth = -23;
667 depth = -16;
674 offset_db_fmt_cntl |= S_028DF8_POLY_OFFSET_NEG_NUM_DB_BITS(depth);
817 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
818 S_028800_Z_WRITE_ENABLE(state->depth.writemask) |
819 S_028800_ZFUNC(state->depth.func);
1018 unsigned width, height, depth, offset_level, last_level;
1059 depth = tmp->surface.level[offset_level].npix_z;
1065 depth = texture->array_size;
1067 depth = texture->array_size;
1092 S_038004_TEX_DEPTH(depth - 1) |
2702 dsa.depth.enabled = 1;
2703 dsa.depth.func = PIPE_FUNC_LEQUAL;