HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 476 - 500 of 931) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp     [all...]
  /art/runtime/
utils.cc 453 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
521 const char* unit = nullptr; local
525 unit = "s";
528 unit = "ms";
531 unit = "us";
534 unit = "ns";
540 return StringPrintf("%" PRIu64 "%s", whole_part, unit);
555 return StringPrintf("%" PRIu64 ".%s%s", whole_part, fraction_buffer, unit);
    [all...]
  /external/libnl/lib/route/
link.c 74 * @note The unit of the transmission queue length depends on the
75 * link type, a common unit is \a packets.
509 char *unit, fmt[64]; local
517 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_RX_BYTES], &unit);
520 fmt[9] = *unit == 'B' ? '9' : '7';
522 nl_dump_line(p, fmt, res, unit,
529 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_TX_BYTES], &unit);
532 fmt[9] = *unit == 'B' ? '9' : '7';
534 nl_dump_line(p, fmt, res, unit,
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/libnl/lib/netfilter/
ct_obj.c 258 char *unit; local
264 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 1), &unit);
266 nfnl_ct_get_packets(ct, 1), res, unit);
268 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 0), &unit);
270 nfnl_ct_get_packets(ct, 0), res, unit);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 122 GLuint CreateTexture(int32_t width, int32_t height, int unit);
293 GLuint VCDemoInstance::CreateTexture(int32_t width, int32_t height, int unit) {
298 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0 + unit);
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 26 ${toggle_unit_tests} unit tests
27 ${toggle_decode_perf_tests} build decoder perf tests with unit tests
28 ${toggle_encode_perf_tests} build encoder perf tests with unit tests
731 # Enable unit tests by default if we have a working C++ compiler.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
340 reg->reg.size = size1 << unit;
346 reg->reg.size = size2 << unit;
  /external/deqp/executor/
xeTestLogWriter.cpp 256 << Writer::Attribute("Unit", number.unit)
459 if (!info.unit.empty())
460 dst << Writer::Attribute("Unit", info.unit);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
340 reg->reg.size = size1 << unit;
346 reg->reg.size = size2 << unit;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 0 unit Antlr.Runtime.Tools.Tests;
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
7 Modify the generated code to correctly setup and call the methods from the unit
Antlr.Runtime.Tests.pas 0 unit Antlr.Runtime.Tests;
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 7 add unit test for quadratic horizontal intersection
8 add unit test for cubic horizontal intersection with left/right
9 add unit test for ActiveEdge::calcLeft (can currently loop forever)
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 796 void setTex1DBinding (int unit, rc::Texture1D* tex1D);
797 void setTex2DBinding (int unit, rc::Texture2D* tex2D);
798 void setTexCubeBinding (int unit, rc::TextureCube* texCube);
799 void setTex2DArrayBinding (int unit, rc::Texture2DArray* tex2DArray);
800 void setTex3DBinding (int unit, rc::Texture3D* tex3D);
801 void setTexCubeArrayBinding (int unit, rc::TextureCubeArray* texCubeArray);
    [all...]
  /external/libpng/
pngtest.c 1221 int unit; local
1233 int unit; local
    [all...]
  /build/tools/droiddoc/templates-pdk/
docpage.cs 8 <div class="g-unit" id="doc-content"><a name="top"></a>
  /external/chromium_org/cc/resources/
resource_provider.h 236 GLenum unit,
505 GLenum BindForSampling(ResourceId resource_id, GLenum unit, GLenum filter);
  /external/chromium_org/extensions/renderer/resources/
serial_custom_bindings.js 20 // getBackgroundPage is not available in unit tests so fall back to the
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_reg.h 289 #define MAP_UNIT(unit) ((unit)<<16)
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 255 * \param unit texture unit number
260 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4])
262 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
465 if (ctx->Texture.Unit[u].TexGenEnabled) {
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 335 const char* unit) {
341 unit);
  /external/eigen/lapack/
slarfg.f 53 *> the unit matrix.
  /external/llvm/test/Bindings/Ocaml/
target.ml 23 (* Tiny unit test framework - really just to help find which line is busted *)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_reg.h 289 #define MAP_UNIT(unit) ((unit)<<16)

Completed in 1178 milliseconds

<<11121314151617181920>>