Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h283 float ofs_y,
H A Dtgsi_exec.c2676 UNUSED float ofs_y, in interp_constant_offset()
2691 float ofs_y, in interp_linear_offset()
2696 const float delta = ofs_x * dadx + ofs_y * dady; in interp_linear_offset()
2731 float ofs_y, in interp_perspective_offset()
2737 const float delta = ofs_x * dadx + ofs_y * dady; in interp_perspective_offset()
2671 interp_constant_offset( UNUSED const struct tgsi_exec_machine *mach, UNUSED unsigned attrib, UNUSED unsigned chan, UNUSED float ofs_x, UNUSED float ofs_y, UNUSED union tgsi_exec_channel *out_chan) interp_constant_offset() argument
2686 interp_linear_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_linear_offset() argument
2726 interp_perspective_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_perspective_offset() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp901 auto ofs_y = vf.src(instr->src[0], 1); in load_barycentric_at_offset() local
906 emit_instruction(new AluInstr(op3_muladd, vf.dest(instr->dest, 0, pin_none), help[3], ofs_y, tmp1, {alu_write})); in load_barycentric_at_offset()
907 emit_instruction(new AluInstr(op3_muladd, vf.dest(instr->dest, 1, pin_none), help[2], ofs_y, tmp0, {alu_write, alu_last_instr})); in load_barycentric_at_offset()

Completed in 12 milliseconds