Searched refs:eu (Results 1 - 25 of 30) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_dev_info.c | 88 for (unsigned eu = 0; eu < devinfo.max_eu_per_subslice; eu++) { local in function:main 89 n_eus += intel_device_info_eu_available(&devinfo, s, ss, eu) ? 1 : 0; 90 fprintf(stdout, "%s", intel_device_info_eu_available(&devinfo, s, ss, eu) ? "1" : "0");
|
| H A D | intel_device_info_test.c | 63 for (uint32_t eu = 0; eu < devinfo.max_eu_per_subslice; eu++) local in function:main 64 total_eus += intel_device_info_eu_available(&devinfo, s, ss, eu);
|
| H A D | intel_device_info.h | 175 * Number of threads per eu, varies between 4 and 8 between generations. 368 int slice, int subslice, int eu) 373 return (devinfo->eu_masks[subslice_offset + eu / 8] & (1U << eu % 8)) != 0; 367 intel_device_info_eu_available(const struct intel_device_info * devinfo,int slice,int subslice,int eu) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/ |
| H A D | gbm-symbols-check | 2 set -eu
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/ |
| H A D | egl-symbols-check | 2 set -eu
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.2.rst | 74 - intel/eu: Add some brw_get_default\_ helpers 75 - intel/eu: Copy fields manually in brw_next_insn 76 - intel/eu: Set flag [sub]register number differently for 3src
|
| H A D | 17.2.4.rst | 77 - intel/eu: Use EXECUTE_1 for JMPI
|
| H A D | 18.1.1.rst | 92 - intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
|
| H A D | 20.1.5.rst | 86 - intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
|
| H A D | 19.3.0.rst | 1514 - intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C). 1515 - intel/eu: Fix up various type conversions in brw_eu.c that are 1517 - intel/eu: Rework opcode description tables to allow efficient look-up 1519 - intel/eu: Encode and decode native instruction opcodes from/to IR 1528 - intel/eu/gen12: Extend brw_inst.h macros for Gen12 support. 1529 - intel/eu/gen12: Add sanity-check asserts to brw_inst_bits() and 1531 - intel/eu/gen12: Implement basic instruction binary encoding. 1532 - intel/eu/gen12: Implement three-source instruction binary encoding. 1533 - intel/eu/gen12: Implement control flow instruction binary encoding. 1534 - intel/eu/gen1 [all...] |
| H A D | 17.1.10.rst | 50 - cherry-ignore: add "intel/eu/validate: Look up types on demand in
|
| H A D | 18.0.5.rst | 89 - intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
|
| H A D | 17.2.6.rst | 124 - intel/eu/reg: Add a subscript() helper
|
| H A D | 18.3.2.rst | 152 - intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
|
| H A D | 19.0.0.rst | 1010 - intel/eu/gen7: Fix brw_MOV() with DF destination and strided source. 1362 - intel/eu: Stop overriding exec sizes in send_indirect_message 1398 - intel/eu: Add has_simd4x2 bools to surface_write functions 1399 - intel/eu: Rework surface descriptor helpers 1405 - intel/eu: Use GET_BITS in brw_inst_set_send_ex_desc 1406 - intel/eu/validate: SEND restrictions also apply to SENDC 1407 - intel/eu: Add more message descriptor helpers 1411 - intel/eu: Add support for the SENDS[C] messages
|
| H A D | 21.2.0.rst | 1092 - intel: Rename eu compact instruction tests 2438 - intel/eu: Teach EU validator about FP/DP pipeline regioning restrictions. 2904 - intel/eu: SVB writes only happen on Gen6 2906 - intel/eu: Set message subtype properly for SIMD8 FB fetch 3107 - intel/eu: Allow 64-bit registers on XeHP. 3614 - intel/eu: Add instruction compaction support on XeHP.
|
| H A D | 21.3.0.rst | 1924 - intel/eu: Start validating LSC message descriptors 1937 - intel/eu: Don't validate LSC transpose on ops that don't have it 1960 - intel/eu: Set scope to TILE for TGM flushes 2466 - intel/dev: fix subslice/eu total computations with some fused configurations
|
| H A D | 20.2.0.rst | 2504 - intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages 2562 - intel/eu: Add a brw_urb_dest_msg_type helper 2563 - intel/eu: Set the right subnr for ALIGN16 destinations 2564 - intel/eu: Add the RNDU opcode 2956 - intel/eu: Add a brw_urb_desc helper
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/ |
| H A D | ABI-check | 2 set -eu
|
| /xsrc/external/mit/pixman/dist/ |
| H A D | release.sh | 3 set -eu
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | update-android-headers.sh | 3 set -eu
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/ |
| H A D | ABI-check | 2 set -eu
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 82 eu.orth \
|
| H A D | Makefile.in | 468 eu.orth \
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 289 <!-- eu* -> eu --> 291 <test name="lang" compare="contains"><string>eu</string></test> 292 <edit name="lang" mode="assign" binding="same"><string>eu</string></edit>
|
Completed in 33 milliseconds
12