Searched refs:dzdy (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h59 const float dzdy = quads[0]->posCoef->dady[2]; local in function:NAME
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
H A Dsp_quad_depth_test.c139 const float dzdy = quad->posCoef->dady[2]; local in function:interpolate_quad_depth
140 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
144 quad->output.depth[2] = z0 + dzdy;
145 quad->output.depth[3] = z0 + dzdx + dzdy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h59 const float dzdy = quads[0]->posCoef->dady[2]; local in function:NAME
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
H A Dsp_quad_depth_test.c139 const float dzdy = quad->posCoef->dady[2]; local in function:interpolate_quad_depth
140 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
144 quad->output.depth[2] = z0 + dzdy;
145 quad->output.depth[3] = z0 + dzdx + dzdy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c91 float dzdy = fabsf(b * inv_det); local in function:do_offset_tri
95 mult = MAX2(dzdx, dzdy) * offset->scale;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c91 float dzdy = fabsf(b * inv_det); local in function:do_offset_tri
95 mult = MAX2(dzdx, dzdy) * offset->scale;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h146 const GLfloat dzdy = fabsf((ez * fx - ex * fz) * oneOverArea); local in function:TAG
147 offset += MAX2(dzdx, dzdy) * ctx->Polygon.OffsetFactor;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h146 const GLfloat dzdy = fabsf((ez * fx - ex * fz) * oneOverArea); local in function:TAG
147 offset += MAX2(dzdx, dzdy) * ctx->Polygon.OffsetFactor;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c218 LLVMValueRef dzdxdzdy, dzdx, dzdy, dzxyz20, dyzzx01, dyzzx01_dzxyz20, dzx01_dyz20; local in function:lp_do_offset_tri
257 dzdy = LLVMBuildExtractElement(b, dzdxdzdy, onei, "");
259 /* mult = MAX2(dzdx, dzdy) * pgon_offset_scale */
260 max = LLVMBuildFCmp(b, LLVMRealUGT, dzdx, dzdy, "");
261 max_value = LLVMBuildSelect(b, max, dzdx, dzdy, "max");
271 * MAX2(dzdx, dzdy) * pgon_offset_scale
307 * bias = pgon_offset_units + MAX2(dzdx, dzdy) * pgon_offset_scale
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c218 LLVMValueRef dzdxdzdy, dzdx, dzdy, dzxyz20, dyzzx01, dyzzx01_dzxyz20, dzx01_dyz20; local in function:lp_do_offset_tri
256 dzdy = LLVMBuildExtractElement(b, dzdxdzdy, onei, "");
258 /* mult = MAX2(dzdx, dzdy) * pgon_offset_scale */
259 max = LLVMBuildFCmp(b, LLVMRealUGT, dzdx, dzdy, "");
260 max_value = LLVMBuildSelect(b, max, dzdx, dzdy, "max");
270 * mantissa_bits) + MAX2(dzdx, dzdy) * pgon_offset_scale
309 * bias = pgon_offset_units + MAX2(dzdx, dzdy) * pgon_offset_scale
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h327 int32 dzdy;
601 #define SETT3_DZDY(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dzdy = (val)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drasterizer_impl.h470 float dzdy = abs(d01 - d00);
475 float dzdy = fabsf(pDesc->recipDet * (pDesc->Z[0] * pDesc->I[1] + pDesc->Z[1] * pDesc->J[1])); local in function:ComputeMaxDepthSlope
477 return std::max(dzdx, dzdy);

Completed in 32 milliseconds