Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator_wrapper.cpp40 uint64_t v3d_hw_get_mem(const struct v3d_hw *hw, uint64_t *size) in v3d_hw_get_mem()
50 void v3d_hw_set_mem(struct v3d_hw *hw, uint64_t addr, uint8_t value, uint64_t size) in v3d_hw_set_mem()
55 void v3d_hw_write_mem(struct v3d_hw *hw, uint64_t addr, const void *p, uint64_t size) in v3d_hw_write_mem()
60 void v3d_hw_read_mem(struct v3d_hw *hw, void *p, uint64_t addr, uint64_t size) in v3d_hw_read_mem()
65 bool v3d_hw_alloc_mem(struct v3d_hw *hw, uint64_t min_size) in v3d_hw_alloc_mem()
70 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) in v3d_hw_read_reg()
75 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg()
80 void v3d_hw_tick(struct v3d_hw *hw) in v3d_hw_tick()
85 int v3d_hw_get_version(struct v3d_hw *hw) in v3d_hw_get_version()
93 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.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 …]
Dnv30_format.h9 unsigned hw; member
13 unsigned hw; member
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
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Dtagging.cc83 struct __ifunc_arg_t* hw) { in ResolveChangeMemoryTaggingModeForCurrentThread()
220 struct __ifunc_arg_t* hw) { in ResolveTagMemoryRangeIncrement()
229 struct __ifunc_arg_t* hw) { in ResolveTagMemoryRandomly()
237 struct __ifunc_arg_t* hw) { in ResolveRemaskPointer()
276 struct __ifunc_arg_t* hw) { in ResolveGetMemoryTaggingModeForCurrentThread()
Dpage_allocator_internals_posix.cc96 struct __ifunc_arg_t* hw) { in ResolveGetAccessFlags()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dtagging.cc83 struct __ifunc_arg_t* hw) { in ResolveChangeMemoryTaggingModeForCurrentThread()
220 struct __ifunc_arg_t* hw) { in ResolveTagMemoryRangeIncrement()
229 struct __ifunc_arg_t* hw) { in ResolveTagMemoryRandomly()
237 struct __ifunc_arg_t* hw) { in ResolveRemaskPointer()
276 struct __ifunc_arg_t* hw) { in ResolveGetMemoryTaggingModeForCurrentThread()
Dpage_allocator_internals_posix.cc96 struct __ifunc_arg_t* hw) { in ResolveGetAccessFlags()
/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/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
/external/mesa3d/src/intel/compiler/
Dbrw_validate.cpp418 for (unsigned hw = 0; hw < inst->size_read(devinfo, i); hw += 2) { in brw_validate() local
547 for (unsigned hw = 0; hw < inst->size_read(devinfo, i); hw += 2) in brw_validate() local
553 for (unsigned hw = 0; hw < inst->size_written; hw += 2) in brw_validate() local
Dbrw_isa_info.h50 unsigned hw; member
70 brw_opcode_decode(const struct brw_isa_info *isa, unsigned hw) in brw_opcode_decode()
/external/mesa3d/src/intel/compiler/elk/
Delk_isa_info.h50 unsigned hw; member
70 elk_opcode_decode(const struct elk_isa_info *isa, unsigned hw) in elk_opcode_decode()
/external/mesa3d/src/gallium/drivers/svga/
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
/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/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/enc/av1/packet/
Dencode_av1_vdenc_packet_xe2_lpm_base.h43 auto hw = dynamic_cast<CodechalHwInterfaceXe2_Lpm_Base *>(m_hwInterface); in Av1VdencPktXe2_Lpm_Base() local
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/av1/packet/
Dencode_av1_vdenc_packet_xe_lpm_plus_base.h42 auto hw = dynamic_cast<CodechalHwInterfaceXe_Lpm_Plus_Base*>(m_hwInterface); in Av1VdencPktXe_Lpm_Plus_Base() local
/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/mesa3d/src/asahi/vulkan/
Dhk_sampler.h28 struct hk_rc_sampler *hw; member

12345