Home
last modified time | relevance | path

Searched refs:cubic_branch1_x3_coeff (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/crt-royale/src/
H A Dtex2Dantialias.h220 float cubic_branch1_x3_coeff; variable
241 cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c; in assign_aa_cubic_constants()
320 const float cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c; in eval_cubic_filter() local
332 (cubic_branch1_x3_coeff*abs_dist + in eval_cubic_filter()
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/crt/shaders/crt-royale/port-helpers/
H A Dtex2Dantialias.h223 float cubic_branch1_x3_coeff; variable
244 cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c; in assign_aa_cubic_constants()
323 const float cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c; in eval_cubic_filter() local
335 (cubic_branch1_x3_coeff*abs_dist + in eval_cubic_filter()
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/crt/shaders/crt-royale/src/
H A Dcrt-royale-geometry-aa-last-pass.glsl3399 float cubic_branch1_x3_coeff;
3420 cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c;
3499 const float cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c;
3511 (cubic_branch1_x3_coeff*abs_dist +
H A Dcrt-royale-geometry-aa-last-pass-intel.glsl3401 float cubic_branch1_x3_coeff;
3422 cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c;
3501 const float cubic_branch1_x3_coeff = 12.0 - 9.0*aa_cubic_b - 6.0*aa_cubic_c;
3513 (cubic_branch1_x3_coeff*abs_dist +