Home
last modified time | relevance | path

Searched refs:src3_sel (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c293 bc->alu.src3_sel = src3->type != IR2_SRC_CONST; in fill_instr()
312 bc->alu.src3_sel = src->type != IR2_SRC_CONST; in fill_instr()
320 bc->alu.src3_sel = src->type != IR2_SRC_CONST; in fill_instr()
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c257 print_srcreg(alu->src3_reg, alu->src3_sel, alu->src3_swiz, in disasm_alu()
292 print_srcreg(alu->src3_reg, alu->src3_sel, alu->src3_swiz, in disasm_alu()
Dinstr-a2xx.h171 uint8_t src3_sel : 1; member