/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | si_enums.h | 200 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | nvd.h | 138 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | soc15d.h | 163 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | vid.h | 190 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | cikd.h | 309 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | sid.h | 1695 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | gfx_v7_0.c | 2212 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v7_0_ring_emit_ib_gfx() 2250 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v7_0_ring_emit_ib_compute()
|
H A D | gfx_v11_0.c | 5289 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v11_0_ring_emit_ib_gfx() 5347 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v11_0_ring_emit_ib_compute()
|
H A D | gfx_v8_0.c | 6096 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v8_0_ring_emit_ib_gfx() 6141 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v8_0_ring_emit_ib_compute()
|
H A D | gfx_v9_0.c | 5150 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v9_0_ring_emit_ib_gfx() 5280 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v9_0_ring_emit_ib_compute()
|
H A D | gfx_v6_0.c | 1849 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v6_0_ring_emit_ib()
|
H A D | gfx_v9_4_3.c | 2531 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v9_4_3_ring_emit_ib_compute()
|
H A D | gfx_v10_0.c | 8294 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v10_0_ring_emit_ib_gfx() 8352 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v10_0_ring_emit_ib_compute()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | nid.h | 1187 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
H A D | sid.h | 1632 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
H A D | cikd.h | 1777 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
H A D | evergreend.h | 1580 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
H A D | r600d.h | 1617 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
H A D | ni.c | 1431 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in cayman_ring_ib_execute()
|
H A D | r600.c | 3386 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in r600_ring_ib_execute()
|
H A D | evergreen.c | 2956 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in evergreen_ring_ib_execute()
|
H A D | si.c | 3428 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in si_ring_ib_execute()
|
H A D | cik.c | 3748 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in cik_ring_ib_execute()
|