Searched refs:Sphere (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | debuginfo.ll | 11 %struct.Sphere = type { %struct.Vec } 48 @.str41 = internal constant [7 x i8] c"Sphere\00", section "llvm.metadata" ; <[7 x i8]*> [#uses=1] 74 define i32 @_ZN6Sphere10ray_sphereERK3Vec(%struct.Sphere* %this, %struct.Vec* %Orig) nounwind { 80 %1 = getelementptr %struct.Sphere* %this, i32 0, i32 0, i32 2 ; <i32*> [#uses=1] 85 %6 = getelementptr %struct.Sphere* %this, i32 0, i32 0, i32 1 ; <i32*> [#uses=1] 90 %11 = getelementptr %struct.Sphere* %this, i32 0, i32 0, i32 0 ; <i32*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 11 …%struct.Group = type { %struct.Scene, %struct.Sphere, %"struct.std::list<Scene*,std::allocator<Sce… 14 %struct.Sphere = type { %struct.Scene, %struct.Vec, double }
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 11 …%struct.Group = type { %struct.Scene, %struct.Sphere, %"struct.std::list<Scene*,std::allocator<Sce… 14 %struct.Sphere = type { %struct.Scene, %struct.Vec, double }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 11 …%struct.Group = type { %struct.Scene, %struct.Sphere, %"struct.std::list<Scene*,std::allocator<Sce… 14 %struct.Sphere = type { %struct.Scene, %struct.Vec, double }
|
/external/v8/benchmarks/ |
D | raytrace.js | 417 Flog.RayTracer.Shape.Sphere = Class.create(); 419 Flog.RayTracer.Shape.Sphere.prototype = { class in Flog.RayTracer.Shape 825 var sphere = new Flog.RayTracer.Shape.Sphere( 837 var sphere1 = new Flog.RayTracer.Shape.Sphere(
|