Searched defs:Primitive (Results 1 – 12 of 12) sorted by relevance
37 struct Primitive struct39 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 …]
37 struct Primitive struct39 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 …]
5 export type Primitive = number | string | boolean | Date; alias34 let extentMixed: [Primitive | NumCoercible, Primitive | NumCoercible] | [undefined, undefined]; variable
25 type Primitive = Int | Float | Str | Bool; alias
82 type Primitive = string | number | boolean; alias
24 enum Primitive { enum32 impl Primitive { implementation1391 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()
45 enum Primitive { enum
112 message Primitive { message
129 enum Primitive enum
133 enum Primitive enum in deqp::gls::Array
10 TEST(TranslatorTest, Primitive) { in TEST() argument
120992 Primitive = Numeric | Boolean | Null | String, enumerator