Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 25 of 72) sorted by relevance

123

/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator_wrapper.cpp49 uint32_t v3d_hw_get_mem(const struct v3d_hw *hw, size_t *size, void **p) in v3d_hw_get_mem()
54 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size) in v3d_hw_alloc_mem()
59 bool v3d_hw_has_gca(struct v3d_hw *hw) in v3d_hw_has_gca()
64 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) in v3d_hw_read_reg()
69 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg()
74 void v3d_hw_tick(struct v3d_hw *hw) in v3d_hw_tick()
79 int v3d_hw_get_version(struct v3d_hw *hw) in v3d_hw_get_version()
87 v3d_hw_set_isr(struct v3d_hw *hw, void (*isr)(uint32_t status)) in v3d_hw_set_isr()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c93 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() local
166 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() local
195 uint32_t *hw; in nvfx_fp_emit() local
245 uint32_t *hw; in nv40_fp_if() local
272 uint32_t *hw; in nv40_fp_cal() local
291 uint32_t *hw; in nv40_fp_ret() local
308 uint32_t *hw; in nv40_fp_rep() local
362 uint32_t *hw; in nv40_fp_brk() local
771 uint32_t *hw; in nvfx_fragprog_parse_instruction() local
782 uint32_t *hw; in nvfx_fragprog_parse_instruction() local
[all …]
Dnv30_format.h9 unsigned hw; member
13 unsigned hw; member
Dnvfx_vertprog.c120 emit_src(struct nvfx_vpc *vpc, uint32_t *hw, in emit_src()
204 emit_dst(struct nvfx_vpc *vpc, uint32_t *hw, in emit_dst()
299 uint32_t *hw; in nvfx_vp_emit() local
804 int hw = 0, i; in nvfx_vertprog_parse_decl_output() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_context.c54 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_context_engine() local
80 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_hwctx_init() local
146 struct nouveau_hw_state *hw; in nv04_context_create() local
Dnv04_surface.c200 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_swizzle() local
281 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_m2mf() local
429 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_fill() local
462 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_takedown() local
478 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_init() local
Dnv20_context.c101 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv20_hwctx_init() local
/external/libese/tools/ese_replay/
Dhw.c49 void release_hardware(const struct Hardware *hw) { in release_hardware()
56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) { in initialize_hardware()
Dmain.c77 const struct Hardware *hw = &kSupportedHardware.hw[hw_id]; in main() local
Dhw.h34 const struct Hardware hw[]; member
/external/musl/src/string/
Dstrstr.c6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
14 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local
22 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local
Dmemmem.c7 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
16 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_memmem() local
25 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_memmem() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c58 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu9() local
143 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_reemit_framebuffer_bindings_vgpu9() local
192 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu10() local
355 struct svga_hw_clear_state *hw = &svga->state.hw_clear; in svga_rebind_framebuffer_bindings() local
Dsvga_pipe_misc.c96 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_cleanup_framebuffer() local
/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op.cc78 const int hw = h * w; // Compact these two dims for simplicity in Compute() local
114 int w, int hw, int depth, int batch_size, in NormalizeAndAddImages()
180 static void NormalizeFloatImage(int hw, int depth, in NormalizeFloatImage()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue144/
DHelloWorld.java3 static String hw="Hello world"; field in HelloWorld
/external/tensorflow/tensorflow/core/summary/
Dsummary_converter.cc109 void NormalizeFloatImage(int hw, int depth, in NormalizeFloatImage()
181 int hw, int depth, int batch_size, in NormalizeAndAddImages()
257 const int hw = h * w; // Compact these two dims for simplicity in AddTensorAsImageToSummary() local
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c739 static int _ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, in _ieee80211ac_cap_check()
759 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, in ieee80211ac_cap_check_max()
776 int ieee80211ac_cap_check(u32 hw, u32 conf) in ieee80211ac_cap_check()
/external/mesa3d/src/broadcom/drm-shim/
Dv3d.h33 struct v3d_hw *hw; member
/external/wpa_supplicant_8/src/ap/
Dhw_features.c559 u16 hw = iface->current_mode->ht_capab; in ieee80211n_supported_ht_capab() local
650 u32 hw = mode->vht_capab; in ieee80211ac_supported_vht_capab() local
756 u16 hw; in hostapd_check_he_6ghz_capab() local
/external/libnl/lib/netfilter/
Dlog_msg.c142 struct nfulnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_log_msg_parse() local
Dqueue_msg.c109 struct nfqnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_queue_msg_parse() local
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_text.py9 hw = 'hello\nworld' # usual initial insert after initialization variable in TextTest
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_text.py12 hw = 'hello\nworld' # Several tests insert this after initialization. variable in TextTest
/external/skia/gm/
Dverylargebitmap.cpp76 int hw = width / 2; in show_image() local

123