HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 126 - 150 of 1879) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 188 GLuint prim = VB->Primitive[i].mode;
189 GLuint length = VB->Primitive[i].count;
203 /* One point for each generated primitive:
246 GLuint prim = _tnl_translate_prim(&VB->Primitive[i]);
247 GLuint start = VB->Primitive[i].start;
248 GLuint length = VB->Primitive[i].count;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 86 /* Which primitive? Or all three?
88 switch (key->primitive) {
159 key.primitive = SF_UNFILLED_TRIS;
161 key.primitive = SF_TRIANGLES;
164 key.primitive = SF_LINES;
167 key.primitive = SF_POINTS;
  /external/skia/src/gpu/
SkGrPriv.h 47 to convert the SkShader (if any) on the SkPaint. The primitive itself has no color. */
60 no primitive color. */
68 primitive color is the dst or src color to the blend in order to work around differences between
77 /** This is used when there is a primitive color, but the shader should be ignored. Currently,
78 the expectation is that the primitive color will be premultiplied, though it really should be
80 applied to the primitive color after interpolation. */
  /external/v8/test/mjsunit/es6/
typedarray-iteration.js 50 // primitive value. See ECMA-262, Annex C.
60 // In strict mode primitive values should not be coerced to an object.
108 // primitive value. See ECMA-262, Annex C.
118 // In strict mode primitive values should not be coerced to an object.
161 // primitive value. See ECMA-262, Annex C.
171 // In strict mode primitive values should not be coerced to an object.
  /art/compiler/optimizing/
intrinsics_x86.cc 195 Primitive::Type size,
200 case Primitive::kPrimShort:
205 case Primitive::kPrimInt:
219 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimInt, GetAssembler());
248 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimShort, GetAssembler());
    [all...]
intrinsics_x86_64.cc 147 Primitive::Type size,
152 case Primitive::kPrimShort:
157 case Primitive::kPrimInt:
160 case Primitive::kPrimLong:
174 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimInt, GetAssembler());
182 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimLong, GetAssembler());
190 GenReverseBytes(invoke->GetLocations(), Primitive::kPrimShort, GetAssembler());
    [all...]
code_generator_arm.h 89 Location GetNextLocation(Primitive::Type type) OVERRIDE;
90 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
110 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
111 return Primitive::Is64BitType(type)
115 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
116 return Primitive::Is64BitType(type)
122 Location GetFpuLocation(Primitive::Type type) const OVERRIDE {
123 return Primitive::Is64BitType(type)
309 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
397 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE
    [all...]
nodes_test.cc 38 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
81 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
83 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
109 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
130 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
code_generator.h 43 // Minimum value for a primitive integer.
45 // Minimum value for a primitive long.
48 // Maximum value for a primitive integer.
50 // Maximum value for a primitive long.
134 virtual Location GetNextLocation(Primitive::Type type) = 0;
135 virtual Location GetReturnLocation(Primitive::Type type) const = 0;
157 virtual Location GetReturnLocation(Primitive::Type type) const = 0;
158 virtual Location GetSetValueLocation(Primitive::Type type, bool is_instance) const = 0;
159 virtual Location GetFpuLocation(Primitive::Type type) const = 0;
201 virtual void MoveLocation(Location dst, Location src, Primitive::Type dst_type) = 0
    [all...]
optimizing_unit_test.h 53 LiveInterval* interval = LiveInterval::MakeInterval(allocator, Primitive::kPrimInt, defined_by);
86 Primitive::Type return_type = Primitive::kPrimInt) {
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 333 Primitive::Type type = field->GetTypeAsPrimitiveType();
335 if (type == Primitive::kPrimBoolean) {
338 DCHECK_EQ(Primitive::kPrimByte, type);
345 Primitive::Type type = field->GetTypeAsPrimitiveType();
347 if (type == Primitive::kPrimBoolean) {
350 DCHECK_EQ(Primitive::kPrimByte, type);
366 Primitive::Type type = field->GetTypeAsPrimitiveType();
368 if (type == Primitive::kPrimChar) {
371 DCHECK_EQ(Primitive::kPrimShort, type);
378 Primitive::Type type = field->GetTypeAsPrimitiveType()
    [all...]
  /external/v8/test/mjsunit/
array-iteration.js 77 // primitive value. See ECMA-262, Annex C.
87 // In strict mode primitive values should not be coerced to an object.
135 // primitive value. See ECMA-262, Annex C.
145 // In strict mode primitive values should not be coerced to an object.
198 // primitive value. See ECMA-262, Annex C.
208 // In strict mode primitive values should not be coerced to an object.
256 // primitive value. See ECMA-262, Annex C.
266 // In strict mode primitive values should not be coerced to an object.
314 // primitive value. See ECMA-262, Annex C.
324 // In strict mode primitive values should not be coerced to an object
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 35 * every single type of primitive arrays.
103 * <p>Arguments other than arrays are not supported. The array component must be primitive,
122 throw new IllegalArgumentException("array's component must be a primitive");
150 * <p>Each {@link Number} must be an instance of a primitive wrapper class
157 * if {@code numbers} contained a class that wasn't a primitive wrapper
190 "number class invalid; must be wrapper around primitive class");
244 throw new IllegalArgumentException("array class invalid; must be a primitive array");
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java 20 import android.text.Primitive.PrimitiveType;
27 import static android.text.Primitive.PrimitiveType.PENALTY_INFINITY;
38 public OptimizingLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
49 Primitive p = mPrimitives.get(0);
64 Primitive p = mPrimitives.get(i);
159 Primitive p = mPrimitives.get(i);
189 Primitive p = mPrimitives.get(i);
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 2 * Primitive type fragments and macros
6 This file provide fragments and macros for the C/C++ primitive types.
43 which generates the typemaps for a primitive type with a given
44 checkcode. It is assumed that the primitive type is 'normalized' and
92 * Primitive type fragments
236 * Generate the typemaps for primitive type
242 * Primitive Type Macros
245 /* useful macros to derive typemap declarations from primitive types */
317 * Generate the typemaps for all the primitive types with checkcode
  /external/boringssl/src/crypto/bytestring/
ber.c 66 /* is_primitive_type returns true if |tag| likely a primitive type. Normally
68 * primitive tags can have the constructed bit if they have indefinite
86 * an indefinite length, primitive value. If |looking_for_eoc| is set then any
122 * an indefinite length, context-specific tag with a definite, primitive
124 * implicit and the tags within are fragments of a primitive type that
  /external/javassist/src/main/javassist/util/proxy/
FactoryHelper.java 62 * @throws RuntimeException if a given type is not a primitive type.
75 * <code>Class</code> objects representing primitive types.
83 * The fully-qualified names of wrapper classes for primitive types.
100 * The names of methods for obtaining a primitive value
119 * The data size of primitive types. <code>long</code>
  /external/mesa3d/src/gallium/docs/source/
pipeline.txt 12 primitive ID } System-generated values
27 primitive ID
79 primitive ID
101 primitive ID ]
113 primitive ID
  /libcore/ojluni/src/main/java/java/lang/reflect/
InvocationHandler.java 60 * Arguments of primitive types are wrapped in instances of the
61 * appropriate primitive wrapper class, such as
66 * method is a primitive type, then the value returned by
67 * this method must be an instance of the corresponding primitive
71 * primitive, then a {@code NullPointerException} will be
  /prebuilts/tools/common/m2/repository/net/sf/ezmorph/ezmorph/1.0.6/
ezmorph-1.0.6.jar 
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 74 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
114 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
121 gls::DrawTestSpec::Primitive m_primitive;
126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
129 , m_primitive (primitive)
147 spec.primitive = m_primitive;
182 spec.primitive = m_primitive;
228 spec.primitive = m_primitive
441 const gls::DrawTestSpec::Primitive primitive[] = local
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_cpu_dep.h 24 * compiler, including primitive data types and endianness.
26 * This file defines the byte order and primitive data types for various
32 * Go to the source code of this header file to see the details of primitive type
97 /** @name CPU/compiler-independent primitive data type definitions
116 /** @name CPU/compiler-dependent primitive data type definitions for x86 processor family
161 /** @name CPU/compiler-dependent primitive data type definitions for SH-3 processor family
183 /** @name CPU/compiler-dependent primitive data type definitions for SH-2 processor family
210 /** @name CPU/compiler-dependent primitive data type definitions for MIPS processor family
238 /** @name CPU/compiler-dependent primitive data type definitions for M68000 processor family
261 /** @name CPU/compiler-dependent primitive data type definitions for PPC 8XX processor famil
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 64 template <typename Primitive, template <Primitive...> class F>
70 typedef typename Primitive::template call<F> x;
  /external/javassist/src/main/javassist/
CtPrimitiveType.java 19 * An instance of <code>CtPrimitiveType</code> represents a primitive type.
45 * Returns <code>true</code> if this object represents a primitive
106 * Returns the data size of the primitive type.
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsEmptyValues.java 35 * Returns appropriate primitive for primitive-returning methods
38 * Returns consistent values for primitive wrapper classes (e.g. int-returning method retuns 0 <b>and</b> Integer-returning method returns 0, too)

Completed in 974 milliseconds

1 2 3 4 56 7 8 91011>>