Searched refs:d_uv (Results 1 – 8 of 8) sorted by relevance
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/ |
H A D | flexi - lorenz chaser [accidental shader-lock mashup] (ripples)2 nz+ discombobule lose.milk | 559 warp_3=`float2 d, d_uv; 570 warp_14=` dx = GetBlur1(d_uv + float2(1,0)*d) - GetBlur1(d_uv - float2(1,0)*d); 571 warp_15=` dy = GetBlur1(d_uv + float2(0,1)*d) - GetBlur1(d_uv - float2(0,1)*d); 575 warp_19=`ret.x = GetPixel(d_uv).x; 577 warp_21=` ((d_uv.xyy*q27 599 comp_1=`float2 d, d_uv; 616 comp_18=` d_uv = uv; 617 comp_19=` dx = GetBlur1(d_uv + float2(1,0)*d) - GetBlur1(d_uv - float2(1,0)*d); 618 comp_20=` dy = GetBlur1(d_uv + float2(0,1)*d) - GetBlur1(d_uv - float2(0,1)*d); 619 comp_21=` d_uv += float2(dx.x,dy.x)*0.03; [all …]
|
H A D | flexi - smouldering.milk | 429 warp_3=`float2 d, d_uv; 439 warp_13=` d_uv = uv_orig + rand*texsize.zw*0; 440 warp_14=` dx = GetBlur1(d_uv + float2(1,0)*d) - GetBlur1(d_uv - float2(1,0)*d); 441 warp_15=` dy = GetBlur1(d_uv + float2(0,1)*d) - GetBlur1(d_uv - float2(0,1)*d); 445 warp_19=`ret.x = GetPixel(d_uv).x; 452 comp_1=`float2 d, d_uv; 459 comp_8=` d_uv = uv; 460 comp_9=` dx = GetBlur1(d_uv + float2(1,0)*d) - GetBlur1(d_uv - float2(1,0)*d); 461 comp_10=` dy = GetBlur1(d_uv + float2(0,1)*d) - GetBlur1(d_uv - float2(0,1)*d); 462 comp_11=` d_uv += float2(dx.x,dy.x)*0.03; [all …]
|
H A D | random mash-up round 37.milk | 483 warp_7=`float2 d, d_uv; 521 warp_45=` d_uv = uv_orig; 522 warp_46=` dx = GetBlur1(d_uv + float2(1,0)*d) - GetBlur1(d_uv - float2(1,0)*d); 523 warp_47=` dy = GetBlur1(d_uv + float2(0,1)*d) - GetBlur1(d_uv - float2(0,1)*d); 524 warp_48=` d_uv -= float2(dx.x,dy.x)*texsize.zw*4; 527 warp_51=`ret.x = GetPixel(d_uv).x; 528 warp_52=`ret.x += -(GetBlur1(d_uv).x-ret.x)*0.1 - 0.06;
|
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/ |
H A D | s1772.c | 1192 double *d_uv; /* Normalized direction vector in par-plane. */ local 1213 d_uv = N+dim; 1225 d_uv[0] = (a2 - a1*a3)/a4; 1226 d_uv[1] = (a3 - a1*a2)/a4; 1227 s6norm(d_uv,2,d_uv,&kstat); 1230 a1 = d_uv[0]*d_uv[0]; 1231 a2 = d_uv[1]*d_uv[1]; 1232 a3 = 2*d_uv[0]*d_uv[1];
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/windows/ |
H A D | RendererShaders.cpp | 395 auto* d_uv = static_cast<uint8_t*>(mappings[PLANE_UV].pData); in UploadFromGPU() local 405 copy_func(d_uv, s_uv, mapGPU.RowPitch * m_height >> 1); in UploadFromGPU() 422 copy_func(d_uv, s_uv, mappings[PLANE_UV].RowPitch); in UploadFromGPU() 424 d_uv += mappings[PLANE_UV].RowPitch; in UploadFromGPU()
|
/dports/science/jstrack/jstrack/extlib/tcllib1.19/struct/ |
H A D | graphops.tcl | 1570 set d_uv [$G arc get [list $u $v] cost] 1578 $Gf arc set [list $v $u] cost [ expr { -1 * $d_uv } ] 1583 $Gf arc set [list $v $u] cost [ expr { -1 * $d_uv } ] 1592 $Gf arc set [list $u $v] cost $d_uv
|
/dports/devel/tcllib/tcllib-1.20/modules/struct/ |
H A D | graphops.tcl | 1570 set d_uv [$G arc get [list $u $v] cost] 1578 $Gf arc set [list $v $u] cost [ expr { -1 * $d_uv } ] 1583 $Gf arc set [list $v $u] cost [ expr { -1 * $d_uv } ] 1592 $Gf arc set [list $u $v] cost $d_uv
|
/dports/devel/tcllibc/tcllib-1.20/modules/struct/ |
H A D | graphops.tcl | 1570 set d_uv [$G arc get [list $u $v] cost] 1578 $Gf arc set [list $v $u] cost [ expr { -1 * $d_uv } ] 1583 $Gf arc set [list $v $u] cost [ expr { -1 * $d_uv } ] 1592 $Gf arc set [list $u $v] cost $d_uv
|