Home
last modified time | relevance | path

Searched refs:tx_h (Results 1 – 25 of 61) sorted by relevance

123

/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
108 tx_h = tx->height; 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()
118 data = alloca (tx_h * tx_h); in glsl_Mod_ProcessTexture()
120 for (j = 0; j < tx_h; j++) in glsl_Mod_ProcessTexture()
121 memcpy (&data[j * tx_h], &tx_data[j * tx_w + i * tx_h], in glsl_Mod_ProcessTexture()
122 tx_h); in glsl_Mod_ProcessTexture()
128 tx_w, tx_h); in glsl_Mod_ProcessTexture()
/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
102 tx_h = powerOfTwo( surface->h ); in SDL_GL_uploadSurface()
107 texCoords[3] = ( GLfloat )surface->h / ( GLfloat )tx_h; in SDL_GL_uploadSurface()
292 int srf_w, srf_h, tx_w, tx_h; in SDL_GL_convert_surface() local
322 tx_h = powerOfTwo( local_surface->h ); 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/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()
8061 const int tx_h_ds = tx_h >> 1; in av1_down_sample_scan_count()
8071 } else if (tx_w > 8 && tx_h <= 8) { in av1_down_sample_scan_count()
8073 const int tx_h_ds = tx_h; in av1_down_sample_scan_count()
8085 const int tx_h_ds = tx_h >> 1; in av1_down_sample_scan_count()
8105 if (tx_w > 8 && tx_h > 8) { in av1_up_sample_scan_count()
8107 const int tx_h_ds = tx_h >> 1; in av1_up_sample_scan_count()
8130 if (r + 2 < tx_h) { in av1_up_sample_scan_count()
8142 const int tx_h_ds = tx_h; in av1_up_sample_scan_count()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dav1_inv_txfm2d_test.cc56 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; 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.cc56 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; 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.cc56 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; 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.cc56 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; 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/test/
H A Dav1_inv_txfm2d_test.cc47 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
48 int txfm2d_size = tx_w * tx_h; 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.cc79 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
80 int txfm2d_size = tx_w * tx_h; 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.cc79 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
80 int txfm2d_size = tx_w * tx_h; 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/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-form.c248 int tx_h = (ff & PDF_TX_FIELD_IS_MULTILINE) ? 10 : 1; in tx_dialog() local
252 ui_dialog_begin(400, (ui.gridsize+4)*3 + ui.lineheight*(tx_h+lbl_h-2)); in tx_dialog()
256 is = ui_input(&tx_input, 200, tx_h); in tx_dialog()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/plugins/tools/view3d/
H A Dview3d.cpp130 int tx_h = nearestSize(pm.height()); in addTexture() local
132 QPixmap tmp(tx_w, tx_h); in addTexture()
135 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/plugins/tools/view3d/
H A Dview3d.cpp122 int tx_h = nearestSize(pm.height()); in addTexture() local
124 QPixmap tmp(tx_w, tx_h); in addTexture()
127 p.drawPixmap(0, tx_h - pm.height(), pm); in addTexture()

123