Home
last modified time | relevance | path

Searched refs:tx_w (Results 1 – 25 of 107) sorted by relevance

12345

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/test/regression/bitcoin/
H A Dbitcoin_7.v29 wire [511:0] tx_w; net
31 sha256_digester s(clock.val, k, rx_w, rx_state, tx_w, tx_state);
35 if (b[0].tx_w && b[1].tx_w && b[2].tx_w && b[3].tx_w) begin
36 $display("%h %h", b[0].tx_w, b[0].tx_state);
37 $display("%h %h", b[1].tx_w, b[1].tx_state);
38 $display("%h %h", b[2].tx_w, b[2].tx_state);
39 $display("%h %h", b[3].tx_w, b[3].tx_state);
/dports/games/quakeforge/quakeforge-0.7.2/libs/models/brush/
H A Dglsl_model_brush.c104 int tx_w, tx_h; in glsl_Mod_ProcessTexture() local
107 tx_w = tx->width; in glsl_Mod_ProcessTexture()
111 if (tx_w == tx_h) { in glsl_Mod_ProcessTexture()
117 } else if (tx_w == 2 * tx_h) { in glsl_Mod_ProcessTexture()
121 memcpy (&data[j * tx_h], &tx_data[j * tx_w + i * tx_h], in glsl_Mod_ProcessTexture()
128 tx_w, tx_h); in glsl_Mod_ProcessTexture()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/test/benchmark/bitcoin/
H A Dsha256_transform.v33 module sha256_digester (clk, k, rx_w, rx_state, tx_w, tx_state);
40 output reg [511:0] tx_w; port
61 tx_w[511:480] <= new_w;
62 tx_w[479:0] <= rx_w[511:32];
127 .tx_w(W),
136 .tx_w(W),
/dports/games/egoboo/egoboo-2.8.1/src/game/extensions/
H A DSDL_GL_extensions.c91 int tx_w, tx_h; in SDL_GL_uploadSurface() local
101 tx_w = powerOfTwo( surface->w ); in SDL_GL_uploadSurface()
106 texCoords[2] = ( GLfloat )surface->w / ( GLfloat )tx_w; in SDL_GL_uploadSurface()
292 int srf_w, srf_h, tx_w, tx_h; in SDL_GL_convert_surface() local
323 tx_w = powerOfTwo( local_surface->w ); in SDL_GL_convert_surface()
400 if ( srf_h != tx_h || srf_w != tx_w ) in SDL_GL_convert_surface()
402 …SDL_Surface * tmp = SDL_CreateRGBSurface( SDL_SWSURFACE, tx_w, tx_h, tmpformat.BitsPerPixel, tmpfo… in SDL_GL_convert_surface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dav1_inv_txfm2d_test.cc55 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
97 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck()
107 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
111 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
119 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
129 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dav1_inv_txfm2d_test.cc55 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
97 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck()
107 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
111 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
119 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
129 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dav1_inv_txfm2d_test.cc55 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
97 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck()
107 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
111 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
119 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
129 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dav1_inv_txfm2d_test.cc55 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
97 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck()
107 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
111 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
119 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
129 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dscan.c8047 if (tx_w > 8 || tx_h > 8) { in do_down_sample()
8059 if (tx_w > 8 && tx_h > 8) { in av1_down_sample_scan_count()
8060 const int tx_w_ds = tx_w >> 1; in av1_down_sample_scan_count()
8067 const int ci = r * tx_w + c; in av1_down_sample_scan_count()
8072 const int tx_w_ds = tx_w >> 1; in av1_down_sample_scan_count()
8079 const int ci = r * tx_w + c; in av1_down_sample_scan_count()
8084 const int tx_w_ds = tx_w; in av1_down_sample_scan_count()
8105 if (tx_w > 8 && tx_h > 8) { in av1_up_sample_scan_count()
8106 const int tx_w_ds = tx_w >> 1; in av1_up_sample_scan_count()
8141 const int tx_w_ds = tx_w >> 1; in av1_up_sample_scan_count()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dav1_inv_txfm2d_test.cc46 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
48 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
73 fwd_txfm_func(expected, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
77 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
91 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dav1_inv_txfm2d_test.cc78 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
80 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
120 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck()
130 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
134 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
142 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
152 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/multimedia/aom/aom-3.2.0/test/
H A Dav1_inv_txfm2d_test.cc78 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local
80 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
120 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck()
130 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck()
134 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck()
142 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
152 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/dports/emulators/mess/mame-mame0226/src/devices/bus/psi_kbd/
H A Dpsi_kbd.cpp75 WRITE_LINE_MEMBER( psi_keyboard_bus_device::tx_w ) in WRITE_LINE_MEMBER() argument
78 m_kbd->tx_w(state); in WRITE_LINE_MEMBER()
H A Dpsi_kbd.h69 DECLARE_WRITE_LINE_MEMBER( tx_w );
94 virtual void tx_w(int state) { } in tx_w() function
/dports/emulators/mame/mame-mame0226/src/devices/bus/psi_kbd/
H A Dpsi_kbd.cpp75 WRITE_LINE_MEMBER( psi_keyboard_bus_device::tx_w ) in WRITE_LINE_MEMBER() argument
78 m_kbd->tx_w(state); in WRITE_LINE_MEMBER()
H A Dpsi_kbd.h69 DECLARE_WRITE_LINE_MEMBER( tx_w );
94 virtual void tx_w(int state) { } in tx_w() function
/dports/emulators/mess/mame-mame0226/src/devices/bus/epson_sio/
H A Depson_sio.cpp88 WRITE_LINE_MEMBER( epson_sio_device::tx_w ) in WRITE_LINE_MEMBER() argument
91 m_cart->tx_w(state); in WRITE_LINE_MEMBER()
H A Depson_sio.h45 DECLARE_WRITE_LINE_MEMBER( tx_w );
71 virtual void tx_w(int state) { } in tx_w() function
H A Dpf10.cpp222 void epson_pf10_device::tx_w(int level) in tx_w() function in epson_pf10_device
229 m_sio_output->tx_w(level); in tx_w()
H A Dtf20.cpp304 void epson_tf20_device::tx_w(int level) in tx_w() function in epson_tf20_device
307 m_sio_output->tx_w(level); in tx_w()
/dports/emulators/mame/mame-mame0226/src/devices/bus/epson_sio/
H A Depson_sio.cpp88 WRITE_LINE_MEMBER( epson_sio_device::tx_w ) in WRITE_LINE_MEMBER() argument
91 m_cart->tx_w(state); in WRITE_LINE_MEMBER()
H A Depson_sio.h45 DECLARE_WRITE_LINE_MEMBER( tx_w );
71 virtual void tx_w(int state) { } in tx_w() function
H A Dpf10.cpp222 void epson_pf10_device::tx_w(int level) in tx_w() function in epson_pf10_device
229 m_sio_output->tx_w(level); in tx_w()
H A Dtf20.cpp304 void epson_tf20_device::tx_w(int level) in tx_w() function in epson_tf20_device
307 m_sio_output->tx_w(level); in tx_w()
/dports/emulators/mess/mame-mame0226/src/devices/bus/psx/
H A Dctlrport.cpp91 m_port0->tx_w(state); in WRITE_LINE_MEMBER()
92 m_port1->tx_w(state); in WRITE_LINE_MEMBER()

12345