Home
last modified time | relevance | path

Searched refs:reg_comp (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c224 "xyzw"[reg_comp(reg)]); in print_ssa_name()
286 "xyzw"[reg_comp(reg)]); in print_reg_name()
289 "xyzw"[reg_comp(reg)]); in print_reg_name()
Dir3.c569 unsigned comp = reg_comp(addr->dsts[0]); in ir3_instr_set_address()
Dir3.h755 reg_comp(const struct ir3_register *reg) in reg_comp() function
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c49 signed reg_comp = reg_offset >> srcshift; in offset_swizzle() local
54 assert(reg_comp << srcshift == reg_offset); in offset_swizzle()
59 out[c] = MIN2(swizzle[comp] + reg_comp, max_component); in offset_swizzle()
/third_party/boost/libs/regex/doc/
Dhistory.qbk43 * Change POSIX reg_comp API to not check potentially uninitialized memory, note that code which was…