Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h587 FS_OPCODE_DDY_COARSE, enumerator
Dbrw_shader.cpp435 case FS_OPCODE_DDY_COARSE: in brw_instruction_name()
Dbrw_fs_copy_propagation.cpp441 case FS_OPCODE_DDY_COARSE: in instruction_requires_packed_data()
Dbrw_ir_performance.cpp333 case FS_OPCODE_DDY_COARSE: in instruction_desc()
Dbrw_fs_generator.cpp2380 case FS_OPCODE_DDY_COARSE: in generate_code()
Dbrw_fs_nir.cpp1234 inst = bld.emit(FS_OPCODE_DDY_COARSE, result, op[0]); in nir_emit_alu()
1241 inst = bld.emit(FS_OPCODE_DDY_COARSE, result, op[0]); in nir_emit_alu()
Dbrw_fs.cpp7450 case FS_OPCODE_DDY_COARSE: in get_lowered_simd_width()
8026 else if (inst->opcode == FS_OPCODE_DDY_COARSE) in lower_derivatives()