Home
last modified time | relevance | path

Searched refs:FS_OPCODE_DDY_FINE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h573 FS_OPCODE_DDY_FINE, enumerator
Dbrw_shader.cpp427 case FS_OPCODE_DDY_FINE: in brw_instruction_name()
Dbrw_fs_copy_propagation.cpp438 case FS_OPCODE_DDY_FINE: in instruction_requires_packed_data()
Dbrw_fs_generator.cpp1386 if (inst->opcode == FS_OPCODE_DDY_FINE) { in generate_ddy()
2304 case FS_OPCODE_DDY_FINE: in generate_code()
Dbrw_ir_performance.cpp785 case FS_OPCODE_DDY_FINE: in instruction_desc()
Dbrw_fs_nir.cpp1211 inst = bld.emit(FS_OPCODE_DDY_FINE, result, op[0]); in nir_emit_alu()
1217 inst = bld.emit(FS_OPCODE_DDY_FINE, result, op[0]); in nir_emit_alu()
Dbrw_fs.cpp6638 case FS_OPCODE_DDY_FINE: in get_lowered_simd_width()