Searched refs:FS_OPCODE_LINTERP (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 430 case FS_OPCODE_LINTERP: in brw_instruction_name() 982 case FS_OPCODE_LINTERP: in can_do_saturate() 1036 case FS_OPCODE_LINTERP: in can_do_cmod() 1062 (opcode >= FS_OPCODE_DDX_COARSE && opcode <= FS_OPCODE_LINTERP))) || in writes_accumulator_implicitly() 1063 (opcode == FS_OPCODE_LINTERP && in writes_accumulator_implicitly()
|
D | brw_fs_cse.cpp | 77 case FS_OPCODE_LINTERP: in is_expression()
|
D | brw_eu_defines.h | 574 FS_OPCODE_LINTERP, enumerator
|
D | brw_fs_bank_conflicts.cpp | 575 inst->opcode == FS_OPCODE_LINTERP) in shader_reg_constraints()
|
D | brw_fs_visitor.cpp | 197 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gen4()
|
D | brw_fs_copy_propagation.cpp | 499 inst->opcode == FS_OPCODE_LINTERP && arg == 0) in try_copy_propagate()
|
D | brw_fs_reg_allocate.cpp | 843 if (inst->opcode == FS_OPCODE_LINTERP && inst->src[0].file == VGRF && in build_interference_graph()
|
D | brw_ir_performance.cpp | 602 case FS_OPCODE_LINTERP: in instruction_desc()
|
D | brw_fs.cpp | 749 case FS_OPCODE_LINTERP: in components_read() 995 case FS_OPCODE_LINTERP: in size_read() 1244 bld.emit(FS_OPCODE_LINTERP, wpos, in emit_fragcoord_interpolation() 6617 case FS_OPCODE_LINTERP: in get_lowered_simd_width() 7118 case FS_OPCODE_LINTERP : { in lower_barycentrics()
|
D | brw_fs_generator.cpp | 2252 case FS_OPCODE_LINTERP: in generate_code()
|
D | brw_fs_nir.cpp | 3716 bld.emit(FS_OPCODE_LINTERP, tmp, dst_xy, interp); in nir_emit_fs_intrinsic() 3719 bld.emit(FS_OPCODE_LINTERP, offset(dest, bld, i), dst_xy, interp); in nir_emit_fs_intrinsic()
|
/external/igt-gpu-tools/assembler/ |
D | brw_defines.h | 736 FS_OPCODE_LINTERP, enumerator
|