Home
last modified time | relevance | path

Searched refs:DIS (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/Test/
H A Dvalidate-shaders.sh12 [[ -z "$DIS" && -x "${toolsdir}/spirv-dis" ]] && declare -r DIS="${toolsdir}/spirv-dis"
65 [[ -x "$DIS" ]] || fatal "Unable to locate spirv-dis executable"
247 "$DIS" ${id_opt} "$spvfile" >> "$dislog"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp727 DISubprogram *DIS = G->getSubprogram(); in writeThunk() local
728 if (DIS) { in writeThunk()
729 DebugLoc CIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS); in writeThunk()
730 DebugLoc RIDbgLoc = DebugLoc::get(DIS->getScopeLine(), 0, DIS); in writeThunk()

Completed in 3 milliseconds