Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_shader.h433 struct nvfx_insn struct
451 static INLINE struct nvfx_insn argument
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s… in nvfx_insn() function
454 struct nvfx_insn insn = { in nvfx_insn()
Dnvfx_fragprog.c189 nvfx_fp_emit(struct nvfx_fpc *fpc, struct nvfx_insn insn) in nvfx_fp_emit()
229 nvfx_insn((s), NVFX_FP_OP_OPCODE_##o, -1, \
233 nvfx_insn((s), NVFX_FP_OP_OPCODE_##o, (u), \
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); in nv40_fp_if()
444 struct nvfx_insn insn; in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c114nvfx_insn((s), (NVFX_VP_INST_SLOT_##t << 7) | NVFX_VP_INST_##t##_OP_##o, -1, (d), (m), (s0), (s1),…
291 nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn) in nvfx_vp_emit()
465 struct nvfx_insn insn; in nvfx_vertprog_parse_instruction()