Home
last modified time | relevance | path

Searched refs:fxc (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dresize.cc73 std::string fxc; in GetResizeCode() local
76 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() local
216 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()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dresize.cc100 std::string fxc; in GenerateCode() local
103 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()
/external/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat52 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%"
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DUniformBlockToStructuredBufferTranslation.md6 [fxc](https://docs.microsoft.com/en-us/windows/win32/direct3dtools/fxc)
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat246 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%"