HomeSort by relevance Sort by last modified time
    Searched refs:hw (Results 151 - 175 of 680) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/gps/msm8909w_3100/android/
Android.mk 7 LOCAL_MODULE_RELATIVE_PATH := hw
64 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/gps/msm8998/android/
Android.mk 14 LOCAL_MODULE_RELATIVE_PATH := hw
61 LOCAL_MODULE_RELATIVE_PATH := hw
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
st.d 13 10: 1a02 004c st[hw]+.aw r1,\[r2,2\]
21 34: 1a04 006c st[hw]+.di.aw r1,\[r2,4\]
  /cts/apps/CameraITS/tools/
rotation_rig.py 17 import hardware as hw
44 hw_list = hw.Device(ROT_RIG_DEVICE, vid, pid, '1', '0')
  /device/generic/goldfish/tools/
emulator_boot_test.sh 41 echo hw.cpu.ncore=1 >> $ANDROID_PRODUCT_OUT/config.ini
  /device/generic/goldfish-opengl/system/gralloc/
Android.mk 8 $$(call emugl-set-shared-library-subpath,hw)
  /external/tensorflow/tensorflow/contrib/makefile/
build_helper.subr 23 sysctl hw.ncpu | awk '{print $2}' ;;
  /frameworks/av/services/audiopolicy/enginedefault/
Android.mk 26 $(TARGET_OUT_HEADERS)/hw \
  /hardware/interfaces/graphics/composer/2.2/default/
Android.mk 6 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/display/msm8996/libgralloc1/
Android.mk 13 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/display/msm8998/libgralloc1/
Android.mk 8 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/keymaster/
Android.mk 16 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
  /hardware/ril/rild/
Android.mk 29 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/syslinux/gpxe/src/drivers/net/
skge.h 228 IS_HW_ERR = 1<<31, /* Interrupt HW Error */
276 /* B2_IRQM_HWE_MSK 32 bit IRQ Moderation HW Error Mask */
2499 struct skge_hw *hw; member in struct:skge_port
    [all...]
  /device/generic/goldfish/gps/
Android.mk 24 # hw/<GPS_HARDWARE_MODULE_ID>.<ro.hardware>.so
28 LOCAL_MODULE_RELATIVE_PATH := hw
44 LOCAL_MODULE_RELATIVE_PATH := hw
  /device/google/cuttlefish_common/guest/hals/sensors/
Android.mk 18 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.hardware>.so
22 LOCAL_MODULE_RELATIVE_PATH := hw
24 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
  /hardware/qcom/audio/legacy/alsa_sound/
Android.mk 60 LOCAL_MODULE_RELATIVE_PATH := hw
77 LOCAL_MODULE_RELATIVE_PATH := hw
97 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 281 /* need to re-compute stencil hw state */
462 if (radeon->cmdbuf.cs->cdw && !radeon->hw.all_dirty) {
463 if (!radeon->hw.is_dirty)
465 foreach(atom, &radeon->hw.atomlist) {
475 foreach(atom, &radeon->hw.atomlist) {
519 if (radeon->hw.all_dirty || emitAll) {
520 foreach(atom, &radeon->hw.atomlist)
523 foreach(atom, &radeon->hw.atomlist) {
540 if (radeon->cmdbuf.cs->cdw && !radeon->hw.is_dirty && !radeon->hw.all_dirty
    [all...]
radeon_tex.c 273 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
275 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
299 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
301 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
302 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK);
367 rmesa->hw.tex[i].dirty = GL_FALSE;
368 rmesa->hw.cube[i].dirty = GL_FALSE;
  /external/mesa3d/src/gallium/drivers/svga/
svga_shader.c 491 struct svga_hw_draw_state *hw = &svga->state.hw_draw; local
508 if (svga->rebind.flags.vs && hw->vs && hw->vs->gb_shader) {
509 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ);
515 if (svga->rebind.flags.gs && hw->gs && hw->gs->gb_shader) {
516 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ);
522 if (svga->rebind.flags.fs && hw->fs && hw->fs->gb_shader) {
523 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 105 GLfloat *fcmd = (GLfloat *)&rmesa->hw.vpp[0].cmd[VPP_CMD_0 + 1];
137 fcmd = (GLfloat *)&rmesa->hw.vpp[1].cmd[VPP_CMD_0 + 1];
141 rmesa->hw.vpp[0].cmd_size =
143 tmp.i = rmesa->hw.vpp[0].cmd[VPP_CMD_0];
145 rmesa->hw.vpp[0].cmd[VPP_CMD_0] = tmp.i;
147 rmesa->hw.vpp[1].cmd_size = 1 + 4 * (paramList->NumParameters - 96);
148 tmp.i = rmesa->hw.vpp[1].cmd[VPP_CMD_0];
150 rmesa->hw.vpp[1].cmd[VPP_CMD_0] = tmp.i;
440 /* Initial value should be last tmp reg that hw supports.
481 and 13 in a hw vertex prog
    [all...]
r200_tex.c 315 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
317 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
339 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) {
341 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK;
342 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b;
350 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
352 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &= ~(R200_PS_GEN_TEX_0 << unit);
424 rmesa->hw.tex[i].dirty = GL_FALSE;
425 rmesa->hw.cube[i].dirty = GL_FALSE;
  /external/skia/gm/
verylargebitmap.cpp 59 int hw = width / 2; local
61 SkIRect subset = SkIRect::MakeLTRB(hw - 64, hh - 32, hw + 64, hh + 32);
  /external/skqp/gm/
verylargebitmap.cpp 59 int hw = width / 2; local
61 SkIRect subset = SkIRect::MakeLTRB(hw - 64, hh - 32, hw + 64, hh + 32);
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 314 int32_t e1000_reset_hw(struct e1000_hw *hw);
315 int32_t e1000_init_hw(struct e1000_hw *hw);
316 int32_t e1000_set_mac_type(struct e1000_hw *hw);
317 void e1000_set_media_type(struct e1000_hw *hw);
320 int32_t e1000_setup_link(struct e1000_hw *hw);
321 int32_t e1000_phy_setup_autoneg(struct e1000_hw *hw);
322 void e1000_config_collision_dist(struct e1000_hw *hw);
323 int32_t e1000_check_for_link(struct e1000_hw *hw);
324 int32_t e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex);
325 int32_t e1000_force_mac_fc(struct e1000_hw *hw);
    [all...]

Completed in 947 milliseconds

1 2 3 4 5 67 8 91011>>