Home
last modified time | relevance | path

Searched defs:emu (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/freedreno/afuc/
Demu.h151 struct emu { struct
164 struct emu_control_regs control_regs; argument
165 struct emu_pipe_regs pipe_regs; argument
166 struct emu_gpu_regs gpu_regs; argument
167 struct emu_gpr_regs gpr_regs; argument
169 struct emu_draw_state draw_state; argument
174 uint32_t branch_target;
200 struct emu_queue roq; argument
225 void emu_step(struct emu *emu); argument
Demu-ui.c146 dump_gpr_register(struct emu *emu, unsigned n) in dump_gpr_register()
159 dump_gpr_registers(struct emu *emu) in dump_gpr_registers()
167 dump_gpu_register(struct emu *emu, unsigned n) in dump_gpu_register()
186 dump_pipe_register(struct emu *emu, unsigned n) in dump_pipe_register()
199 dump_control_register(struct emu *emu, unsigned n) in dump_control_register()
212 dump_gpumem(struct emu *emu, uintptr_t addr) in dump_gpumem()
225 emu_write_gpr_prompt(struct emu *emu) in emu_write_gpr_prompt()
243 emu_write_control_prompt(struct emu *emu) in emu_write_control_prompt()
261 emu_dump_control_prompt(struct emu *emu) in emu_dump_control_prompt()
278 emu_write_gpu_prompt(struct emu *emu) in emu_write_gpu_prompt()
[all …]
Demu-regs.c50 emu_get_control_reg(struct emu *emu, unsigned n) in emu_get_control_reg()
59 emu_set_control_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_control_reg()
95 emu_get_pipe_reg(struct emu *emu, unsigned n) in emu_get_pipe_reg()
102 emu_set_pipe_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_pipe_reg()
122 emu_get_gpu_reg(struct emu *emu, unsigned n) in emu_get_gpu_reg()
131 emu_set_gpu_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_gpu_reg()
147 get_reg_addr(struct emu *emu) in get_reg_addr()
161 emu_get_fifo_reg(struct emu *emu, unsigned n) in emu_get_fifo_reg()
224 emu_set_fifo_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_fifo_reg()
274 emu_get_gpr_reg(struct emu *emu, unsigned n) in emu_get_gpr_reg()
[all …]
Demu.c51 emu_alu(struct emu *emu, afuc_opc opc, uint32_t src1, uint32_t src2) in emu_alu()
112 load_store_addr(struct emu *emu, unsigned gpr) in load_store_addr()
123 emu_instr(struct emu *emu, afuc_instr *instr) in emu_instr()
312 emu_step(struct emu *emu) in emu_step()
386 emu_run_bootstrap(struct emu *emu) in emu_run_bootstrap()
400 check_access(struct emu *emu, uintptr_t gpuaddr, unsigned sz) in check_access()
414 emu_mem_read_dword(struct emu *emu, uintptr_t gpuaddr) in emu_mem_read_dword()
421 mem_write_dword(struct emu *emu, uintptr_t gpuaddr, uint32_t val) in mem_write_dword()
428 emu_mem_write_dword(struct emu *emu, uintptr_t gpuaddr, uint32_t val) in emu_mem_write_dword()
436 emu_init(struct emu *emu) in emu_init()
[all …]
Demu-ds.c45 emu_get_draw_state_reg(struct emu *emu, unsigned n) in emu_get_draw_state_reg()
52 emu_set_draw_state_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_draw_state_reg()
Ddisasm.c761 disasm(struct emu *emu) in disasm()
970 struct emu emu = { in main() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBuiltInFunctionEmulatorGLSL.cpp17 void InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds(BuiltInFunctionEmulator *emu, in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
26 void InitBuiltInIsnanFunctionEmulatorForGLSLWorkarounds(BuiltInFunctionEmulator *emu, in InitBuiltInIsnanFunctionEmulatorForGLSLWorkarounds()
72 void InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds(BuiltInFunctionEmulator *emu) in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds()
113 void InitBuiltInFunctionEmulatorForGLSLMissingFunctions(BuiltInFunctionEmulator *emu, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
DBuiltInFunctionEmulatorHLSL.cpp19 void InitBuiltInIsnanFunctionEmulatorForHLSLWorkarounds(BuiltInFunctionEmulator *emu, in InitBuiltInIsnanFunctionEmulatorForHLSLWorkarounds()
69 void InitBuiltInFunctionEmulatorForHLSL(BuiltInFunctionEmulator *emu) in InitBuiltInFunctionEmulatorForHLSL()
DTranslatorESSL.cpp22 void TranslatorESSL::initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator()
DTranslatorGLSL.cpp25 void TranslatorGLSL::initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator()
DCompiler.h148 virtual void initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuiltInFunctionEmulatorGLSL.cpp17 void InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds(BuiltInFunctionEmulator *emu, in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
26 void InitBuiltInIsnanFunctionEmulatorForGLSLWorkarounds(BuiltInFunctionEmulator *emu, in InitBuiltInIsnanFunctionEmulatorForGLSLWorkarounds()
72 void InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds(BuiltInFunctionEmulator *emu) in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds()
113 void InitBuiltInFunctionEmulatorForGLSLMissingFunctions(BuiltInFunctionEmulator *emu, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
DBuiltInFunctionEmulatorHLSL.cpp19 void InitBuiltInIsnanFunctionEmulatorForHLSLWorkarounds(BuiltInFunctionEmulator *emu, in InitBuiltInIsnanFunctionEmulatorForHLSLWorkarounds()
69 void InitBuiltInFunctionEmulatorForHLSL(BuiltInFunctionEmulator *emu) in InitBuiltInFunctionEmulatorForHLSL()
DTranslatorESSL.cpp21 void TranslatorESSL::initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator()
DTranslatorGLSL.cpp25 void TranslatorGLSL::initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator()
DCompiler.h205 virtual void initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator()
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyIndexing.ts6
7 // Should be okay; should be a string.
DnoImplicitAnyIndexingSuppressed.ts7
8 // Should be okay; should be a string.
/third_party/ffmpeg/libavcodec/
Dwmv2.c109 int emu = 0; in ff_mspel_motion() local
Dmpegvideo_motion.c42 int emu = 0; in gmc1_motion() local
197 int emu = 0; in hpel_motion() local
599 int src_x, src_y, dxy, emu = 0; in chroma_4mv_motion() local
Dmpegvideo.c1463 int emu = 0; in hpel_motion_lowres() local
1649 int emu = 0, src_x, src_y, sx, sy; in chroma_4mv_motion_lowres() local
Dcavs.c411 int emu = 0; in mc_dir_part() local
Dh264_mb.c224 int emu = 0; in mc_dir_part() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicPeriodBuilderFactory.java171 TimeUnit emu = effectiveMinUnit(); in createLimited() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodBuilderFactory.java170 TimeUnit emu = effectiveMinUnit(); in createLimited() local

12