Searched refs:imm0 (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tgsi.c | 261 const struct ureg_src *imm0, in xrender_tex() 272 TGSI_SWIZZLE_Y), ureg_scalar(*imm0, in xrender_tex() 276 TGSI_SWIZZLE_X, TGSI_SWIZZLE_Y), ureg_scalar(*imm0, in xrender_tex() 290 ureg_scalar(*imm0, TGSI_SWIZZLE_W)); in xrender_tex() 310 ureg_scalar(*imm0, TGSI_SWIZZLE_W)); in xrender_tex() 317 const struct ureg_src *imm0, in read_input() 334 xrender_tex(ureg, dst, input, sampler, imm0, in read_input() 345 struct ureg_src imm0 = { 0 }; in create_fs() local 380 imm0 = ureg_imm4f(ureg, 0, 0, 0, 1); in create_fs() 386 read_input(ureg, src, &imm0, src_repeat_non in create_fs() 257 xrender_tex(struct ureg_program *ureg, struct ureg_dst dst, struct ureg_src coords, struct ureg_src sampler, const struct ureg_src *imm0, boolean repeat_none, boolean swizzle, boolean set_alpha) xrender_tex() argument 315 read_input(struct ureg_program *ureg, struct ureg_dst dst, const struct ureg_src *imm0, boolean repeat_none, boolean swizzle, boolean set_alpha, boolean is_src, unsigned *cur_constant, unsigned *cur_sampler) read_input() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 555 ImmediateValue &imm0, ImmediateValue &imm1) in expr() 557 struct Storage *const a = &imm0.reg, *const b = &imm1.reg; in expr() 789 ImmediateValue &imm0, in expr() 793 struct Storage *const a = &imm0.reg, *const b = &imm1.reg, *const c = &imm2.reg; in expr() 1052 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) in opnd() argument 1068 uint64_t val = imm0.reg.data.u64; in opnd() 1082 tryCollapseChainedMULs(i, s, imm0); in opnd() 1086 if (imm0.isInteger(1) && i->dType == TYPE_S32) { in opnd() 1093 } else if (imm0.isInteger(0) || imm0 in opnd() 554 expr(Instruction *i, ImmediateValue &imm0, ImmediateValue &imm1) expr() argument 788 expr(Instruction *i, ImmediateValue &imm0, ImmediateValue &imm1, ImmediateValue &imm2) expr() argument [all...] |
Completed in 4 milliseconds