Home
last modified time | relevance | path

Searched refs:oow (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_linear_interp.c125 float oow, in lp_linear_init_interp() argument
149 s0[j] = a0[j] * oow; in lp_linear_init_interp()
150 dsdx[j] = dadx[j] * oow; in lp_linear_init_interp()
151 dsdy[j] = dady[j] * oow; in lp_linear_init_interp()
236 float oow, in lp_linear_init_interp() argument
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
H A Dm_debug_clip.c105 GLfloat oow = 1.0F / cw; in ref_cliptest_points4() local
106 vProj[i][0] = cx * oow; in ref_cliptest_points4()
107 vProj[i][1] = cy * oow; in ref_cliptest_points4()
108 vProj[i][2] = cz * oow; in ref_cliptest_points4()
109 vProj[i][3] = oow; in ref_cliptest_points4()
/dports/lang/clover/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
H A Dm_debug_clip.c105 GLfloat oow = 1.0F / cw; in ref_cliptest_points4() local
106 vProj[i][0] = cx * oow; in ref_cliptest_points4()
107 vProj[i][1] = cy * oow; in ref_cliptest_points4()
108 vProj[i][2] = cz * oow; in ref_cliptest_points4()
109 vProj[i][3] = oow; in ref_cliptest_points4()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
H A Dm_debug_clip.c105 GLfloat oow = 1.0F / cw; in ref_cliptest_points4() local
106 vProj[i][0] = cx * oow; in ref_cliptest_points4()
107 vProj[i][1] = cy * oow; in ref_cliptest_points4()
108 vProj[i][2] = cz * oow; in ref_cliptest_points4()
109 vProj[i][3] = oow; in ref_cliptest_points4()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h96 GLfloat oow = 1.0F / cw; in TAG() local
97 vProj[i][0] = cx * oow; in TAG()
98 vProj[i][1] = cy * oow; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
100 vProj[i][3] = oow; in TAG()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/glide2gl/src/Glide64/
H A Dglide64_util.c205 if (EvaLine(l,x,y) * v3->oow < 0) in Create1LineEquation()
262 w = 1.0f / interp3p(v1->oow,v2->oow,v3->oow,s1,s2); in InterpolateColors3()
265 (w * interp3p(v1->r*v1->oow,v2->r*v2->oow,v3->r*v3->oow,s1,s2)); in InterpolateColors3()
267 (w * interp3p(v1->g*v1->oow,v2->g*v2->oow,v3->g*v3->oow,s1,s2)); in InterpolateColors3()
269 (w * interp3p(v1->b*v1->oow,v2->b*v2->oow,v3->b*v3->oow,s1,s2)); in InterpolateColors3()
271 (w * interp3p(v1->a*v1->oow,v2->a*v2->oow,v3->a*v3->oow,s1,s2)); in InterpolateColors3()
272 out->f = interp3p(v1->f*v1->oow,v2->f*v2->oow,v3->f*v3->oow,s1,s2) * w; in InterpolateColors3()
803 float w = 1.0f / (v1->oow + (v2->oow - v1->oow) * percent); in render_tri()
804 glide64_interpolate_colors(v1, v2, &rdp.vtxbuf[i], percent, v1->oow, v2->oow, w); in render_tri()
941 vtx->q = vtx->oow; in do_triangle_stuff()
H A Dturbo3D.h119 v->oow = 1.0f / v->w; in t3d_vertex()
120 v->x_w = v->x * v->oow; in t3d_vertex()
121 v->y_w = v->y * v->oow; in t3d_vertex()
122 v->z_w = v->z * v->oow; in t3d_vertex()

12345678910