HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 176 - 200 of 594) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 393 const GLuint unit = machine->Samplers[inst->TexSrcUnit]; local
405 lodBias, unit, color);
408 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color);
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 792 char *unit; local
803 unit = "M";
807 unit = "K";
811 unit = "";
816 unit = "";
819 printf("\t%s: %.*f(%sbytes)", str, w, y, unit);
  /external/libpcap/
pcap-dlpi.c 375 * Split the device name into a device type name and a unit number;
376 * chop off the unit number, so "dname" is just a device type name.
422 * table for the specified device type name and unit number.
443 * Get the unit number, and a pointer to the end of the device
453 * Make a copy of the device pathname, and then remove the unit
459 /* Try device without unit number */
469 /* Try again with unit number */
505 /* XXX Assume unit zero */
786 * Split a device name into a device type name and a unit number;
787 * return the a pointer to the beginning of the unit number, whic
798 long unit; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 414 char unit; local
433 nr_samples = convert_unit(nr_samples, &unit);
434 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit);
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 217 if(insn.unit >= 0)
219 hw[0] |= (insn.unit << NVFX_FP_OP_TEX_UNIT_SHIFT);
447 int mask, sat, unit = 0; local
516 unit = fsrc->Register.Index;
774 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
790 nvfx_fp_emit(fpc, tex(sat, TXB, unit, dst, mask, src[0], none, none));
794 nvfx_fp_emit(fpc, tex(sat, TXL_NV40, unit, dst, mask, src[0], none, none));
796 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none));
799 nvfx_fp_emit(fpc, tex(sat, TXP, unit, dst, mask, src[0], none, none));
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 59 int unit; member in struct:svga_shader_emitter
  /external/mesa3d/src/mesa/program/
prog_execute.c 393 const GLuint unit = machine->Samplers[inst->TexSrcUnit]; local
405 lodBias, unit, color);
408 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 35 Unit unit = UnitWorld; local
38 width, unit, &nativePen);
44 Unit unit = UnitWorld; local
47 width, unit, &nativePen);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 149 FX_FLOAT unit = 1.f; local
151 unit = FXSYS_Div(1.0f, (pObject2Device->GetXUnit() + pObject2Device->GetYUnit()) / 2);
153 if (width < unit) {
154 width = unit;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsTypeReferenceTest.java 17 package com.android.mediaframeworktest.unit;
MediaPlayerStateUnitTestTemplate.java 17 package com.android.mediaframeworktest.unit;
31 * @see com.android.mediaframeworktest.unit.MediaPlayerSeekToStateUnitTest
34 * A typical concrete unit test class would implement the
36 * this class. Then it calls runTestOnMethod() to actually perform the unit
RationalTest.java 17 package com.android.mediaframeworktest.unit;
36 * -e class 'com.android.mediaframeworktest.unit.RationalTest' \
43 private static final Rational UNIT = new Rational(1, 1);
200 // unit is equal to itself
201 assertCompareEquals(UNIT, new Rational(1, 1));
205 assertGreaterThan(NaN, UNIT);
212 assertGreaterThan(POSITIVE_INFINITY, UNIT);
218 assertLessThan(NEGATIVE_INFINITY, UNIT);
242 assertFinite(UNIT, true);
249 assertInfinite(UNIT, false)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 135 ICompilationUnit unit = ((ICompilationUnit) element).getPrimary(); local
136 IResource resource = unit.getResource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 411 String unit = matcher1.group(2); local
412 if (unit.equals(matcher2.group(2))) {
415 return AdtUtils.formatFloatAttribute(value1 + value2) + unit;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 143 // Sets the active texture unit. Up to MAX_TEXTURE_UNITS are supported.
163 // Set the target binding of the active texture unit to texture. Returns
203 TextureUnit unit[MAX_TEXTURE_UNITS]; member in struct:GLClientState::TextureState
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /bionic/libc/kernel/uapi/linux/
hiddev.h 90 __u32 unit; member in struct:hiddev_field_info
  /development/ndk/platforms/android-L/include/linux/
hiddev.h 90 __u32 unit; member in struct:hiddev_field_info
  /external/ceres-solver/include/ceres/
rotation.h 89 // The value quaternion must be a unit quaternion - it is not normalized first,
171 // Assumes the quaternion is unit norm. This assumption allows us to
174 // WILL NOT get back 2 times the result you get for a unit quaternion.
178 // With this function you do not need to assume that q has unit norm.
549 // Make unit-norm version of q.
550 const T unit[4] = { local
557 UnitQuaternionRotatePoint(unit, pt, result);
  /external/chromium_org/media/base/android/
media_source_player_unittest.cc 377 AccessUnit unit; local
379 unit.status = DemuxerStream::kOk;
388 unit.data = std::vector<uint8>(
395 unit.data.insert(unit.data.end(), padding, padding + 4);
398 return unit;
496 // Preroll the decoder job to |target_timestamp|. The first access unit
517 // Send some data with access unit timestamps before the |target_timestamp|,
621 // |kConfigChanged| access unit. If |config_unit_in_prefetch| is true, sends
625 // completed). |config_unit_index| controls which access unit i
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 107 unsigned unit:8; /* Sampler unit */ member in struct:lp_tgsi_texture_info
175 unsigned unit,
187 unsigned unit,
199 unsigned unit,
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 1725 const GLint unit = (GLint) texture - GL_TEXTURE0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_fp.c 48 /** An invalid texture unit */
242 TEX_UNIT_NONE, TEX_TARGET_NONE, 0, /* unit, tgt, shadow */
667 const GLuint unit = c->fp->program.Base.SamplerUnits[inst->TexSrcUnit]; local
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
680 assert(unit < BRW_MAX_TEX_UNIT);
744 unit,
774 if (c->key.tex.yuvtex_mask & (1 << unit)) {
776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit);
801 unit,
862 unit,
    [all...]
brw_wm_surface_state.c 571 * support for their alpha behavior and don't have the blending unit
714 unsigned unit,
720 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
1316 const unsigned unit = vs->SamplerUnits[s]; local
1327 const unsigned unit = fs->SamplerUnits[s]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) {
1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local
1043 if (texObj == unit->CurrentTex[tex]) {
1044 _mesa_reference_texobj(&unit->CurrentTex[tex],
1046 ASSERT(unit->CurrentTex[tex]);
1063 * texture unit, unbind the texture first. Decrement the reference
    [all...]

Completed in 3212 milliseconds

1 2 3 4 5 6 78 91011>>