Searched refs:eu (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_dev_info.c88 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 Dintel_device_info_test.c63 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 Dintel_device_info.h175 * 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 Dgbm-symbols-check2 set -eu
/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check2 set -eu
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.2.rst74 - 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 D17.2.4.rst77 - intel/eu: Use EXECUTE_1 for JMPI
H A D18.1.1.rst92 - intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
H A D20.1.5.rst86 - intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
H A D19.3.0.rst1514 - 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 D17.1.10.rst50 - cherry-ignore: add "intel/eu/validate: Look up types on demand in
H A D18.0.5.rst89 - intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
H A D17.2.6.rst124 - intel/eu/reg: Add a subscript() helper
H A D18.3.2.rst152 - intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
H A D19.0.0.rst1010 - 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 D21.2.0.rst1092 - 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 D21.3.0.rst1924 - 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 D20.2.0.rst2504 - 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 DABI-check2 set -eu
/xsrc/external/mit/pixman/dist/
H A Drelease.sh3 set -eu
/xsrc/external/mit/MesaLib/dist/bin/
H A Dupdate-android-headers.sh3 set -eu
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/
H A DABI-check2 set -eu
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am82 eu.orth \
H A DMakefile.in468 eu.orth \
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf289 <!-- 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