Searched refs:lrz_valid (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h110 bool lrz_valid : 1; member in struct:fd_resource
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c583 compute_ztest_mode(struct fd6_emit *emit, bool lrz_valid) assert_dt argument
604 return lrz_valid ? A6XX_EARLY_LRZ_LATE_Z : A6XX_LATE_Z;
651 rsc->lrz_valid = false;
654 if (zsa->invalidate_lrz || !rsc->lrz_valid) {
655 rsc->lrz_valid = false;
666 lrz.z_mode = compute_ztest_mode(emit, rsc->lrz_valid);
H A Dfd6_draw.c532 zsbuf->lrz_valid = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h164 bool lrz_valid : 1; member in struct:fd_resource
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c372 zsbuf->lrz_valid = true;
H A Dfd5_emit.c552 if (emit->no_lrz_write || !rsc->lrz || !rsc->lrz_valid)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c411 zsbuf->lrz_valid = true;
H A Dfd6_emit.c699 if (emit->no_lrz_write || !rsc->lrz || !rsc->lrz_valid) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c338 zsbuf->lrz_valid = true;
H A Dfd5_emit.c583 if (emit->no_lrz_write || !rsc->lrz || !rsc->lrz_valid)

Completed in 25 milliseconds