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/nv30/
Dnvfx_fragprog.c278 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */ in nv40_fp_cal()
297 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */ in nv40_fp_ret()
316 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | in nv40_fp_rep()
343 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | else_offset */ in nv40_fp_bra()
366 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; in nv40_fp_brk()
822 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len; in nvfx_fragprog_parse_instruction()
834 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len; in nvfx_fragprog_parse_instruction()
Dnvfx_shader.h303 #define NV40_FP_OP_OPCODE_IS_BRANCH (1<<31) macro