Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator_wrapper.cpp42 uint64_t v3d_hw_get_mem(const struct v3d_hw *hw, uint64_t *size) in v3d_hw_get_mem()
52 void v3d_hw_set_mem(struct v3d_hw *hw, uint64_t addr, uint8_t value, uint64_t size) in v3d_hw_set_mem()
57 void v3d_hw_write_mem(struct v3d_hw *hw, uint64_t addr, const void *p, uint64_t size) in v3d_hw_write_mem()
62 void v3d_hw_read_mem(struct v3d_hw *hw, void *p, uint64_t addr, uint64_t size) in v3d_hw_read_mem()
67 bool v3d_hw_alloc_mem(struct v3d_hw *hw, uint64_t min_size) in v3d_hw_alloc_mem()
72 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) in v3d_hw_read_reg()
77 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg()
82 void v3d_hw_tick(struct v3d_hw *hw) in v3d_hw_tick()
87 int v3d_hw_get_version(struct v3d_hw *hw) in v3d_hw_get_version()
95 v3d_hw_set_isr(struct v3d_hw *hw, void (*isr)(uint32_t status)) in v3d_hw_set_isr()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c91 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() local
164 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() local
193 uint32_t *hw; in nvfx_fp_emit() local
243 uint32_t *hw; in nv40_fp_if() local
270 uint32_t *hw; in nv40_fp_cal() local
289 uint32_t *hw; in nv40_fp_ret() local
306 uint32_t *hw; in nv40_fp_rep() local
360 uint32_t *hw; in nv40_fp_brk() local
769 uint32_t *hw; in nvfx_fragprog_parse_instruction() local
780 uint32_t *hw; in nvfx_fragprog_parse_instruction() local
[all …]
H A Dnvfx_vertprog.c119 emit_src(struct nvfx_vpc *vpc, uint32_t *hw, in emit_src()
203 emit_dst(struct nvfx_vpc *vpc, uint32_t *hw, in emit_dst()
298 uint32_t *hw; in nvfx_vp_emit() local
803 int hw = 0, i; in nvfx_vertprog_parse_decl_output() local
H A Dnv30_format.h9 unsigned hw; member
13 unsigned hw; member
/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp47 uint64_t allocateAddressSpaceBlock(const AddressSpaceHwFuncs* hw, uint32_t size) { in allocateAddressSpaceBlock()
56 uint64_t allocateAddressSpaceBlockFixed(uint64_t gpa, const AddressSpaceHwFuncs* hw, uint32_t size)… in allocateAddressSpaceBlockFixed()
73 int freeAddressBlock(const AddressSpaceHwFuncs* hw, uint64_t phys) { in freeAddressBlock()
250 const AddressSpaceHwFuncs* hw, in load()
296 const address_space_device_control_ops *ops, const AddressSpaceHwFuncs* hw) in AddressSpaceSharedSlotsHostMemoryAllocatorContext()
464 const AddressSpaceHwFuncs* hw) { in globalStateLoad()
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp54 AddressSpaceHwFuncs hw = {}; in create_AddressSpaceHwFuncs() local
124 const AddressSpaceHwFuncs hw = create_AddressSpaceHwFuncs(); in TEST() local
157 const AddressSpaceHwFuncs hw = create_AddressSpaceHwFuncs(); in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c40 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu9() local
123 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_reemit_framebuffer_bindings_vgpu9() local
172 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu10() local
333 struct svga_hw_clear_state *hw = &svga->state.hw_clear; in svga_rebind_framebuffer_bindings() local
/aosp_15_r20/external/musl/src/string/
H A 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
H A 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
/aosp_15_r20/external/trusty/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 = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local
22 uint32_t hw = 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 = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_memmem() local
25 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_memmem() local
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
41 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local
50 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local
H A Dmemmem.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
42 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_memmem() local
52 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_memmem() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java83 HardwareConfig hw = new HardwareConfig(hwString); in initFromResource() local
143 private static void updateOrInsert(HardwareConfig hw, ArrayList<HardwareConfig> list) { in updateOrInsert()
168 HardwareConfig hw = null; in handleGetHardwareConfigChanged() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dtagging.cc201 *ResolveTagMemoryRangeIncrement(uint64_t hwcap, struct __ifunc_arg_t* hw)) { in ResolveTagMemoryRangeIncrement()
209 *ResolveTagMemoryRandomly(uint64_t hwcap, struct __ifunc_arg_t* hw)) { in ResolveTagMemoryRandomly()
217 *ResolveRemaskPointer(uint64_t hwcap, struct __ifunc_arg_t* hw)) { in ResolveRemaskPointer()
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A 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
/aosp_15_r20/external/libese/tools/ese_replay/
H A 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()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_isa_info.h50 unsigned hw; member
70 brw_opcode_decode(const struct brw_isa_info *isa, unsigned hw) in brw_opcode_decode()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_isa_info.h50 unsigned hw; member
70 elk_opcode_decode(const struct elk_isa_info *isa, unsigned hw) in elk_opcode_decode()
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.c829 static int _ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, in _ieee80211ac_cap_check()
849 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, in ieee80211ac_cap_check_max()
866 int ieee80211ac_cap_check(u32 hw, u32 conf) in ieee80211ac_cap_check()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsoftfloat64_test.go142 func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) { argument
162 func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) { argument
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DNinePatchTests.kt56 val hw = true in <lambda>() constant
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c621 u16 hw = iface->current_mode->ht_capab; in ieee80211n_supported_ht_capab() local
712 u32 hw = mode->vht_capab; in ieee80211ac_supported_vht_capab() local
818 u16 hw; in hostapd_check_he_6ghz_capab() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/
DCpuOperationUtils.h129 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertNchwToNhwc() local
148 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertNhwcToNchw() local

12345678910>>...12