/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator_wrapper.cpp | 49 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/ |
D | nvfx_fragprog.c | 93 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 …]
|
D | nv30_format.h | 9 unsigned hw; member 13 unsigned hw; member
|
D | nvfx_vertprog.c | 120 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/ |
D | nv04_context.c | 54 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
|
D | nv04_surface.c | 200 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
|
D | nv20_context.c | 101 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv20_hwctx_init() local
|
/external/libese/tools/ese_replay/ |
D | hw.c | 49 void release_hardware(const struct Hardware *hw) { in release_hardware() 56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) { in initialize_hardware()
|
D | main.c | 77 const struct Hardware *hw = &kSupportedHardware.hw[hw_id]; in main() local
|
D | hw.h | 34 const struct Hardware hw[]; member
|
/external/musl/src/string/ |
D | strstr.c | 6 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
|
D | memmem.c | 7 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/ |
D | svga_state_framebuffer.c | 58 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
|
D | svga_pipe_misc.c | 96 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_cleanup_framebuffer() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_image_op.cc | 78 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/ |
D | HelloWorld.java | 3 static String hw="Hello world"; field in HelloWorld
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_converter.cc | 109 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/ |
D | hw_features_common.c | 739 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/ |
D | v3d.h | 33 struct v3d_hw *hw; member
|
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 559 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/ |
D | log_msg.c | 142 struct nfulnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_log_msg_parse() local
|
D | queue_msg.c | 109 struct nfqnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_queue_msg_parse() local
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_text.py | 9 hw = 'hello\nworld' # usual initial insert after initialization variable in TextTest
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_text.py | 12 hw = 'hello\nworld' # Several tests insert this after initialization. variable in TextTest
|
/external/skia/gm/ |
D | verylargebitmap.cpp | 76 int hw = width / 2; in show_image() local
|