Home
last modified time | relevance | path

Searched refs:FS_OPCODE_PACK_HALF_2x16_SPLIT (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D21.3.2.rst67 - intel/fs/xehp: Teach SWSB pass about the exec pipeline of FS_OPCODE_PACK_HALF_2x16_SPLIT.
D22.1.0.rst1539 - intel/fs: Better handle constant sources of FS_OPCODE_PACK_HALF_2x16_SPLIT
D22.0.0.rst1550 - intel/fs/xehp: Teach SWSB pass about the exec pipeline of FS_OPCODE_PACK_HALF_2x16_SPLIT.
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h573 FS_OPCODE_PACK_HALF_2x16_SPLIT, enumerator
Dbrw_shader.cpp457 case FS_OPCODE_PACK_HALF_2x16_SPLIT: in brw_instruction_name()
Dbrw_fs_copy_propagation.cpp985 case FS_OPCODE_PACK_HALF_2x16_SPLIT: in try_constant_propagate()
Dbrw_fs_scoreboard.cpp125 else if (inst->opcode == FS_OPCODE_PACK_HALF_2x16_SPLIT) in inferred_exec_pipe()
Dbrw_ir_performance.cpp640 case FS_OPCODE_PACK_HALF_2x16_SPLIT: in instruction_desc()
Dbrw_fs_generator.cpp2420 case FS_OPCODE_PACK_HALF_2x16_SPLIT: in generate_code()
Dbrw_fs.cpp346 case FS_OPCODE_PACK_HALF_2x16_SPLIT: in has_source_and_destination_hazard()
4922 case FS_OPCODE_PACK_HALF_2x16_SPLIT: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1892 bld.emit(FS_OPCODE_PACK_HALF_2x16_SPLIT, result, op[0], op[1]); in nir_emit_alu()