Searched refs:fxc (Results 1 – 5 of 5) sorted by relevance
73 std::string fxc; in GetResizeCode() local76 fxc = "(X + 0.5f) * args.scale_factor_x"; in GetResizeCode()79 fxc = "X * args.scale_factor_x"; in GetResizeCode()83 fxc += " + 0.5f"; in GetResizeCode()87 c += " coord.x = INIT_INT(" + fxc + ");\n"; in GetResizeCode()212 std::string fxc; in GetResize3DCode() local216 fxc = "(X + 0.5f) * args.scale_factor_x"; in GetResize3DCode()220 fxc = "X * args.scale_factor_x"; in GetResize3DCode()225 fxc += " + 0.5f"; in GetResize3DCode()230 c += " coord.x = INIT_INT(" + fxc + ");\n"; in GetResize3DCode()
100 std::string fxc; in GenerateCode() local103 fxc = "(float(gid.x) + 0.5) * $scale_factor.x$"; in GenerateCode()106 fxc = "float(gid.x) * $scale_factor.x$"; in GenerateCode()110 fxc += " + 0.5"; in GenerateCode()114 source += " coord.x = int(" + fxc + ");\n"; in GenerateCode()
52 set "buildCMD=fxc /nologo /E %entry% /T %type% /Fh %output% %input%"54 set "buildCMD=fxc /nologo /Zi /Od /E %entry% /T %type% /Fh %output% %input%"
6 [fxc](https://docs.microsoft.com/en-us/windows/win32/direct3dtools/fxc)
246 set "buildCMD=fxc /nologo /E %entry% /T %type% /Fh %output% %input%"248 set "buildCMD=fxc /nologo /Zi /Od /E %entry% /T %type% /Fh %output% %input%"