Home
last modified time | relevance | path

Searched refs:CTS (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dfdctdsp.c432 #define CTS(n) \ in ff_fdct_altivec() macro
442 CTS(0); in ff_fdct_altivec()
444 CTS(1); in ff_fdct_altivec()
446 CTS(2); in ff_fdct_altivec()
448 CTS(3); in ff_fdct_altivec()
450 CTS(4); in ff_fdct_altivec()
452 CTS(5); in ff_fdct_altivec()
454 CTS(6); in ff_fdct_altivec()
456 CTS(7); in ff_fdct_altivec()
458 #undef CTS in ff_fdct_altivec() macro
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_vk_gl_cts_build.py102 # VK-GL-CTS source directory
103 deqpSourceDirectory = os.path.join("..", "third_party", "VK-GL-CTS", "src")
162 buildGnFile.write("deqp_path = \"../../../third_party/VK-GL-CTS/src\"\n")
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go15 // run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
58 run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
61 run-cts --dawn-node=<path to dawn.node> --cts=<path to WebGPU CTS> [test-query]`)
118 flag.StringVar(&cts, "cts", "", "root directory of WebGPU CTS")
122 flag.BoolVar(&build, "build", true, "attempt to build the CTS before running")
219 // Scan the CTS source to determine the most recent change to the CTS source
229 fmt.Println("CTS needs rebuild:", ctsNeedsRebuild)
235 return fmt.Errorf("failed to build CTS: %w", err)
239 // Use the prebuilt CTS (instea
[all...]

Completed in 3 milliseconds