Home
last modified time | relevance | path

Searched refs:vintrp (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_print_ir.cpp351 const Interp_instruction& vintrp = instr->vintrp(); in print_instr_format_specific() local
352 fprintf(output, " attr%d.%c", vintrp.attribute, "xyzw"[vintrp.component]); in print_instr_format_specific()
H A Daco_opt_value_numbering.cpp220 Interp_instruction& aI = a->vintrp(); in operator ()()
221 Interp_instruction& bI = b->vintrp(); in operator ()()
H A Daco_ir.h1292 Interp_instruction& vintrp() noexcept
1297 const Interp_instruction& vintrp() const noexcept
H A Daco_assembler.cpp301 Interp_instruction& interp = instr->vintrp(); in emit_instruction()
H A Daco_instruction_selection.cpp5271 bld.vintrp(aco_opcode::v_interp_mov_f32, bld.def(v1), Operand::c32(2u) /* P0 */,
5273 interp_p1 = bld.vintrp(aco_opcode::v_interp_p1lv_f16, bld.def(v2b), coord1,
5275 bld.vintrp(aco_opcode::v_interp_p2_legacy_f16, Definition(dst), coord2, bld.m0(prim_mask),
5283 Builder::Result interp_p1 = bld.vintrp(aco_opcode::v_interp_p1ll_f16, bld.def(v1), coord1,
5285 bld.vintrp(interp_p2_op, Definition(dst), coord2, bld.m0(prim_mask), interp_p1, idx,
5289 Builder::Result interp_p1 = bld.vintrp(aco_opcode::v_interp_p1_f32, bld.def(v1), coord1,
5295 bld.vintrp(aco_opcode::v_interp_p2_f32, Definition(dst), coord2, bld.m0(prim_mask), interp_p1,
5721 bld.vintrp(aco_opcode::v_interp_mov_f32, Definition(dst), Operand::c32(vertex_id),
5732 vec->operands[i] = bld.vintrp(

Completed in 19 milliseconds