Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c292 bc->alu.src3_reg_negate = src3->negate; in fill_instr()
311 bc->alu.src3_reg_negate = src->negate; in fill_instr()
319 bc->alu.src3_reg_negate = src->negate; in fill_instr()
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c258 alu->src3_reg_negate, alu->src3_reg_abs); in disasm_alu()
293 alu->src3_reg_negate, alu->src3_reg_abs); in disasm_alu()
Dinstr-a2xx.h143 uint8_t src3_reg_negate : 1; member