Home
last modified time | relevance | path

Searched defs:src_reg (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c332 struct ir3_register *src_reg = src->srcs[0]; in reg_cp() local
357 struct ir3_register *src_reg = src->srcs[0]; in reg_cp() local
Dir3_array_to_ssa.c122 struct ir3_register *src_reg; in read_value_beginning() local
Dir3.c735 ir3_flut(struct ir3_register *src_reg) in ir3_flut()
Dir3_ra.c1787 struct ir3_register *src_reg = in insert_liveout_copy() local
Dir3.h1790 struct ir3_register *src_reg = __ssa_src(instr, src, IR3_REG_ARRAY); in ir3_MOV() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_inline_literals.c111 struct rc_src_register * src_reg = in rc_inline_literals() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp197 unsigned src_reg = ~0u, dst_reg = ~0u; in register_coalesce() local
Dbrw_fs_cse.cpp347 fs_reg *src_reg = &entry->generator->src[i]; in opt_cse_local() local
Dbrw_vec4.cpp49 src_reg::src_reg(enum brw_reg_file file, int nr, const glsl_type *type) in src_reg() function in brw::src_reg
64 src_reg::src_reg() in src_reg() function in brw::src_reg
69 src_reg::src_reg(struct ::brw_reg reg) : in src_reg() function in brw::src_reg
76 src_reg::src_reg(const dst_reg &reg) : in src_reg() function in brw::src_reg
Dbrw_vec4_builder.h43 typedef brw::src_reg src_reg; typedef
Dbrw_vec4_visitor.cpp671 src_reg::src_reg(class vec4_visitor *v, const struct glsl_type *type) in src_reg() function in brw::src_reg
687 src_reg::src_reg(class vec4_visitor *v, const struct glsl_type *type, int size) in src_reg() function in brw::src_reg
Dbrw_fs_builder.h43 typedef fs_reg src_reg; typedef
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c295 struct i915_full_src_register *src_reg, int pos) in liveness_mark_read()
312 struct i915_full_src_register *src_reg; in liveness_analysis() local
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp69 class src_reg { class
71 src_reg(gl_register_file file, int index, const glsl_type *type) in src_reg() function in __anon00c4b7760111::src_reg
83 src_reg() in src_reg() function in __anon00c4b7760111::src_reg
131 src_reg::src_reg(dst_reg reg) in src_reg() function in src_reg
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c142 struct rc_src_register * src_reg = &inst->U.I.SrcReg[src_index]; in init_rc_normal_src() local
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h320 uint32_t src_reg : 6; member
354 uint32_t src_reg : 6; member
/third_party/ltp/include/lapi/
Dbpf.h76 uint8_t src_reg:4; /* source register */ member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6056 translate_src(struct st_translate *t, const st_src_reg *src_reg) in translate_src()