Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_pack.cpp36 if (inst->opcode != FS_OPCODE_PACK) in lower_pack()
Dbrw_fs_cse.cpp96 case FS_OPCODE_PACK: in is_expression()
Dbrw_eu_defines.h373 FS_OPCODE_PACK, enumerator
Dbrw_shader.cpp363 case FS_OPCODE_PACK: in brw_instruction_name()
Dbrw_fs_copy_propagation.cpp797 case FS_OPCODE_PACK: in try_constant_propagate()
Dbrw_fs_nir.cpp1728 bld.emit(FS_OPCODE_PACK, result, op[0], op[1]); in nir_emit_alu()
1732 bld.emit(FS_OPCODE_PACK, result, op, 4); in nir_emit_alu()
Dbrw_fs.cpp4847 case FS_OPCODE_PACK: in get_lowered_simd_width()