Home
last modified time | relevance | path

Searched refs:NV40_FP_OP_OPCODE_IS_BRANCH (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c281 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */ in nv40_fp_cal()
300 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */ in nv40_fp_ret()
319 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | in nv40_fp_rep()
348 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | else_offset */
372 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; in nv40_fp_brk()
776 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len; in nvfx_fragprog_parse_instruction()
788 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len; in nvfx_fragprog_parse_instruction()
Dnvfx_shader.h301 #define NV40_FP_OP_OPCODE_IS_BRANCH (1<<31) macro