Home
last modified time | relevance | path

Searched defs:Primitive (Results 1 – 12 of 12) 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/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/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts82 type Primitive = string | number | boolean; alias
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs24 enum Primitive { enum
32 impl Primitive { implementation
1391 fn parse_primitive(&self) -> Result<Primitive> { in parse_primitive()
1433 fn parse_escape(&self) -> Result<Primitive> { in parse_escape()
1853 fn parse_set_class_item(&self) -> Result<Primitive> { in parse_set_class_item()
/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/vk-gl-cts/modules/glshared/
DglsDrawTest.hpp129 enum Primitive enum
DglsVertexArrayTests.hpp133 enum Primitive enum in deqp::gls::Array
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc10 TEST(TranslatorTest, Primitive) { in TEST() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp120992 Primitive = Numeric | Boolean | Null | String, enumerator