Home
last modified time | relevance | path

Searched refs:nvfx_insn (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h431 struct nvfx_insn struct
449 static inline struct nvfx_insn
450 nvfx_insn(bool sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2) in nvfx_insn() function
452 struct nvfx_insn insn = { in nvfx_insn()
H A Dnvfx_fragprog.c192 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()
H A Dnvfx_vertprog.c118 nvfx_insn((s), (NVFX_VP_INST_SLOT_##t << 7) | NVFX_VP_INST_##t##_OP_##o, -1, (d), (m), (s0), (s1), (s2))
295 nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn) in nvfx_vp_emit()
468 struct nvfx_insn insn; in nvfx_vertprog_parse_instruction()

Completed in 5 milliseconds