Searched refs:EARLY_DEPTH_WRITE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c199 #define EARLY_DEPTH_WRITE 0x4 macro
367 depth_mode = EARLY_DEPTH_TEST | EARLY_DEPTH_WRITE;
377 depth_mode &= ~(LATE_DEPTH_WRITE | EARLY_DEPTH_WRITE);
459 if (depth_mode & EARLY_DEPTH_WRITE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c305 #define EARLY_DEPTH_WRITE 0x4 macro
631 depth_mode = EARLY_DEPTH_TEST | EARLY_DEPTH_WRITE;
653 depth_mode = EARLY_DEPTH_TEST | EARLY_DEPTH_WRITE;
663 depth_mode &= ~(LATE_DEPTH_WRITE | EARLY_DEPTH_WRITE);
847 if (depth_mode & EARLY_DEPTH_WRITE) {

Completed in 31 milliseconds