/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator_wrapper.cpp | 40 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/ |
D | nvfx_fragprog.c | 91 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 …]
|
D | nv30_format.h | 9 unsigned hw; member 13 unsigned hw; member
|
D | nvfx_vertprog.c | 119 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/ |
D | tagging.cc | 83 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()
|
D | page_allocator_internals_posix.cc | 96 struct __ifunc_arg_t* hw) { in ResolveGetAccessFlags()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | tagging.cc | 83 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()
|
D | page_allocator_internals_posix.cc | 96 struct __ifunc_arg_t* hw) { in ResolveGetAccessFlags()
|
/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/trusty/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 = 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
|
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 = 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/ |
D | brw_validate.cpp | 418 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
|
D | brw_isa_info.h | 50 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/ |
D | elk_isa_info.h | 50 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/ |
D | svga_state_framebuffer.c | 40 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/ |
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/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/enc/av1/packet/ |
D | encode_av1_vdenc_packet_xe2_lpm_base.h | 43 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/ |
D | encode_av1_vdenc_packet_xe_lpm_plus_base.h | 42 auto hw = dynamic_cast<CodechalHwInterfaceXe_Lpm_Plus_Base*>(m_hwInterface); in Av1VdencPktXe_Lpm_Plus_Base() local
|
/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/mesa3d/src/asahi/vulkan/ |
D | hk_sampler.h | 28 struct hk_rc_sampler *hw; member
|