/external/deqp-deps/glslang/Test/ |
D | hlsl.cbuffer-identifier.vert | 6 matrix Projection; 28 output.Pos = mul( output.Pos, Projection );
|
D | hlsl.multiDescriptorSet.frag | 14 matrix Projection; 42 output.Pos = mul( output.Pos, Projection );
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.cbuffer-identifier.vert.out | 33 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 47 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 60 0:28 Projection: direct index for structure (layout( row_major std140) uniform 4X4 matrix … 61 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 77 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 120 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 159 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 173 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) 186 0:28 Projection: direct index for structure (layout( row_major std140) uniform 4X4 matrix … 187 …niform 4X4 matrix of float View, layout( row_major std140) uniform 4X4 matrix of float Projection}) [all …]
|
D | hlsl.multiDescriptorSet.frag.out | 27 MemberName 43(cbChangeOnResize) 0 "Projection"
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 476 struct Projection { struct 485 Projection() in Projection() argument 492 ~Projection() { delete[] private_data; } in ~Projection() argument 494 long long element_size, Projection** projection); 528 Projection* GetProjection() const; 543 Projection* m_projection;
|
D | mkvparser.cc | 29 const float Projection::kValueNotPresent = FLT_MAX; 5194 bool Projection::Parse(IMkvReader* reader, long long start, long long size, in Parse() 5195 Projection** projection) { in Parse() 5199 std::unique_ptr<Projection> projection_ptr(new Projection()); in Parse() 5315 std::unique_ptr<Projection> projection_ptr; in Parse() 5367 Projection* projection = NULL; in Parse() 5368 if (!Projection::Parse(pReader, pos, size, &projection)) { in Parse() 5510 Projection* VideoTrack::GetProjection() const { return m_projection; } in GetProjection()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 476 struct Projection { struct 485 Projection() in Projection() argument 492 ~Projection() { delete[] private_data; } in ~Projection() argument 494 long long element_size, Projection** projection); 528 Projection* GetProjection() const; 543 Projection* m_projection;
|
D | mkvparser.cc | 29 const float Projection::kValueNotPresent = FLT_MAX; 5203 bool Projection::Parse(IMkvReader* reader, long long start, long long size, in Parse() 5204 Projection** projection) { in Parse() 5208 std::unique_ptr<Projection> projection_ptr(new Projection()); in Parse() 5324 std::unique_ptr<Projection> projection_ptr; in Parse() 5380 Projection* projection = NULL; in Parse() 5381 if (!Projection::Parse(pReader, pos, size, &projection)) { in Parse() 5523 Projection* VideoTrack::GetProjection() const { return m_projection; } in GetProjection()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 476 struct Projection { struct 485 Projection() in Projection() function 492 ~Projection() { delete[] private_data; } in ~Projection() argument 494 long long element_size, Projection** projection); 528 Projection* GetProjection() const; 543 Projection* m_projection;
|
D | mkvparser.cc | 29 const float Projection::kValueNotPresent = FLT_MAX; 5194 bool Projection::Parse(IMkvReader* reader, long long start, long long size, in Parse() 5195 Projection** projection) { in Parse() 5199 std::unique_ptr<Projection> projection_ptr(new Projection()); in Parse() 5315 std::unique_ptr<Projection> projection_ptr; in Parse() 5367 Projection* projection = NULL; in Parse() 5368 if (!Projection::Parse(pReader, pos, size, &projection)) { in Parse() 5510 Projection* VideoTrack::GetProjection() const { return m_projection; } in GetProjection()
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | bucket.go | 162 req := b.c.raw.Buckets.Get(b.name).Projection("full") 188 req := b.c.raw.Buckets.Patch(b.name, rb).Projection("full") 657 req.Projection("full") 739 req.Projection("full")
|
D | writer.go | 111 Projection("full").
|
D | copy.go | 95 call.Context(ctx).Projection("full")
|
D | storage.go | 314 call := o.c.raw.Objects.Get(o.bucket, o.object).Projection("full").Context(ctx) 391 call := o.c.raw.Objects.Patch(o.bucket, o.object, rawObj).Projection("full").Context(ctx)
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 605 class Projection { 615 Projection() in Projection() function 622 ~Projection() { delete[] private_data_; } in ~Projection() 806 Projection* projection() { return projection_; } in projection() 809 bool SetProjection(const Projection& projection); 832 Projection* projection_;
|
D | mkvmuxer.cc | 1325 uint64_t Projection::ProjectionSize() const { in ProjectionSize() 1334 bool Projection::Write(IMkvWriter* writer) const { in Write() 1370 bool Projection::SetProjectionPrivate(const uint8_t* data, in SetProjectionPrivate() 1394 uint64_t Projection::PayloadSize() const { in PayloadSize() 1599 bool VideoTrack::SetProjection(const Projection& projection) { in SetProjection() 1600 std::unique_ptr<Projection> projection_ptr(new Projection()); in SetProjection()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 605 class Projection { 615 Projection() in Projection() function 622 ~Projection() { delete[] private_data_; } in ~Projection() 806 Projection* projection() { return projection_; } in projection() 809 bool SetProjection(const Projection& projection); 832 Projection* projection_;
|
D | mkvmuxer.cc | 1325 uint64_t Projection::ProjectionSize() const { in ProjectionSize() 1334 bool Projection::Write(IMkvWriter* writer) const { in Write() 1370 bool Projection::SetProjectionPrivate(const uint8_t* data, in SetProjectionPrivate() 1394 uint64_t Projection::PayloadSize() const { in PayloadSize() 1599 bool VideoTrack::SetProjection(const Projection& projection) { in SetProjection() 1600 std::unique_ptr<Projection> projection_ptr(new Projection()); in SetProjection()
|
/external/v8/src/compiler/ |
D | graph-assembler.cc | 98 Node* GraphAssembler::Projection(int index, Node* value) { in Projection() function in v8::internal::compiler::GraphAssembler 99 return graph()->NewNode(common()->Projection(index), value, current_control_); in Projection()
|
D | int64-lowering.cc | 370 use_node, common()->Projection(new_index)); in LowerNode() 375 common()->Projection(new_index + 1), node, in LowerNode() 1044 graph()->NewNode(common()->Projection(0), node, graph()->start()); in ReplaceNodeWithProjections() 1046 graph()->NewNode(common()->Projection(1), node, graph()->start()); in ReplaceNodeWithProjections()
|
D | effect-control-linearizer.cc | 1053 Node* ovf = __ Projection(1, add); in LowerChangeFloat64ToTagged() 1055 Node* value_smi = __ Projection(0, add); in LowerChangeFloat64ToTagged() 1109 Node* ovf = __ Projection(1, add); in LowerChangeInt32ToTagged() 1111 Node* value_smi = __ Projection(0, add); in LowerChangeInt32ToTagged() 1553 Node* check = __ Projection(1, value); in LowerCheckedInt32Add() 1556 return __ Projection(0, value); in LowerCheckedInt32Add() 1565 Node* check = __ Projection(1, value); in LowerCheckedInt32Sub() 1568 return __ Projection(0, value); in LowerCheckedInt32Sub() 1783 Node* check = __ Projection(1, projection); in LowerCheckedInt32Mul() 1787 Node* value = __ Projection(0, projection); in LowerCheckedInt32Mul() [all …]
|
D | common-operator.h | 522 const Operator* Projection(size_t index); in NON_EXPORTED_BASE()
|
D | graph-assembler.h | 182 Node* Projection(int index, Node* value);
|
/external/v8/src/builtins/ |
D | builtins-math-gen.cc | 43 Node* overflow = Projection(1, pair); in TF_BUILTIN() 47 Node* result = Projection(0, pair); in TF_BUILTIN()
|
/external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
D | storage-gen.go | 2887 func (c *BucketsGetCall) Projection(projection string) *BucketsGetCall { func 3270 func (c *BucketsInsertCall) Projection(projection string) *BucketsInsertCall { func 3487 func (c *BucketsListCall) Projection(projection string) *BucketsListCall { func 3748 func (c *BucketsPatchCall) Projection(projection string) *BucketsPatchCall { func 4339 func (c *BucketsUpdateCall) Projection(projection string) *BucketsUpdateCall { func 7554 func (c *ObjectsCopyCall) Projection(projection string) *ObjectsCopyCall { func 8090 func (c *ObjectsGetCall) Projection(projection string) *ObjectsGetCall { func 8593 func (c *ObjectsInsertCall) Projection(projection string) *ObjectsInsertCall { func 8976 func (c *ObjectsListCall) Projection(projection string) *ObjectsListCall { func 9279 func (c *ObjectsPatchCall) Projection(projection string) *ObjectsPatchCall { func [all …]
|