Home
last modified time | relevance | path

Searched defs:Primitive (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DPrimitive.hpp37 struct Primitive struct
39 int yMin;
40 int yMax;
42 float4 xQuad;
43 float4 yQuad;
45 float pointCoordX;
46 float pointCoordY;
47 float pointSizeInv;
49 PlaneEquation z;
50 float4 zBias;
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPrimitive.hpp37 struct Primitive struct
39 int yMin;
40 int yMax;
42 float4 xQuad;
43 float4 yQuad;
45 PlaneEquation z;
46 PlaneEquation w;
49 {
60 float area;
63 int64_t clockwiseMask;
[all …]
/third_party/mindspore/mindspore/core/ir/
Dprimitive.cc29 Primitive::Primitive(const std::string &name, const bool is_base, const PrimType prim_type) in Primitive() function in mindspore::Primitive
38 Primitive::Primitive(const std::string &name, const std::unordered_map<std::string, ValuePtr> &attr… in Primitive() function in mindspore::Primitive
48 Primitive::Primitive(const Primitive &prim) in Primitive() function in mindspore::Primitive
Danf.h74 class Primitive; variable
/third_party/typescript/tests/cases/compiler/
DtypeInferenceLiteralUnion.ts5 export type Primitive = number | string | boolean | Date; alias
34 let extentMixed: [Primitive | NumCoercible, Primitive | NumCoercible] | [undefined, undefined]; variable
DexcessPropertyCheckWithMultipleDiscriminants.ts25 type Primitive = Int | Float | Str | Bool; alias
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops.h38 MS_DECLARE_PARENT(UnpackGraphPrimitive, Primitive) in MS_DECLARE_PARENT() argument
/third_party/mindspore/tests/ut/cpp/utils/
Dany_test.cc38 using Primitive = Primitive; typedef
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts82 type Primitive = string | number | boolean; alias
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.h43 Primitive, enumerator
/third_party/flutter/skia/src/sksl/ir/
DSkSLLayout.h45 enum Primitive { enum
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto112 message Primitive { message
/third_party/mindspore/mindspore/ops/
Dprimitive.py27 class Primitive(Primitive_): class
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.hpp129 enum Primitive enum
DglsVertexArrayTests.hpp133 enum Primitive enum in deqp::gls::Array
/third_party/mesa3d/src/mesa/swrast/
Ds_context.h254 GLenum Primitive; /* current primitive being drawn (ala glBegin) */ member
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc10 TEST(TranslatorTest, Primitive) { in TEST() argument
/third_party/mesa3d/src/mesa/tnl/
Dt_context.h221 const struct _mesa_prim *Primitive; member
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h729 MS_DECLARE_PARENT(DoSignaturePrimitive, Primitive) in MS_DECLARE_PARENT() argument