Home
last modified time | relevance | path

Searched refs:trb (Results 1 - 11 of 11) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c128 xhci_dump_trb(struct xhci_trb *trb) in xhci_dump_trb() argument
130 DPRINTFN(5, "trb = %p\n", trb); in xhci_dump_trb()
131 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
132 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
133 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
856 xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb) in xhci_check_transfer() argument
871 td_event = le64toh(trb->qwTrb0); in xhci_check_transfer()
872 temp = le32toh(trb->dwTrb2); in xhci_check_transfer()
877 temp = le32toh(trb in xhci_check_transfer()
1024 xhci_check_command(struct xhci_softc *sc, struct xhci_trb *trb) xhci_check_command() argument
1124 xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb, uint16_t timeout_ms) xhci_do_command() argument
1270 struct xhci_trb trb; xhci_cmd_enable_slot() local
1295 struct xhci_trb trb; xhci_cmd_disable_slot() local
1314 struct xhci_trb trb; xhci_cmd_set_address() local
1463 struct xhci_trb trb; xhci_cmd_configure_ep() local
1485 struct xhci_trb trb; xhci_cmd_evaluate_ctx() local
1503 struct xhci_trb trb; xhci_cmd_reset_ep() local
1526 struct xhci_trb trb; xhci_cmd_set_tr_dequeue_ptr() local
1548 struct xhci_trb trb; xhci_cmd_stop_ep() local
1570 struct xhci_trb trb; xhci_cmd_reset_dev() local
2669 struct xhci_trb *trb; xhci_alloc_device_ext() local
[all...]
H A Dxhci.h328 struct xhci_trb trb[(XHCI_MAX_STREAMS * member
366 struct xhci_trb trb; member
386 struct xhci_trb *trb; member
/third_party/ffmpeg/libavcodec/
H A Dvdpau_mpeg4.c62 info->trb[0] = s->pb_time; in vdpau_mpeg4_start_frame()
64 info->trb[1] = s->pb_field_time >> 1; in vdpau_mpeg4_start_frame()
H A Dnvdec_mpeg4.c83 .trb = { s->pb_time, s->pb_field_time >> 1 }, in nvdec_mpeg4_start_frame()
H A Dsnowenc.c1028 BlockNode *trb= mb_x+1<b_width && mb_y ? &s->block[index-b_stride+1] : NULL; in iterative_me() local
1169 if(trb) trb->type &= ~BLOCK_OPT; in iterative_me()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c65 uint32_t trb[2]; // 40, 44 member
288 pic_vp->trb[0] = desc->trb[0]; in nouveau_vp3_fill_picparm_mpeg4_vp()
289 pic_vp->trb[1] = desc->trb[1]; in nouveau_vp3_fill_picparm_mpeg4_vp()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_mpeg4.c77 context->desc.mpeg4.trb[0] = mpeg4->TRB; in vlVaHandlePictureParameterBufferMPEG4()
78 context->desc.mpeg4.trb[1] = mpeg4->TRB; in vlVaHandlePictureParameterBufferMPEG4()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c280 picture->trb[i] = picture_info->trb[i]; in vlVdpDecoderRenderMpeg4()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h223 int32_t trb[2]; member
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4347 ImVec2 trb = wheel_center + ImRotate(triangle_pb, cos_hue_angle, sin_hue_angle);
4352 draw_list->PrimVtx(trb, uv_white, hue_color32);
4355 draw_list->PrimVtx(trb, uv_white, IM_COL32_BLACK);
4357 draw_list->AddTriangle(tra, trb, trc, IM_COL32(128,128,128,255), 1.5f);
4358 sv_cursor_pos = ImLerp(ImLerp(trc, tra, ImSaturate(S)), trb, ImSaturate(1 - V));
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp5380 ImVec2 trb = wheel_center + ImRotate(triangle_pb, cos_hue_angle, sin_hue_angle);
5385 draw_list->PrimVtx(trb, uv_white, hue_color32);
5388 draw_list->PrimVtx(trb, uv_white, col_black);
5390 draw_list->AddTriangle(tra, trb, trc, col_midgrey, 1.5f);
5391 sv_cursor_pos = ImLerp(ImLerp(trc, tra, ImSaturate(S)), trb, ImSaturate(1 - V));

Completed in 34 milliseconds