Home
last modified time | relevance | path

Searched refs:FS_OPCODE_LINTERP (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp440 case FS_OPCODE_LINTERP: in brw_instruction_name()
1019 case FS_OPCODE_LINTERP: in can_do_saturate()
1074 case FS_OPCODE_LINTERP: in can_do_cmod()
1100 (opcode >= FS_OPCODE_DDX_COARSE && opcode <= FS_OPCODE_LINTERP))) || in writes_accumulator_implicitly()
1101 (opcode == FS_OPCODE_LINTERP && in writes_accumulator_implicitly()
Dbrw_fs_cse.cpp77 case FS_OPCODE_LINTERP: in is_expression()
Dbrw_fs_bank_conflicts.cpp575 inst->opcode == FS_OPCODE_LINTERP) in shader_reg_constraints()
Dbrw_eu_defines.h589 FS_OPCODE_LINTERP, enumerator
Dbrw_fs_copy_propagation.cpp501 inst->opcode == FS_OPCODE_LINTERP && arg == 0) in try_copy_propagate()
Dbrw_fs_reg_allocate.cpp710 if (inst->opcode == FS_OPCODE_LINTERP && inst->src[0].file == VGRF && in build_interference_graph()
Dbrw_fs_visitor.cpp206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
Dbrw_ir_performance.cpp613 case FS_OPCODE_LINTERP: in instruction_desc()
Dbrw_fs.cpp749 case FS_OPCODE_LINTERP: in components_read()
1001 case FS_OPCODE_LINTERP: in size_read()
1254 bld.emit(FS_OPCODE_LINTERP, wpos, in emit_fragcoord_interpolation()
7430 case FS_OPCODE_LINTERP: in get_lowered_simd_width()
7934 case FS_OPCODE_LINTERP : { in lower_barycentrics()
Dbrw_fs_generator.cpp2315 case FS_OPCODE_LINTERP: in generate_code()
Dbrw_fs_nir.cpp3786 bld.emit(FS_OPCODE_LINTERP, tmp, dst_xy, interp); in nir_emit_fs_intrinsic()
3789 bld.emit(FS_OPCODE_LINTERP, offset(dest, bld, i), dst_xy, interp); in nir_emit_fs_intrinsic()