Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_ISUB_SAT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h764 SHADER_OPCODE_ISUB_SAT, enumerator
Dbrw_shader.cpp510 case SHADER_OPCODE_ISUB_SAT: in brw_instruction_name()
Dbrw_fs.cpp4203 inst->opcode == SHADER_OPCODE_ISUB_SAT) { in lower_sub_sat()
4239 } else if (inst->opcode == SHADER_OPCODE_ISUB_SAT) { in lower_sub_sat()
6609 case SHADER_OPCODE_ISUB_SAT: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1242 bld.emit(SHADER_OPCODE_ISUB_SAT, result, op[0], op[1]); in nir_emit_alu()