OSDN Git Service

intel/compiler: Implement untyped atomic float min, max, and compare-swap dataport...
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 18 Apr 2018 21:02:33 +0000 (14:02 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 23 Aug 2018 03:31:32 +0000 (20:31 -0700)
commitd515c75463824759f983304242178ed29f98ed3d
tree4e8b8ed4a975ca5703ab2c3301ac96865116219b
parentf347348f8af80a0fd79c4271affc8e374c4ea4ec
intel/compiler: Implement untyped atomic float min, max, and compare-swap dataport messages

v2: Split changes to the message type field to another patch.  Suggested
by Caio.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
14 files changed:
src/intel/compiler/brw_disasm.c
src/intel/compiler/brw_eu.h
src/intel/compiler/brw_eu_defines.h
src/intel/compiler/brw_eu_emit.c
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_copy_propagation.cpp
src/intel/compiler/brw_fs_dead_code_eliminate.cpp
src/intel/compiler/brw_fs_generator.cpp
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_fs_surface_builder.cpp
src/intel/compiler/brw_fs_surface_builder.h
src/intel/compiler/brw_schedule_instructions.cpp
src/intel/compiler/brw_shader.cpp