HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 51 - 75 of 345) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local
46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) {
47 struct gl_texgen *coord = get_texgen_coord(unit, j);
172 if (!ctx->Texture.Unit[i]._ReallyEnabled) {
180 t = ctx->Texture.Unit[i]._Current;
223 + ctx->Texture.Unit[i].LodBias;
266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
  /external/clang/lib/CodeGen/
CGDebugInfo.h 91 llvm::DIFile *Unit;
93 llvm::DIFile *Unit)
94 : Type(Type), Decl(Decl), Unit(Unit) {}
168 llvm::DIType *CreateType(const RValueReferenceType *Ty, llvm::DIFile *Unit);
194 llvm::DIFile *Unit);
228 llvm::DIFile *Unit);
232 llvm::DIFile *Unit);
402 /// Create new compile unit.
411 /// Get the file info for main compile unit
    [all...]
  /external/clang/test/
Makefile 32 all:: lit.site.cfg Unit/lit.site.cfg
57 Unit/lit.site.cfg: FORCE
58 @echo "Making Clang 'Unit/lit.site.cfg' file..."
60 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
61 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
62 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tmp
63 @$(ECHOPATH) s=@LLVM_LIBS_DIR@=$(LibDir)=g >> unit.tmp
64 @$(ECHOPATH) s=@CLANG_SOURCE_DIR@=$(PROJ_SRC_DIR)/..=g >> unit.tmp
65 @$(ECHOPATH) s=@CLANG_BINARY_DIR@=$(PROJ_OBJ_DIR)/..=g >> unit.tmp
66 @$(ECHOPATH) s=@TARGET_TRIPLE@=$(TARGET_TRIPLE)=g >> unit.tm
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerInterface.h 25 typedef std::vector<uint8_t> Unit;
108 void SetCorpus(const std::vector<Unit> *Corpus);
153 virtual void SetCorpus(const std::vector<Unit> *Corpus) {
  /external/eigen/lapack/
clarfb.f 252 * where V1 is unit lower triangular.
273 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
286 CALL CTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
303 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
330 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
344 CALL CTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
362 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
377 * where V2 is unit upper triangular.
399 CALL CTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
413 CALL CTRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
dlarfb.f 249 * where V1 is unit lower triangular.
269 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
283 CALL DTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
300 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit',
328 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
342 CALL DTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
359 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit',
375 * where V2 is unit upper triangular.
396 CALL DTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
410 CALL DTRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
slarfb.f 249 * where V1 is unit lower triangular.
269 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit',
283 CALL STRMM( 'Right', 'Upper', TRANST, 'Non-unit',
300 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit',
328 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit',
342 CALL STRMM( 'Right', 'Upper', TRANS, 'Non-unit',
359 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit',
375 * where V2 is unit upper triangular.
396 CALL STRMM( 'Right', 'Upper', 'No transpose', 'Unit',
410 CALL STRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
zlarfb.f 252 * where V1 is unit lower triangular.
273 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
286 CALL ZTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
304 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
331 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
345 CALL ZTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
363 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
378 * where V2 is unit upper triangular.
400 CALL ZTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
415 CALL ZTRMM( 'Right', 'Lower', TRANST, 'Non-unit',
    [all...]
  /external/llvm/unittests/
Makefile.unittest 10 # This file is included by all of the unit test makefiles.
28 # Set up variables for building a unit test.
58 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg)
61 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 5 require 'test/unit'
8 class TestDFA < Test::Unit::TestCase
  /external/clang/tools/libclang/
CIndexer.h 99 void printDiagsToStderr(ASTUnit *Unit);
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 80 GLuint unit, GLfloat color[4] )
82 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
87 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit);
91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
112 GLfloat lodBias, GLuint unit, GLfloat color[4] )
115 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
    [all...]
s_texcombine.c 47 * Return array of texels for given unit.
50 get_texel_array(SWcontext *swrast, GLuint unit)
53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
72 * \param unit the texture combiner unit
81 texture_combine( struct gl_context *ctx, GLuint unit,
87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]);
146 argRGB[term] = get_texel_array(swrast, unit);
600 GLuint unit; local
    [all...]
  /art/cmdline/
cmdline_parser.h 311 Builder& IntoKey(const TVariantMapKey<Unit>& key) {
312 return CreateTypedBuilder<Unit>().IntoKey(key);
339 template <typename TArg = Unit>
340 typename std::enable_if<std::is_same<TArg, Unit>::value>::type
342 // Every Unit argument implicitly maps to a runtime value of Unit{}
343 std::vector<Unit> values(names_.size(), Unit{}); // NOLINT [whitespace/braces] [5]
365 // Define a single argument. The default type is Unit.
399 // pretend this is a unit, e.g. -Xjitblockin
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 305 virtual HRESULT WINAPI Expand(__LONG32 Unit,__LONG32 *pDelta) = 0;
306 virtual HRESULT WINAPI GetIndex(__LONG32 Unit,__LONG32 *pIndex) = 0;
307 virtual HRESULT WINAPI SetIndex(__LONG32 Unit,__LONG32 Index,__LONG32 Extend) = 0;
313 virtual HRESULT WINAPI StartOf(__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta) = 0;
314 virtual HRESULT WINAPI EndOf(__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta) = 0;
315 virtual HRESULT WINAPI Move(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
316 virtual HRESULT WINAPI MoveStart(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
317 virtual HRESULT WINAPI MoveEnd(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
327 virtual HRESULT WINAPI Delete(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
367 HRESULT (WINAPI *Expand)(ITextRange *This,__LONG32 Unit,__LONG32 *pDelta)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 26 // attribute. It looks up the Unit containing the DIE and calls
27 // DIE.extractFast with the right unit. Returns new unit on success,
30 const DWARFUnit *Unit,
32 Unit = Unit->getUnitSection().getUnitForOffset(*Offset);
33 return (Unit && DIE.extractFast(Unit, Offset)) ? Unit : nullptr;
  /external/mesa3d/src/mesa/program/
prog_statevars.c 205 /* state[1] is the texture unit */
206 const GLuint unit = (GLuint) state[1]; local
210 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
219 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane)
241 const GLuint unit = (GLuint) state[1]; local
438 const int unit = (int) state[2]; local
581 const int unit = (int) state[2]; local
592 const int unit = (int) state[2]; local
1127 GLuint unit = MIN2(ctx->Texture.CurrentUnit, local
    [all...]
  /external/android-clat/
Android.mk 28 # Unit tests.
  /system/extras/perfprofd/tests/
Android.mk 1 # Build the unit tests.
7 # Static library with mockup utilities layer (called by unit test).
20 # Canned perf.data files needed by unit test.
31 # Unit test for perfprofd
  /system/extras/tests/kernel.config/
Android.mk 6 # Unit tests.
34 LOCAL_MODULE := kernel-config-unit-tests
  /system/media/brillo/audio/audioservice/
Android.mk 39 # Unit tests for audio device handler.
  /external/autotest/client/deps/glbench/src/
attributefetchtest.cc 19 virtual const char* Unit() const { return "mvtx_sec"; }
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i);
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
passmgr_builder_ocaml.c 46 /* t -> unit */
47 CAMLprim value llvm_pmbuilder_create(value Unit) {
51 /* int -> t -> unit */
57 /* int -> t -> unit */
63 /* int -> t -> unit */
70 /* bool -> t -> unit */
78 /* bool -> t -> unit */
86 /* [ `Function ] Llvm.PassManager.t -> t -> unit */
94 /* [ `Module ] Llvm.PassManager.t -> t -> unit */
103 internalize:bool -> run_inliner:bool -> t -> unit */
    [all...]
  /external/llvm/test/MC/ELF/
discriminator.s 17 .long 34 # Length of Unit

Completed in 730 milliseconds

1 23 4 5 6 7 8 91011>>