Searched refs:depth_max (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c395 const uint32_t depth_max = (1 << nbits) - 1; local in function:fast_clear_depth
397 (unsigned)(depth * depth_max) / (float)depth_max;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c467 const uint32_t depth_max = (1 << nbits) - 1; local in function:fast_clear_depth
469 (unsigned)(depth * depth_max) / (float)depth_max;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h61 unsigned depth_max; member in struct:ac_llvm_flow_state
H A Dac_llvm_build.c3098 if (ctx->flow->depth >= ctx->flow->depth_max) {
3102 ctx->flow->depth_max = new_max;

Completed in 13 milliseconds