Home
last modified time | relevance | path

Searched refs:cgp (Results 1 – 25 of 40) sorted by relevance

12

/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp112 const CircleGeometryProcessor& cgp = args.fGP.cast<CircleGeometryProcessor>(); in onEmitCode() local
119 varyingHandler->emitAttributes(cgp); in onEmitCode()
121 varyingHandler->addPassThroughAttribute(cgp.fInCircleEdge, "circleEdge"); in onEmitCode()
122 if (cgp.fInClipPlane) { in onEmitCode()
124 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane"); in onEmitCode()
126 if (cgp.fInIsectPlane) { in onEmitCode()
127 SkASSERT(cgp.fInClipPlane); in onEmitCode()
129 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane, "isectPlane"); in onEmitCode()
131 if (cgp.fInUnionPlane) { in onEmitCode()
132 SkASSERT(cgp.fInClipPlane); in onEmitCode()
[all …]
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp122 const CircleGeometryProcessor& cgp = args.fGP.cast<CircleGeometryProcessor>(); in onEmitCode() local
129 varyingHandler->emitAttributes(cgp); in onEmitCode()
131 varyingHandler->addPassThroughAttribute(cgp.fInCircleEdge, "circleEdge"); in onEmitCode()
132 if (cgp.fInClipPlane) { in onEmitCode()
134 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane"); in onEmitCode()
136 if (cgp.fInIsectPlane) { in onEmitCode()
137 SkASSERT(cgp.fInClipPlane); in onEmitCode()
139 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane, "isectPlane"); in onEmitCode()
141 if (cgp.fInUnionPlane) { in onEmitCode()
142 SkASSERT(cgp.fInClipPlane); in onEmitCode()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpersonality.ll1 ; RUN: llc < %s -disable-cfi -mtriple=x86_64-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s …
2 ; RUN: llc < %s -disable-cfi -mtriple=i386-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s -c…
Dsext-i1.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=x86-64 -disable-cgp-branch-opts | FileCheck %s -check-prefix=64
Dpr3366.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
DMachineSink-PHIUse.ll1 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats |& grep {machine-sink}
/external/llvm/test/CodeGen/X86/
Dsext-i1.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=x86-64 -disable-cgp-branch-opts | FileCheck %s -check-prefix=64
Dpr3366.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
DMachineSink-PHIUse.ll2 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats 2>&1 | grep "machine-s…
Dfma-do-not-commute.ll1 ; RUN: llc -fp-contract=fast -mattr=+fma -disable-cgp < %s -o - | FileCheck %s
D2012-10-18-crash-dagco.ll1 ; RUN: llc -march=x86-64 -mcpu=corei7 -disable-cgp-select2branch < %s
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelEmitter.cpp65 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate()
DDAGISelMatcherGen.cpp97 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
144 const CodeGenDAGPatterns &cgp) in MatcherGen() argument
145 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()
/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp79 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate()
DDAGISelMatcherGen.cpp96 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
148 const CodeGenDAGPatterns &cgp) in MatcherGen() argument
149 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/
Ddyn-stackalloc.ll1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=bas…
/external/llvm/test/CodeGen/Thumb/
Ddyn-stackalloc.ll1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -verify-machi…
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=bas…
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Djumptable.ll1 ;RUN: llc --march=cellspu -disable-cgp-branch-opts %s -o - | FileCheck %s
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll1 ; RUN: llc -march=hexagon -O2 -disable-cgp < %s
/external/skia/samplecode/
DSampleBigGradient.cpp302 MyPort cgp(c2.get()); in onDrawContent() local
303 doDraw(&cgp); in onDrawContent()
/external/skqp/samplecode/
DSampleBigGradient.cpp302 MyPort cgp(c2.get()); in onDrawContent() local
303 doDraw(&cgp); in onDrawContent()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dconstants.ll1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts | FileCheck %s
/external/llvm/test/CodeGen/NVPTX/
Dbranch-fold.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -disable-cgp | FileCheck %s
/external/llvm/test/CodeGen/ARM/
Dconstants.ll1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts -verify-machineinstr…
Dtaildup-branch-weight.ll2 ; RUN: -enable-tail-merge=false -disable-cgp %s -o /dev/null 2>&1 \

12