Searched refs:nvfx_insn (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_shader.h | 431 struct nvfx_insn struct 449 static inline struct nvfx_insn argument 450 nvfx_insn(bool sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, … in nvfx_insn() function 452 struct nvfx_insn insn = { in nvfx_insn()
|
D | nvfx_fragprog.c | 192 nvfx_fp_emit(struct nvfx_fpc *fpc, struct nvfx_insn insn) in nvfx_fp_emit() 232 nvfx_insn((s), NVFX_FP_OP_OPCODE_##o, -1, \ 236 nvfx_insn((s), NVFX_FP_OP_OPCODE_##o, (u), \ 244 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); in nv40_fp_if() 450 struct nvfx_insn insn; in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 117 …nvfx_insn((s), (NVFX_VP_INST_SLOT_##t << 7) | NVFX_VP_INST_##t##_OP_##o, -1, (d), (m), (s0), (s1),… 294 nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn) in nvfx_vp_emit() 467 struct nvfx_insn insn; in nvfx_vertprog_parse_instruction()
|