Searched refs:parse_cs (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 130 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx); member 235 #define amdgpu_ring_parse_cs(r, p, ib) ((r)->funcs->parse_cs((p), (ib)))
|
H A D | amdgpu_vce_v3_0.c | 906 .parse_cs = amdgpu_vce_ring_parse_cs, 930 .parse_cs = amdgpu_vce_ring_parse_cs_vm,
|
H A D | amdgpu_cs.c | 739 if (ring->funcs->parse_cs || ring->funcs->patch_cs_in_place) { in amdgpu_cs_vm_handling() 780 if (ring->funcs->parse_cs) { in amdgpu_cs_vm_handling() 933 r = amdgpu_ib_get(adev, vm, ring->funcs->parse_cs ? in amdgpu_cs_ib_fill()
|
H A D | amdgpu_vce_v2_0.c | 617 .parse_cs = amdgpu_vce_ring_parse_cs,
|
H A D | amdgpu_uvd_v4_2.c | 753 .parse_cs = amdgpu_uvd_ring_parse_cs,
|
H A D | amdgpu_uvd_v5_0.c | 862 .parse_cs = amdgpu_uvd_ring_parse_cs,
|
H A D | amdgpu_vce_v4_0.c | 1084 .parse_cs = amdgpu_vce_ring_parse_cs_vm,
|
H A D | amdgpu_uvd_v6_0.c | 1528 .parse_cs = amdgpu_uvd_ring_parse_cs,
|
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | parse.h | 266 u_long parse_cs; /* character size (needed for stripping) */ member
|