Home
last modified time | relevance | path

Searched refs:GEN8 (Results 1 – 18 of 18) sorted by relevance

/external/igt-gpu-tools/assembler/
Dgram.y45 #define GEN8(i) (&(i)->insn.gen8) macro
264 return gen8_access_mode(GEN8(insn)); in access_mode()
272 return gen8_exec_size(GEN8(insn)); in exec_size()
280 gen8_set_exec_size(GEN8(insn), execsize); in set_execsize()
956 … gen8_set_thread_control(GEN8(&$$), gen8_thread_control(GEN8(&$$)) | BRW_THREAD_SWITCH);
971 … gen8_set_thread_control(GEN8(&$$), gen8_thread_control(GEN8(&$$)) | BRW_THREAD_SWITCH);
1194 gen8_set_src1_reg_file(GEN8(&$$), BRW_IMMEDIATE_VALUE);
1195 gen8_set_src1_reg_type(GEN8(&$$), BRW_REGISTER_TYPE_D);
1196 gen9_set_send_extdesc(GEN8(&$$), 0);
1198 gen8_set_src1_reg_file(GEN8(&$$), BRW_IMMEDIATE_VALUE);
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_isolation.c54 #define GEN8 (ALL << 8) macro
93 { "GPUGPU_DISPATCHDIMX", GEN8, RCS0, 0x2500 },
94 { "GPUGPU_DISPATCHDIMY", GEN8, RCS0, 0x2504 },
95 { "GPUGPU_DISPATCHDIMZ", GEN8, RCS0, 0x2508 },
96 { "MI_PREDICATE_SRC0", GEN8, RCS0, 0x2400, 2 },
97 { "MI_PREDICATE_SRC1", GEN8, RCS0, 0x2408, 2 },
98 { "MI_PREDICATE_DATA", GEN8, RCS0, 0x2410, 2 },
99 { "MI_PRED_RESULT", GEN8, RCS0, 0x2418, .write_mask = 0x1 },
106 { "GPGPU_THREADS_DISPATCHED", GEN8, RCS0, 0x2290, 2 },
107 { "PS_INVOCATION_COUNT_1", GEN8, RCS0, 0x22f0, 2, .write_mask = ~0x3 },
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_gen_enum.h34 GEN8 = (1 << 6), enumerator
54 case 8: return GEN8; in gen_from_devinfo()
Dbrw_eu.cpp614 { BRW_OPCODE_SMOV, 10, "smov", 0, 0, GEN_GE(GEN8) & GEN_LT(GEN12) },
626 { BRW_OPCODE_CSEL, 18, "csel", 3, 1, GEN_GE(GEN8) & GEN_LT(GEN12) },
658 { BRW_OPCODE_GOTO, 46, "goto", 0, 0, GEN_GE(GEN8) },
694 { BRW_OPCODE_MADM, 93, "madm", 3, 1, GEN_GE(GEN8) },
/external/skqp/src/compute/hs/
DREADME.md69 Intel | GEN8+ | :white_check_mark: | :white_check_mark: | :x: …
171 Intel | GEN8+ | :white_check_mark: | :white_check_mark: | :x: …
184 be compatible with all GEN8+ devices and drivers.
/external/skqp/src/compute/hs/vk/intel/gen8/u64/
Dgen.bat31 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/skqp/src/compute/hs/vk/intel/gen8/u32/
Dgen.bat34 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/skqp/src/compute/hs/cl/intel/gen8/u32/
Dgen.bat17 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/skqp/src/compute/hs/cl/intel/gen8/u64/
Dgen.bat14 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/mesa3d/docs/relnotes/
D17.0.4.rst43 - [GEN8+] piglit.spec.arb_stencil_texturing.glblitframebuffer
D11.1.2.rst106 - i965/vec4: Use UW type for multiply into accumulator on GEN8+
D18.3.0.rst121 - [GEN8+] Hang when discarding a fragment if dual source blending is
156 - [GEN8+] up to 10% perf drop on several 3D benchmarks
D12.0.0.rst205 [GEN8] Ungine Valley fails to run due to "intel_do_flush_locked
250 [ES3.1CTS,GEN8]
D17.1.0.rst203 - [GEN8+] piglit.spec.arb_stencil_texturing.glblitframebuffer
D18.2.0.rst288 - [GEN8+] up to 10% perf drop on several 3D benchmarks
D19.0.0.rst72 - [GEN8+] up to 10% perf drop on several 3D benchmarks
D19.1.0.rst83 - [GEN8+] up to 10% perf drop on several 3D benchmarks
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drender.cl1731 // Confirmed: GEN8 has 4KB SLM workgroup min while GEN9 is 1KB.