summaryrefslogtreecommitdiff
path: root/src/intel/compiler/test_eu_validate.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-28intel/brw: Remove MRF typeCaio Oliveira1-23/+0
2024-02-24intel/brw: Remove EU validation tests for Gfx8-Caio Oliveira1-101/+58
2024-02-15intel/compiler: Include brw_disasm_info.h where its usedCaio Oliveira1-0/+1
2023-12-29intel/compiler: Validation for DPAS instructionsIan Romanick1-0/+393
2023-10-05intel/eu/validate: Validate "packed word exception" stricterSviatoslav Peleshko1-1/+29
2023-06-06intel/eu/validate: Add some validation of ADD3Ian Romanick1-0/+107
2023-06-06intel/eu/validate: Add Gfx12.5Ian Romanick1-145/+200
2023-06-06intel/eu/validate: Use a single macro define half_float_conversion casesIan Romanick1-57/+47
2022-11-09intel/eu/validate: Validate integer multiplication source size restrictionsIan Romanick1-1/+8
2022-08-23intel/compiler: Fixes [-Wdeprecated-declarations] in test_eu_validate.cppYonggang Luo1-3/+5
2022-06-30intel/compiler: Introduce a new brw_isa_info structureKenneth Graunke1-5/+8
2021-11-08intel: move away from booleans to identify platformsLionel Landwerlin1-10/+15
2021-05-17intel: simplify is_haswell checks, part 1Marcin Ĺšlusarz1-1/+1
2021-04-20intel: Rename gen keyword in test_eu_validate.cppAnuj Phogat1-12/+12
2021-04-20intel: Rename gen_get_device prefix to intel_get_deviceAnuj Phogat1-1/+1
2021-04-20intel: Rename gen_device prefix to intel_deviceAnuj Phogat1-7/+7
2021-04-02intel: Rename Genx keyword to GfxxAnuj Phogat1-21/+21
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat1-17/+17
2021-04-02intel: Rename gen field in gen_device_info struct to verAnuj Phogat1-66/+66
2020-10-15intel/compiler: Remove Gen10-specific codeIan Romanick1-3/+2
2020-09-02intel/disasm: Label support in shader disassembly for UIP/JIPDanylo Piliaiev1-1/+1
2020-04-28intel/ir: Pass block cycle count information explicitly to disassembler.Francisco Jerez1-1/+1
2020-01-23util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner1-6/+3
2020-01-22intel/compiler: Add unit tests for new EU validation checksMatt Turner1-0/+396
2020-01-22intel/compiler: Split has_64bit_types into float/intMatt Turner1-13/+58
2020-01-22intel/compiler: Use ARRAY_SIZE()Matt Turner1-22/+22
2019-10-30intel/eu/validate/gen12: Add TGL to eu_validate tests.Jordan Justen1-0/+9
2019-10-11intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.Francisco Jerez1-1/+1
2019-08-01intel/device: rename gen_get_device_infoMark Janes1-1/+1
2019-06-29intel/compiler: don't use byte operands for src1 on ICLLionel Landwerlin1-0/+121
2019-04-18intel/compiler: validate region restrictions for mixed float modeIago Toral Quiroga1-0/+630
2019-04-18intel/compiler: validate conversions between 64-bit and 8-bit typesIago Toral Quiroga1-0/+55
2019-04-18intel/compiler: validate region restrictions for half-float conversionsIago Toral Quiroga1-0/+116
2018-10-11intel: Introducing Whiskey Lake platformRodrigo Vivi1-0/+1
2018-08-31intel: Introducing Amber Lake platformRodrigo Vivi1-0/+1
2018-03-22intel/compiler: Readd ICL to test_eu_validate.cppMatt Turner1-0/+1
2018-03-22intel/compiler: Skip 64-bit type tests when types not availableMatt Turner1-0/+19
2018-03-16intel/compiler: Use gen_get_device_info() in test_eu_validateMatt Turner1-38/+17
2018-02-28intel/compiler: Add ICL to test_eu_validate.cppMatt Turner1-0/+1
2018-02-28intel/compiler: Disable Align16 tests on Gen11+Matt Turner1-0/+16
2017-11-18i965: Correct disasm_info usage in eu_validate testAndres Gomez1-6/+6
2017-11-17i965: Rewrite disassembly annotation codeMatt Turner1-11/+6
2017-10-04i965: Validate "Special Requirements for Handling Double Precision Data Types"Matt Turner1-0/+623
2017-10-04i965: Fix and enable forgotten validation testMatt Turner1-14/+17
2017-10-04i965: Add GLK, CFL, CNL to test_eu_validate.cMatt Turner1-0/+7
2017-08-21i965: Add functions to abstract access to register typesMatt Turner1-51/+51
2017-08-21i965: Rename brw_inst's functions that access the register typeMatt Turner1-47/+47
2017-08-21i965: Validate destination restrictions with vector immediatesMatt Turner1-0/+79
2017-05-16i965: Fix test_eu_validate.cppMatt Turner1-1/+1
2017-05-15i965: Pass pointer and end of assembly to brw_validate_instructionsMatt Turner1-1/+2