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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c262 hw[2] = 0; /* | NV40_FP_OP_OPCODE_IS_BRANCH | else_offset */
281 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */
300 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */
319 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH |
348 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | else_offset */
372 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH;
776 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len;
788 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len;
H A Dnvfx_shader.h301 #define NV40_FP_OP_OPCODE_IS_BRANCH (1<<31) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c262 hw[2] = 0; /* | NV40_FP_OP_OPCODE_IS_BRANCH | else_offset */
281 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */
300 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | call_offset */
319 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH |
348 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH; /* | else_offset */
372 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH;
776 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len;
788 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len;
H A Dnvfx_shader.h301 #define NV40_FP_OP_OPCODE_IS_BRANCH (1<<31) macro

Completed in 10 milliseconds