Searched refs:cdg (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | control_dependence.cpp | 30 void GatherEdges(const ControlDependenceAnalysis& cdg, in GatherEdges() argument 32 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges() 33 ret.reserve(ret.size() + cdg.GetDependenceTargets(label).size()); in GatherEdges() 34 ret.insert(ret.end(), cdg.GetDependenceTargets(label).begin(), in GatherEdges() 35 cdg.GetDependenceTargets(label).end()); in GatherEdges() 41 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges() 43 cdg.GetDependenceSources(label).begin(), in GatherEdges() 44 cdg.GetDependenceSources(label).end()); in GatherEdges() 122 ControlDependenceAnalysis cdg; in TEST() local 123 cdg in TEST() 275 ControlDependenceAnalysis cdg; TEST() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | control_dependence.cpp | 30 void GatherEdges(const ControlDependenceAnalysis& cdg, in GatherEdges() argument 32 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges() 33 ret.reserve(ret.size() + cdg.GetDependenceTargets(label).size()); in GatherEdges() 34 ret.insert(ret.end(), cdg.GetDependenceTargets(label).begin(), in GatherEdges() 35 cdg.GetDependenceTargets(label).end()); in GatherEdges() 41 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges() 43 cdg.GetDependenceSources(label).begin(), in GatherEdges() 44 cdg.GetDependenceSources(label).end()); in GatherEdges() 122 ControlDependenceAnalysis cdg; in TEST() local 123 cdg in TEST() 275 ControlDependenceAnalysis cdg; TEST() local [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | control_dependence.cpp | 30 void GatherEdges(const ControlDependenceAnalysis& cdg, in GatherEdges() argument 32 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges() 33 ret.reserve(ret.size() + cdg.GetDependenceTargets(label).size()); in GatherEdges() 34 ret.insert(ret.end(), cdg.GetDependenceTargets(label).begin(), in GatherEdges() 35 cdg.GetDependenceTargets(label).end()); in GatherEdges() 41 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges() 43 cdg.GetDependenceSources(label).begin(), in GatherEdges() 44 cdg.GetDependenceSources(label).end()); in GatherEdges() 122 ControlDependenceAnalysis cdg; in TEST() local 123 cdg in TEST() 275 ControlDependenceAnalysis cdg; TEST() local [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 77 fate-cdgraphics: CMD = framecrc -i $(TARGET_SAMPLES)/cdgraphics/BrotherJohn.cdg -pix_fmt rgba -t 1 -vf scale
|
/third_party/ffmpeg/libavformat/ |
H A D | Makefile | 156 OBJS-$(CONFIG_CDG_DEMUXER) += cdg.o
|
Completed in 3 milliseconds