Home
last modified time | relevance | path

Searched defs:reg (Results 401 - 425 of 706) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.h82 uint32_t reg:8; // The reg used for perspective division member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_ra.c432 unsigned reg = I->src[0].value; in bi_allocate_registers() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dhelpers.h363 midgard_ldst_comp(unsigned reg, unsigned component, unsigned size) in midgard_ldst_comp() argument
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c156 struct x86_reg reg; in get_const() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c253 uint32_t reg = index_to_reg[q->index]; in write_value() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h885 ureg_swizzle( struct ureg_src reg, in ureg_swizzle() argument
907 ureg_scalar( struct ureg_src reg, int x ) ureg_scalar() argument
913 ureg_writemask( struct ureg_dst reg, unsigned writemask ) ureg_writemask() argument
930 ureg_dst_indirect( struct ureg_dst reg, struct ureg_src addr ) ureg_dst_indirect() argument
941 ureg_src_indirect( struct ureg_src reg, struct ureg_src addr ) ureg_src_indirect() argument
952 ureg_dst_dimension( struct ureg_dst reg, int index ) ureg_dst_dimension() argument
962 ureg_src_dimension( struct ureg_src reg, int index ) ureg_src_dimension() argument
972 ureg_dst_dimension_indirect( struct ureg_dst reg, struct ureg_src addr, int index ) ureg_dst_dimension_indirect() argument
986 ureg_src_dimension_indirect( struct ureg_src reg, struct ureg_src addr, int index ) ureg_src_dimension_indirect() argument
1000 ureg_src_array_offset(struct ureg_src reg, int offset) ureg_src_array_offset() argument
1007 ureg_dst_array_offset( struct ureg_dst reg, int offset ) ureg_dst_array_offset() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c209 update_range(struct ir2_context *ctx, struct ir2_reg *reg) in update_range() argument
234 struct ir2_reg *reg; make_src() local
263 struct ir2_reg *reg = &instr->ssa; set_index() local
355 struct ir2_reg *reg; instr_create_alu_reg() local
[all...]
H A Dir2_private.h102 struct ir2_reg *reg; member
178 struct ir2_reg reg[64]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.cpp139 auto reg = m_src->as_register(); in propagate_death() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c313 void reset_srcreg(struct rc_src_register* reg) in reset_srcreg() argument
H A Dradeon_program_alu.c149 static struct rc_src_register absolute(struct rc_src_register reg) in absolute() argument
157 static struct rc_src_register negate(struct rc_src_register reg) in negate() argument
164 static struct rc_src_register swizzle(struct rc_src_register reg, in swizzle() argument
172 static struct rc_src_register swizzle_smear(struct rc_src_register reg, in swizzle_smear() argument
178 static struct rc_src_register swizzle_xxxx(struct rc_src_register reg) in swizzle_xxxx() argument
183 swizzle_yyyy(struct rc_src_register reg) swizzle_yyyy() argument
188 swizzle_zzzz(struct rc_src_register reg) swizzle_zzzz() argument
193 swizzle_wwww(struct rc_src_register reg) swizzle_wwww() argument
[all...]
H A Dradeon_pair_regalloc.c216 struct register_info * reg; in scan_read_callback() local
240 const struct register_info * reg; in remap_register() local
464 reg_get_index(int reg) reg_get_index() argument
469 reg_get_writemask(int reg) reg_get_writemask() argument
484 print_reg(int reg) print_reg() argument
627 int reg = ra_get_node_reg(graph, node_index); do_advanced_regalloc() local
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs32 pub struct reg { structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp131 void LiveVariables::HandleVirtRegUse(unsigned reg, MachineBasicBlock *MBB, in HandleVirtRegUse() argument
H A DRegAllocPBQP.cpp568 static bool isACalleeSavedRegister(unsigned reg, const TargetRegisterInfo &TRI, in isACalleeSavedRegister() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h947 void LoadFieldFromOffset(OperandSize type, Register reg, Register base, in LoadFieldFromOffset() argument
1024 SmiTag(Register reg, Condition cond = AL) SmiTag() argument
1032 SmiUntag(Register reg, Condition cond = AL) SmiUntag() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1130 inline bool isX86_64NonExtLowByteReg(unsigned reg) { in isX86_64NonExtLowByteReg() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc109 const char reg; member
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc92 Register reg = masm_->GetScratchRegisterList()->GetFirstAvailableRegister(); in Acquire() local
116 QRegister reg = AcquireQ() local
126 DRegister reg = AcquireD() local
136 SRegister reg = AcquireS() local
144 Release(const Register& reg) Release() argument
152 Release(const VRegister& reg) Release() argument
625 PushRegister(CPURegister reg) PushRegister() argument
645 PreparePrintfArgument(CPURegister reg, int* core_count, int* vfp_count, uint32_t* printf_type) PreparePrintfArgument() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp.c960 upnp_wps_free_subscriptions(struct dl_list *head, struct wps_registrar *reg) upnp_wps_free_subscriptions() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp.c996 upnp_wps_free_subscriptions(struct dl_list *head, struct wps_registrar *reg) upnp_wps_free_subscriptions() argument
/third_party/ffmpeg/libavcodec/
H A Dmfenc.c1020 MFT_REGISTER_TYPE_INFO reg = {0}; in mf_create() local
H A Dnvenc.c1870 NV_ENC_REGISTER_RESOURCE reg = { 0 }; in nvenc_register_frame() local
[all...]
/third_party/backends/backend/genesys/
H A Dgl646.cpp1561 begin_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, bool start_motor) const begin_scan() argument
1585 end_scan_impl(Genesys_Device* dev, Genesys_Register_Set* reg, bool check_stop, bool eject) end_scan_impl() argument
1621 end_scan(Genesys_Device* dev, Genesys_Register_Set* reg, bool check_stop) const end_scan() argument
[all...]
H A Dgl841.cpp419 gl841_init_motor_regs_off(Genesys_Register_Set* reg, unsigned int scan_lines) gl841_init_motor_regs_off() argument
545 gl841_init_motor_regs_feed(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, unsigned int feed_steps, ScanFlag flags) gl841_init_motor_regs_feed() argument
622 gl841_init_motor_regs_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, const ScanSession& session, Genesys_Register_Set* reg, const MotorProfile& motor_profile, unsigned int scan_exposure_time, unsigned scan_yres, unsigned int scan_lines, unsigned int scan_dummy, unsigned int feed_steps, ScanFlag flags) gl841_init_motor_regs_scan() argument
766 gl841_init_optical_regs_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, unsigned int exposure_time, const ScanSession& session) gl841_init_optical_regs_scan() argument
896 init_regs_for_scan_session(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, const ScanSession& session) const init_regs_for_scan_session() argument
1419 begin_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, bool start_motor) const begin_scan() argument
1474 end_scan(Genesys_Device* dev, Genesys_Register_Set __sane_unused__* reg, bool check_stop) const end_scan() argument
[all...]

Completed in 40 milliseconds

1...<<11121314151617181920>>...29