| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| H A D | localuser.md | 18 xhost +SI:localuser:alanc 22 xhost +SI:localuser:#1234 26 xhost +SI:localgroup:wheel 30 xhost +SI:localgroup:#0
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | amd_family.h | 113 SI, /* GFX6 */ enumerator in enum:chip_class
|
| H A D | ac_shader_util.c | 170 /* SI (except OLAND and HAINAN) has a bug that it only looks 172 if (ctx->chip_class == SI &&
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 106 i386_general_register SP, BP, SI, DI, IP; member in struct:i386_special_regs 144 #define R_SI spc.SI.I16_reg.x_reg 152 #define R_SI spc.SI.I16_reg.x_reg 160 #define R_ESI spc.SI.I32_reg.e_reg
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 108 i386_general_register SP, BP, SI, DI, IP; member in struct:i386_special_regs 155 #define R_SI spc.SI.I16_reg.x_reg 163 #define R_ESI spc.SI.I32_reg.e_reg
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.7.rst | 31 - AMD SI cards: Some vulkan apps freeze the system 74 - radv: fix f16->f32 denorm handling for SI/CIK. (v2) 75 - radv: fix MSAA on SI gpus.
|
| H A D | 17.1.3.rst | 40 - radv: Remove SI num RB override for occlusion queries. 96 - radeonsi: disable the patch ID workaround on SI when the patch ID
|
| H A D | 17.1.6.rst | 73 - radv: fix buffer views on SI/CIK. 74 - radv/ac: realign SI workaround with radeonsi. 75 - radv/ac: port SI TC L1 write corruption fix. 165 - radeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
|
| H A D | 9.2.2.rst | 76 - radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
|
| H A D | 13.0.3.rst | 108 - radeonsi: apply a TC L1 write corruption workaround for SI 109 - radeonsi: apply a tessellation bug workaround for SI
|
| H A D | 12.0.5.rst | 85 - radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it
|
| H A D | 18.0.2.rst | 41 - SI reaches the maximum IB size in dwords and fail to submit
|
| H A D | 18.2.1.rst | 147 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI 149 on SI/CI
|
| H A D | 17.3.0.rst | 55 - AMD SI cards: Some vulkan apps freeze the system 124 - [regression, SI] GPU crash in Unigine Valley 137 - [regression, SI] Performance decrease in Unigine Valley & Heaven
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma_cs.c | 45 if (sctx->chip_class == SI) { 46 unreachable("SI DMA doesn't support the timestamp packet."); 90 if (sctx->chip_class == SI) {
|
| H A D | si_test_dma_perf.c | 115 if (sctx->chip_class == SI) { 116 /* SI doesn't support CP DMA operations through L2. */ 119 /* WAVES_PER_SH is in multiples of 16 on SI. */ 154 if (sctx->chip_class == SI)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_winsys.c | 272 ws->info.chip_class = SI; 553 if (ws->info.chip_class >= SI) { 556 fprintf(stderr, "radeon: Kernel 3.10 is required for SI support.\n"); 564 ws->info.gfx_ib_pad_with_type2 = ws->info.chip_class <= SI || 583 (ws->info.chip_class == SI && 585 /* SI doesn't support unaligned loads. */ 590 ws->info.has_2d_tiling = ws->info.chip_class <= SI || ws->info.drm_minor >= 35;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.cpp | 319 vvec::iterator SI(src.begin()), DI(dst.begin()); local in function:r600_sb::alu_packed_node::update_packed_items 357 I2 != E2; ++I2, ++SI) { 358 *I2 = *SI;
|
| H A D | sb_ra_init.cpp | 681 for (vvec::iterator SI = sv.begin(), DI = dv.begin(), SE = sv.end(); local in function:r600_sb::ra_split::split_packed_ins 682 SI != SE; ++SI, ++DI) { 683 n->insert_before(sh.create_copy_mov(*DI, *SI));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.cpp | 319 vvec::iterator SI(src.begin()), DI(dst.begin()); local in function:r600_sb::alu_packed_node::update_packed_items 357 I2 != E2; ++I2, ++SI) { 358 *I2 = *SI;
|
| H A D | sb_ra_init.cpp | 686 for (vvec::iterator SI = sv.begin(), DI = dv.begin(), SE = sv.end(); local in function:r600_sb::ra_split::split_packed_ins 687 SI != SE; ++SI, ++DI) { 688 n->insert_before(sh.create_copy_mov(*DI, *SI));
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | thanks.rst | 33 superseded by SGI SI GLU).
|
| H A D | faq.rst | 94 (SI) <http://web.archive.org/web/20171010115110_/http://oss.sgi.com/projects/ogl-sample/index.html>`__ 95 is available. The SI was written during the time that OpenGL was 96 originally designed. Unfortunately, development of the SI has stagnated.
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/ |
| H A D | amdgpu_asic_addr.h | 50 #define FAMILY_IS_SI(f) FAMILY_IS(f, SI)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/ |
| H A D | amdgpu_asic_addr.h | 53 #define FAMILY_IS_SI(f) FAMILY_IS(f, SI)
|