Searched refs:FS_OPCODE_LINTERP (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 371 case FS_OPCODE_LINTERP: in brw_instruction_name() 878 case FS_OPCODE_LINTERP: in can_do_saturate() 933 case FS_OPCODE_LINTERP: in can_do_cmod() 959 (opcode >= FS_OPCODE_DDX_COARSE && opcode <= FS_OPCODE_LINTERP && in writes_accumulator_implicitly()
|
D | brw_fs_cse.cpp | 79 case FS_OPCODE_LINTERP: in is_expression()
|
D | brw_eu_defines.h | 476 FS_OPCODE_LINTERP, enumerator
|
D | brw_fs_visitor.cpp | 194 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gen4()
|
D | brw_fs.cpp | 685 case FS_OPCODE_LINTERP: in components_read() 834 case FS_OPCODE_LINTERP: in size_read() 1053 bld.emit(FS_OPCODE_LINTERP, wpos, in emit_fragcoord_interpolation() 1584 if (inst->opcode == FS_OPCODE_LINTERP) { in assign_urb_setup() 5039 case FS_OPCODE_LINTERP: in get_lowered_simd_width()
|
D | brw_fs_generator.cpp | 1941 case FS_OPCODE_LINTERP: in generate_code()
|
D | brw_fs_nir.cpp | 3509 bld.emit(FS_OPCODE_LINTERP, tmp, dst_xy, interp); in nir_emit_fs_intrinsic() 3512 bld.emit(FS_OPCODE_LINTERP, offset(dest, bld, i), dst_xy, interp); in nir_emit_fs_intrinsic()
|