Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c262 hw[2] = 0; /* | NV40_FP_OP_OPCODE_IS_BRANCH | else_offset */ in nv40_fp_if()
281 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()
H A Dnvfx_shader.h301 #define NV40_FP_OP_OPCODE_IS_BRANCH (1<<31) macro

Completed in 3 milliseconds