Home
last modified time | relevance | path

Searched refs:tx_ (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.cc121 tx_{
770 if (tx_.send_blocked) { in on_write()
776 if (tx_.send_blocked) { in on_write()
805 uint8_t *bufpos = tx_.data.get(); in write_streams()
890 if (bufpos - tx_.data.get()) { in write_streams()
892 auto data = tx_.data.get(); in write_streams()
925 auto data = tx_.data.get(); in write_streams()
967 auto data = tx_.data.get(); in write_streams()
986 auto data = tx_.data.get(); in write_streams()
1009 bufpos = tx_ in write_streams()
[all...]
H A Dshrpx_http3_upstream.h189 } tx_; member in shrpx::Http3Upstream
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp347 xform[i].tx_ = rsPos.GetX() - rsTan.GetY() * vOffset - halfWidth * rsTan.GetX(); in scaleFontWithCompressionConfig()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp2758 float tx_ = {},
2774 , tx( tx_ )
2872 SRTDataNV & setTx( float tx_ ) VULKAN_HPP_NOEXCEPT
2874 tx = tx_;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp3031 float tx_ = {},
3047 , tx( tx_ )
3145 VULKAN_HPP_CONSTEXPR_14 SRTDataNV & setTx( float tx_ ) VULKAN_HPP_NOEXCEPT
3147 tx = tx_;
[all...]

Completed in 94 milliseconds