Home
last modified time | relevance | path

Searched refs:Projection (Results 1 – 25 of 37) sorted by relevance

12

/external/deqp-deps/glslang/Test/
Dhlsl.cbuffer-identifier.vert6 matrix Projection;
28 output.Pos = mul( output.Pos, Projection );
Dhlsl.multiDescriptorSet.frag14 matrix Projection;
42 output.Pos = mul( output.Pos, Projection );
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.cbuffer-identifier.vert.out33 …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 …]
Dhlsl.multiDescriptorSet.frag.out27 MemberName 43(cbChangeOnResize) 0 "Projection"
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h476 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;
Dmkvparser.cc29 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/
Dmkvparser.h476 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;
Dmkvparser.cc29 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/
Dmkvparser.h476 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;
Dmkvparser.cc29 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/
Dbucket.go162 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")
Dwriter.go111 Projection("full").
Dcopy.go95 call.Context(ctx).Projection("full")
Dstorage.go314 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/
Dmkvmuxer.h605 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_;
Dmkvmuxer.cc1325 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/
Dmkvmuxer.h605 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_;
Dmkvmuxer.cc1325 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/
Dgraph-assembler.cc98 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()
Dint64-lowering.cc370 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()
Deffect-control-linearizer.cc1053 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 …]
Dcommon-operator.h522 const Operator* Projection(size_t index); in NON_EXPORTED_BASE()
Dgraph-assembler.h182 Node* Projection(int index, Node* value);
/external/v8/src/builtins/
Dbuiltins-math-gen.cc43 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/
Dstorage-gen.go2887 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 …]

12