Home
last modified time | relevance | path

Searched refs:mdlopt (Results 1 – 8 of 8) sorted by relevance

/dports/games/tesseract-data/tesseract/config/glsl/
H A Dmodel.cfg78 @(? (mdlopt "a") [
93 @(? (mdlopt "a") [
104 @(? (mdlopt "a") [
149 @(if (mdlopt "b") [skelanimdefs $arg2 (mdlopt "n")])
154 @(? (mdlopt "n") [
159 @(? (mdlopt "e") [
203 @(? (mdlopt "n") [
208 @(? (mdlopt "e") [
220 @(? (|| (mdlopt "d") [mdlopt "D"]) [uniform sampler2D tex4;])
236 @(? (|| (mdlopt "d") [mdlopt "D"]) [
[all …]
/dports/games/redeclipse/base-2.0.0/config/glsl/
H A Dmodel.cfg140 @(? (mdlopt "a") [
169 @(? (mdlopt "a") [
218 @(if (mdlopt "b") [skelanimdefs $arg2 (mdlopt "n")])
223 @(? (mdlopt "n") [
228 @(? (mdlopt "e") [
233 @(? (mdlopt "p") [
283 @(? (mdlopt "n") [
288 @(? (mdlopt "e") [
301 @(? (|| (mdlopt "d") [mdlopt "D"]) [uniform sampler2D tex4;])
364 @(? (|| (mdlopt "d") (mdlopt "D")) [
[all …]
/dports/games/redeclipse16/base-1.6.0/config/
H A Dglsl.cfg1056 @(if (mdlopt "b") [skelanimdefs $arg2 (mdlopt "q") (mdlopt "n")])
1092 @(skelanim $arg2 (mdlopt "q") (mdlopt "n"))
1105 @(if (|| (mdlopt "n") (mdlopt "s") (mdlopt "i")) [result [
1110 @(if (|| (mdlopt "e") (mdlopt "s")) [result [
1114 @(if (mdlopt "n") [
1177 … @(if (&& (|| (mdlopt "s") (mdlopt "n")) (! (mdlopt "i"))) [result [uniform vec3 lightscale;]])
1178 @(if (|| (mdlopt "s") (mdlopt "m")) [result [uniform vec4 maskscale;]])
1188 @(? (mdlopt "a") [
1229 @(if (|| (mdlopt "s") (mdlopt "n")) [result [
1236 @(if (|| (mdlopt "m") (mdlopt "e")) [result [
[all …]
/dports/games/sauerbraten/sauerbraten/data/
H A Dglsl.cfg1099 @(if (mdlopt "b") [skelanimdefs $arg2 (mdlopt "q") (mdlopt "n")])
1135 @(skelanim $arg2 (mdlopt "q") (mdlopt "n"))
1148 @(if (|| (mdlopt "n") (mdlopt "s") (mdlopt "i")) [result [
1153 @(if (|| (mdlopt "e") (mdlopt "s")) [result [
1157 @(if (mdlopt "n") [
1218 … @(if (&& (|| (mdlopt "s") (mdlopt "n")) (! (mdlopt "i"))) [result [uniform vec3 lightscale;]])
1219 @(if (|| (mdlopt "s") (mdlopt "m")) [result [uniform vec4 maskscale;]])
1229 @(? (mdlopt "a") [
1269 @(if (|| (mdlopt "s") (mdlopt "n")) [result [
1276 @(if (|| (mdlopt "m") (mdlopt "e")) [result [
[all …]
/dports/games/bloodfrontier/bloodfrontier/data/
H A Dstdshader.cfg1145 @(if (|| (mdlopt "b") (mdlopt "B")) [result [
1159 @(if (mdlopt "B") [skelmatanim $arg2 1 (mdlopt "n")])
1160 @(if (mdlopt "b") [skelquatanim $arg2 1 (mdlopt "n")])
1161 @(if (|| (mdlopt "b") (mdlopt "B")) [result [
1171 @(if (|| (mdlopt "e") (mdlopt "s")) [result [
1251 …@(if (! (|| (|| (mdlopt "n") (mdlopt "s")) (mdlopt "i"))) [result "ATTRIB color = fragment.texcoor…
1253 @(if (&& (! (mdlopt "n")) (! (mdlopt "i"))) [result [
1258 …@(if (|| (|| (mdlopt "s") (mdlopt "m")) (&& (mdlopt "n") (! (mdlopt "i")))) [result "PARAM lightsc…
1290 @(if (&& (|| (mdlopt "s") (mdlopt "n")) (! (mdlopt "i"))) [result [
1303 @(if (mdlopt "i") [
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/LSDyna/
H A DvtkLSDynaReader.cxx1724 int mdlopt; in ReadHeaderInformation() local
1726 mdlopt = p->Dict["MAXINT"]; in ReadHeaderInformation()
1727 if ( mdlopt >= 0 && mdlopt <= 10000) in ReadHeaderInformation()
1729 intpts2 = mdlopt; in ReadHeaderInformation()
1730 mdlopt = LS_MDLOPT_NONE; in ReadHeaderInformation()
1732 else if ( mdlopt < -10000 ) in ReadHeaderInformation()
1735 mdlopt = LS_MDLOPT_CELL; in ReadHeaderInformation()
1740 else if ( mdlopt > 10000) in ReadHeaderInformation()
1742 intpts2 = mdlopt -10000; in ReadHeaderInformation()
1743 mdlopt = LS_MDLOPT_CELL; in ReadHeaderInformation()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/LSDyna/
H A DvtkLSDynaReader.cxx1746 int mdlopt; in ReadHeaderInformation() local
1748 mdlopt = p->Dict["MAXINT"]; in ReadHeaderInformation()
1749 if (mdlopt >= 0 && mdlopt <= 10000) in ReadHeaderInformation()
1751 intpts2 = mdlopt; in ReadHeaderInformation()
1752 mdlopt = LS_MDLOPT_NONE; in ReadHeaderInformation()
1754 else if (mdlopt < -10000) in ReadHeaderInformation()
1757 mdlopt = LS_MDLOPT_CELL; in ReadHeaderInformation()
1762 else if (mdlopt > 10000) in ReadHeaderInformation()
1764 intpts2 = mdlopt - 10000; in ReadHeaderInformation()
1765 mdlopt = LS_MDLOPT_CELL; in ReadHeaderInformation()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/LSDyna/
H A DvtkLSDynaReader.cxx1718 int mdlopt; in ReadHeaderInformation() local
1720 mdlopt = p->Dict["MAXINT"]; in ReadHeaderInformation()
1721 if ( mdlopt >= 0 && mdlopt <= 10000) in ReadHeaderInformation()
1723 intpts2 = mdlopt; in ReadHeaderInformation()
1724 mdlopt = LS_MDLOPT_NONE; in ReadHeaderInformation()
1726 else if ( mdlopt < -10000 ) in ReadHeaderInformation()
1729 mdlopt = LS_MDLOPT_CELL; in ReadHeaderInformation()
1734 else if ( mdlopt > 10000) in ReadHeaderInformation()
1736 intpts2 = mdlopt -10000; in ReadHeaderInformation()
1737 mdlopt = LS_MDLOPT_CELL; in ReadHeaderInformation()
[all …]