Home
last modified time | relevance | path

Searched refs:TexSize (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/perf/
H A Dteximage.c38 static GLsizei TexSize; variable
113 TexSize, TexSize, 0, in CreateUploadTexImage2D()
134 TexSize, TexSize, 0, in UploadTexImage2D()
149 GLsizei halfSize = (TexSize == 1) ? 1 : TexSize / 2; in UploadTexSubImage2D()
182 0, 0, TexSize, TexSize, in UploadTexSubImage2D()
196 GLubyte *buf = (GLubyte *) malloc(TexSize * TexSize * 4); in GetTexImage2D()
263 for (TexSize = minsz; TexSize <= maxsz; TexSize *= 4) { in PerfDraw()
269 bytesPerImage = TexSize * TexSize * SrcFormats[fmt].texel_size; in PerfDraw()
284 TexSize, TexSize, 0, in PerfDraw()
291 TexSize, TexSize, 0, in PerfDraw()
[all …]
H A Dcopytex.c41 static GLsizei TexSize; variable
124 GL_RGBA, 0, 0, TexSize, TexSize, 0); in CopyTexImage()
142 GLsizei half = TexSize / 2; in CopyTexSubImage()
159 0, 0, 0, 0, TexSize, TexSize); in CopyTexSubImage()
186 for (TexSize = MinSize; TexSize <= MaxSize; TexSize *= 4) { in PerfDraw()
188 if (TexSize <= maxTexSize) { in PerfDraw()
189 GLint bytesPerImage = 4 * TexSize * TexSize; in PerfDraw()
196 TexSize, TexSize, 0, in PerfDraw()
209 (sub ? "Sub" : ""), TexSize, TexSize, rate, mbPerSec); in PerfDraw()
H A Dfbobind.c41 static const GLsizei TexSize = 512; variable
88 TexSize, TexSize, 0, in PerfInit()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/perf/
H A Dteximage.c38 static GLsizei TexSize; variable
113 TexSize, TexSize, 0, in CreateUploadTexImage2D()
134 TexSize, TexSize, 0, in UploadTexImage2D()
149 GLsizei halfSize = (TexSize == 1) ? 1 : TexSize / 2; in UploadTexSubImage2D()
182 0, 0, TexSize, TexSize, in UploadTexSubImage2D()
196 GLubyte *buf = (GLubyte *) malloc(TexSize * TexSize * 4); in GetTexImage2D()
263 for (TexSize = minsz; TexSize <= maxsz; TexSize *= 4) { in PerfDraw()
269 bytesPerImage = TexSize * TexSize * SrcFormats[fmt].texel_size; in PerfDraw()
284 TexSize, TexSize, 0, in PerfDraw()
291 TexSize, TexSize, 0, in PerfDraw()
[all …]
H A Dcopytex.c41 static GLsizei TexSize; variable
124 GL_RGBA, 0, 0, TexSize, TexSize, 0); in CopyTexImage()
142 GLsizei half = TexSize / 2; in CopyTexSubImage()
159 0, 0, 0, 0, TexSize, TexSize); in CopyTexSubImage()
186 for (TexSize = MinSize; TexSize <= MaxSize; TexSize *= 4) { in PerfDraw()
188 if (TexSize <= maxTexSize) { in PerfDraw()
189 GLint bytesPerImage = 4 * TexSize * TexSize; in PerfDraw()
196 TexSize, TexSize, 0, in PerfDraw()
209 (sub ? "Sub" : ""), TexSize, TexSize, rate, mbPerSec); in PerfDraw()
H A Dfbobind.c41 static const GLsizei TexSize = 512; variable
88 TexSize, TexSize, 0, in PerfInit()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/
H A Drender-integer.c108 static GLint TexSize = 200; variable
215 glTexImage2D(GL_TEXTURE_2D, 0, intFormat, TexSize, TexSize, 0, in setup_fbo()
251 int x0 = TexSize / 4; in test_format()
252 int y0 = TexSize / 4; in test_format()
253 int x1 = TexSize * 3 / 4; in test_format()
254 int y1 = TexSize * 3 / 4; in test_format()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/textool/
H A DTexTool.cpp326 float XSize = TexSize[0] * SSize; in FitView()
327 float YSize = TexSize[1] * TSize; in FitView()
333 TSize = YSize / (float)TexSize[1]; in FitView()
338 SSize = XSize / (float)TexSize[0]; in FitView()
351 int TexSize[2]; in InitTexView() local
375 FitView( hwndDlg, TexSize ); in InitTexView()
386 fTexStep[0] = 1.0f / float(TexSize[0]); in InitTexView()
387 fTexStep[1] = 1.0f / float(TexSize[1]); in InitTexView()
417 FitView( hwndDlg, TexSize); in InitTexView()
423 fTexStep[0] = 1.0f / float(TexSize[0]); in InitTexView()
[all …]
H A DControlPointsManager.cpp31 void CControlPointsManagerBFace::Init (int iPts, CtrlPts_t *Pts, C2DView *p2DView, int TexSize[2], in Init()
44 m_TexSize[0] = TexSize[0]; in Init()
45 m_TexSize[1] = TexSize[1]; in Init()
H A DControlPointsManager.h90 …void Init(int iPts, CtrlPts_t *Pts, C2DView *p2DView, int TexSize[2], _QERFaceData* pFaceData, Ope…
/dports/games/netradiant/netradiant-20150621-src/plugins/textool/
H A DTexTool.cpp313 float XSize = TexSize[0] * SSize; in FitView()
314 float YSize = TexSize[1] * TSize; in FitView()
319 TSize = YSize / (float)TexSize[1]; in FitView()
324 SSize = XSize / (float)TexSize[0]; in FitView()
336 int TexSize[2]; in InitTexView() local
363 FitView( hwndDlg, TexSize ); in InitTexView()
374 fTexStep[0] = 1.0f / float(TexSize[0]); in InitTexView()
375 fTexStep[1] = 1.0f / float(TexSize[1]); in InitTexView()
408 FitView( hwndDlg, TexSize ); in InitTexView()
414 fTexStep[0] = 1.0f / float(TexSize[0]); in InitTexView()
[all …]
H A DControlPointsManager.cpp31 void CControlPointsManagerBFace::Init( int iPts, CtrlPts_t *Pts, C2DView *p2DView, int TexSize[2], in Init()
43 m_TexSize[0] = TexSize[0]; in Init()
44 m_TexSize[1] = TexSize[1]; in Init()
H A DControlPointsManager.h90 void Init( int iPts, CtrlPts_t * Pts, C2DView * p2DView, int TexSize[2], _QERFaceData * pFaceData, …
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/crt/shaders/crt-hyllian-glow/
H A Dcrt-hyllian.glsl215 vec2 TexSize = vec2(SHARPNESS*SourceSize.x, SourceSize.y);
217 vec2 dx = mix(vec2(1.0/TexSize.x, 0.0), vec2(0.0, 1.0/TexSize.y), VSCANLINES);
218 vec2 dy = mix(vec2(0.0, 1.0/TexSize.y), vec2(1.0/TexSize.x, 0.0), VSCANLINES);
220 vec2 pix_coord = vTexCoord*TexSize + vec2(-0.5, 0.5);
222 …vec2 tc = mix((floor(pix_coord) + vec2(0.5, 0.5))/TexSize, (floor(pix_coord) + vec2(1.0, -0.5))/Te…
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dshader_scale2x.inc13 "uniform vec2 TexSize;\n\
28 sel=fract(gl_TexCoord[0].xy * TexSize.xy); \n\
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/
H A Dcrt-hyllian-3d.slang134 vec2 TexSize = vec2(SHARPNESS*texture_size.x, texture_size.y)/vec2(CRT_MULRES_X, CRT_MULRES_Y);
137 vec2 dx = vec2(1.0/TexSize.x, 0.0);
138 vec2 dy = vec2(0.0, 1.0/TexSize.y);
139 vec2 pix_coord = texCoord*TexSize+vec2(-0.5,0.5);
141 vec2 tc = (floor(pix_coord)+vec2(0.5,0.5))/TexSize;
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/crt/shaders/
H A Dcrt-hyllian-3d.glsl191 vec2 TexSize = vec2(SHARPNESS*texture_size.x, texture_size.y)/vec2(CRT_MULRES_X, CRT_MULRES_Y);
194 vec2 dx = vec2(1.0/TexSize.x, 0.0);
195 vec2 dy = vec2(0.0, 1.0/TexSize.y);
196 vec2 pix_coord = texCoord*TexSize+vec2(-0.5,0.5);
198 vec2 tc = (floor(pix_coord)+vec2(0.5,0.5))/TexSize;
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dfragment_shaders.c350 tc->uloc.TexSize[i] = tc->vt->GetUniformLocation(program, name); in tc_base_fetch_locations()
351 if (tc->uloc.TexSize[i] == -1) in tc_base_fetch_locations()
389 tc->vt->Uniform2f(tc->uloc.TexSize[i], tex_width[i], in tc_base_prepare_shader()
H A Dconverter.h331 GLint TexSize[PICTURE_PLANE_MAX]; /* for GL_TEXTURE_RECTANGLE */ member
/dports/games/torcs/torcs-1.3.7/src/tools/trackgen/
H A Deasymesh.cpp36 static tdble TexSize; variable
1708 curSurf->ref[0].u = nods[elem->i].x / TexSize; // + (TexRand * rand()/(RAND_MAX+1.0)); in insert_elem_in_group()
1709 curSurf->ref[0].v = nods[elem->i].y / TexSize; // + (TexRand * rand()/(RAND_MAX+1.0)); in insert_elem_in_group()
1710 curSurf->ref[1].u = nods[elem->j].x / TexSize; // + (TexRand * rand()/(RAND_MAX+1.0)); in insert_elem_in_group()
1711 curSurf->ref[1].v = nods[elem->j].y / TexSize; // + (TexRand * rand()/(RAND_MAX+1.0)); in insert_elem_in_group()
1712 curSurf->ref[2].u = nods[elem->k].x / TexSize; // + (TexRand * rand()/(RAND_MAX+1.0)); in insert_elem_in_group()
1713 curSurf->ref[2].v = nods[elem->k].y / TexSize; // + (TexRand * rand()/(RAND_MAX+1.0)); in insert_elem_in_group()
2248 TexSize = GfParmGetNum(TrackHandle, buf, TRK_ATT_TEXSIZE, (char *)NULL, 20.0); in GenerateTerrain()
2249 TexRand = GfParmGetNum(TrackHandle, buf, TRK_ATT_SURFRAND, (char *)NULL, TexSize / 10.0); in GenerateTerrain()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3dx10core.h106 D3DXVECTOR2 TexSize; member
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSoftwareDriver2.cpp1247 vSize[VertexCache.vType].TexSize << 3 // * ( sizeof ( f32 ) * 2 ) in VertexCache_fill()
1254 vSize[VertexCache.vType].TexSize << 3 // * ( sizeof ( f32 ) * 2 ) in VertexCache_fill()
1274 for ( t = 0; t != vSize[VertexCache.vType].TexSize; ++t ) in VertexCache_fill()
1789 for ( m = 0; m != vSize[VertexCache.vType].TexSize; ++m ) in drawVertexPrimitiveList()
1864 for ( m = 0; m != vSize[VertexCache.vType].TexSize; ++m ) in drawVertexPrimitiveList()
H A DS4DVertex.h522 u32 TexSize; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp1349 const struct TexSize in init() struct
1362 const TexSize& ts = textureSizes[sizeIndex]; in init()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DS4DVertex.h522 u32 TexSize; member

123