Home
last modified time | relevance | path

Searched defs:ltrb (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dring_buffer.rs191 let mut ltrb = LinkTrb::new(); in ring_test_dequeue() localVariable
264 let mut ltrb = LinkTrb::new(); in transfer_ring_test_dequeue_failure() localVariable
295 let mut ltrb = LinkTrb::new(); in ring_test_toggle_cycle() localVariable
337 let mut ltrb = LinkTrb::new(); in ring_test_toggle_cycle() localVariable
H A Dring_buffer_controller.rs292 let mut ltrb = LinkTrb::new(); in setup_mem() localVariable
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DBoundsManager.h172 auto ltrb = this->getGridCoords(bounds); in getMostRecentDraw() local
194 auto ltrb = this->getGridCoords(bounds); in recordDraw() local
H A DRect.h40 AI static Rect LTRB(float4 ltrb) { in LTRB()
90 AI float4 ltrb() const { return NegateBotRight(fVals); } in ltrb() function
/aosp_15_r20/external/skia/src/gpu/graphite/render/
H A DAnalyticRRectRenderStep.cpp603 skvx::float4 ltrb = bounds.ltrb(); in writeVertices() local
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DTextureOp.cpp144 auto ltrb = skvx::Vec<4, float>::Load(subsetRect); in normalize_and_inset_subset() local
/aosp_15_r20/external/skia/src/core/
H A DSkMatrix.cpp1131 static skvx::float4 sort_as_rect(const skvx::float4& ltrb) { in sort_as_rect()