Home
last modified time | relevance | path

Searched refs:texIdx (Results 1 – 25 of 103) sorted by relevance

12345

/dports/games/spring/spring_98.0/rts/Rendering/
H A DDefaultPathDrawer.cpp183 texMem[texIdx + CBaseGroundDrawer::COLOR_R] = smc.r; in UpdateExtraTexture()
184 texMem[texIdx + CBaseGroundDrawer::COLOR_G] = smc.g; in UpdateExtraTexture()
195 texMem[texIdx + CBaseGroundDrawer::COLOR_R] = 100; in UpdateExtraTexture()
196 texMem[texIdx + CBaseGroundDrawer::COLOR_G] = 0; in UpdateExtraTexture()
197 texMem[texIdx + CBaseGroundDrawer::COLOR_B] = 0; in UpdateExtraTexture()
198 texMem[texIdx + CBaseGroundDrawer::COLOR_A] = 255; in UpdateExtraTexture()
213 texMem[texIdx + CBaseGroundDrawer::COLOR_G] = 32; in UpdateExtraTexture()
214 texMem[texIdx + CBaseGroundDrawer::COLOR_B] = 32; in UpdateExtraTexture()
215 texMem[texIdx + CBaseGroundDrawer::COLOR_A] = 255; in UpdateExtraTexture()
233 texMem[texIdx + CBaseGroundDrawer::COLOR_A] = 255; in UpdateExtraTexture()
[all …]
H A DQTPFSPathDrawer.cpp354 const int texIdx = ((ty * (gs->pwr2mapx >> 1)) + tx) * 4 - offset; in UpdateExtraTexture() local
377 texMem[texIdx + CBaseGroundDrawer::COLOR_R] = smc.r; in UpdateExtraTexture()
378 texMem[texIdx + CBaseGroundDrawer::COLOR_G] = smc.g; in UpdateExtraTexture()
379 texMem[texIdx + CBaseGroundDrawer::COLOR_B] = smc.b; in UpdateExtraTexture()
380 texMem[texIdx + CBaseGroundDrawer::COLOR_A] = smc.a; in UpdateExtraTexture()
387 const int texIdx = ((ty * (gs->pwr2mapx >> 1)) + tx) * 4 - offset; in UpdateExtraTexture() local
389 texMem[texIdx + CBaseGroundDrawer::COLOR_R] = 100; in UpdateExtraTexture()
390 texMem[texIdx + CBaseGroundDrawer::COLOR_G] = 0; in UpdateExtraTexture()
391 texMem[texIdx + CBaseGroundDrawer::COLOR_B] = 0; in UpdateExtraTexture()
392 texMem[texIdx + CBaseGroundDrawer::COLOR_A] = 255; in UpdateExtraTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h23 GrGLSLVarying* texIdx, in append_index_uv_varyings() argument
66 texIdx->reset(kFloat_GrSLType); in append_index_uv_varyings()
69 args.fVaryingHandler->addVarying("TexIndex", texIdx, Interpolation::kCanBeFlat); in append_index_uv_varyings()
70 args.fVertBuilder->codeAppendf("%s = %s(texIdx);", texIdx->vsOut(), cast); in append_index_uv_varyings()
81 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
93 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h21 GrGLSLVarying *texIdx, in append_index_uv_varyings() argument
45 args.fVaryingHandler->addVarying("TexIndex", texIdx, args.fShaderCaps->integerSupport() in append_index_uv_varyings()
48 args.fVertBuilder->codeAppendf("%s = texIdx;", texIdx->vsOut()); in append_index_uv_varyings()
58 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
63 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
H A DGrDistanceFieldGeoProc.cpp71 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
74 &texIdx, &st); in onEmitCode()
88 texIdx, "uv", "texColor"); in onEmitCode()
288 d->textureProxy(texIdx), in TestCreate()
349 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
352 &texIdx, &st); in onEmitCode()
584 d->textureProxy(texIdx), in TestCreate()
655 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
658 &texIdx, &st); in onEmitCode()
713 texIdx, "uv", "texColor"); in onEmitCode()
[all …]
H A DGrBitmapTextGeoProc.cpp43 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
45 &texIdx, nullptr); in onEmitCode()
69 texIdx, uv.fsIn(), "texColor"); in onEmitCode()
199 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx in TestCreate() local
202 d->textureProxy(texIdx), in TestCreate()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h21 GrGLSLVarying *texIdx, in append_index_uv_varyings() argument
45 args.fVaryingHandler->addVarying("TexIndex", texIdx, args.fShaderCaps->integerSupport() in append_index_uv_varyings()
48 args.fVertBuilder->codeAppendf("%s = texIdx;", texIdx->vsOut()); in append_index_uv_varyings()
58 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
63 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
H A DGrDistanceFieldGeoProc.cpp71 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
74 &texIdx, &st); in onEmitCode()
88 texIdx, "uv", "texColor"); in onEmitCode()
288 d->textureProxy(texIdx), in TestCreate()
349 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
352 &texIdx, &st); in onEmitCode()
584 d->textureProxy(texIdx), in TestCreate()
655 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
658 &texIdx, &st); in onEmitCode()
713 texIdx, "uv", "texColor"); in onEmitCode()
[all …]
H A DGrBitmapTextGeoProc.cpp43 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
45 &texIdx, nullptr); in onEmitCode()
69 texIdx, uv.fsIn(), "texColor"); in onEmitCode()
199 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx in TestCreate() local
202 d->textureProxy(texIdx), in TestCreate()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h21 GrGLSLVarying *texIdx, in append_index_uv_varyings() argument
45 args.fVaryingHandler->addVarying("TexIndex", texIdx, args.fShaderCaps->integerSupport() in append_index_uv_varyings()
48 args.fVertBuilder->codeAppendf("%s = texIdx;", texIdx->vsOut()); in append_index_uv_varyings()
58 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
63 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
H A DGrDistanceFieldGeoProc.cpp71 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
74 &texIdx, &st); in onEmitCode()
88 texIdx, "uv", "texColor"); in onEmitCode()
288 d->textureProxy(texIdx), in TestCreate()
349 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
352 &texIdx, &st); in onEmitCode()
584 d->textureProxy(texIdx), in TestCreate()
655 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
658 &texIdx, &st); in onEmitCode()
713 texIdx, "uv", "texColor"); in onEmitCode()
[all …]
H A DGrBitmapTextGeoProc.cpp43 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
45 &texIdx, nullptr); in onEmitCode()
69 texIdx, uv.fsIn(), "texColor"); in onEmitCode()
199 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx in TestCreate() local
202 d->textureProxy(texIdx), in TestCreate()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h21 GrGLSLVarying *texIdx, in append_index_uv_varyings() argument
45 args.fVaryingHandler->addVarying("TexIndex", texIdx, args.fShaderCaps->integerSupport() in append_index_uv_varyings()
48 args.fVertBuilder->codeAppendf("%s = texIdx;", texIdx->vsOut()); in append_index_uv_varyings()
58 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
63 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
H A DGrDistanceFieldGeoProc.cpp71 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
74 &texIdx, &st); in onEmitCode()
88 texIdx, "uv", "texColor"); in onEmitCode()
288 d->textureProxy(texIdx), in TestCreate()
349 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
352 &texIdx, &st); in onEmitCode()
584 d->textureProxy(texIdx), in TestCreate()
655 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
658 &texIdx, &st); in onEmitCode()
713 texIdx, "uv", "texColor"); in onEmitCode()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h21 GrGLSLVarying *texIdx, in append_index_uv_varyings() argument
45 args.fVaryingHandler->addVarying("TexIndex", texIdx, args.fShaderCaps->integerSupport() in append_index_uv_varyings()
48 args.fVertBuilder->codeAppendf("%s = texIdx;", texIdx->vsOut()); in append_index_uv_varyings()
58 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
63 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
H A DGrDistanceFieldGeoProc.cpp70 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
73 &uv, &texIdx, &st); in onEmitCode()
87 texIdx, "uv", "texColor"); in onEmitCode()
269 d->textureProxy(texIdx), in TestCreate()
330 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
333 &texIdx, &st); in onEmitCode()
544 d->textureProxy(texIdx), in TestCreate()
614 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
617 &uv, &texIdx, &st); in onEmitCode()
671 texIdx, "uv", "texColor"); in onEmitCode()
[all …]
H A DGrBitmapTextGeoProc.cpp42 GrGLSLVarying texIdx(texIdxType); in onEmitCode() local
44 &uv, &texIdx, nullptr); in onEmitCode()
68 texIdx, uv.fsIn(), "texColor"); in onEmitCode()
176 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx in TestCreate() local
179 d->textureProxy(texIdx), in TestCreate()
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_cmd/
H A DImageExtractor.cpp240 unsigned int texIdx = 0xffffffff, flags = 0; in Assimp_Extract() local
256 texIdx = Assimp::strtoul10(params[i] + 10); in Assimp_Extract()
258 texIdx = Assimp::strtoul10(params[i] + 2); in Assimp_Extract()
296 if (texIdx != 0xffffffff) { in Assimp_Extract()
299 if (texIdx >= scene->mNumTextures) { in Assimp_Extract()
301 texIdx, scene->mNumTextures); in Assimp_Extract()
310 if (texIdx != 0xffffffff && texIdx != i) { in Assimp_Extract()
318 if (!nosuffix || (texIdx == 0xffffffff)) { in Assimp_Extract()
355 if (texIdx != 0xffffffff) { in Assimp_Extract()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_cmd/
H A DImageExtractor.cpp255 unsigned int texIdx = 0xffffffff, flags = 0; in Assimp_Extract() local
274 texIdx = Assimp::strtoul10(params[i]+10); in Assimp_Extract()
277 texIdx = Assimp::strtoul10(params[i]+2); in Assimp_Extract()
316 if (texIdx != 0xffffffff) { in Assimp_Extract()
319 if (texIdx >= scene->mNumTextures) { in Assimp_Extract()
321 texIdx, scene->mNumTextures); in Assimp_Extract()
331 if (texIdx != 0xffffffff && texIdx != i) { in Assimp_Extract()
339 if (!nosuffix || (texIdx == 0xffffffff)) { in Assimp_Extract()
373 if (texIdx != 0xffffffff) in Assimp_Extract()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h22 GrGLSLVarying* texIdx, in append_index_uv_varyings() argument
55 args.fVaryingHandler->addVarying("TexIndex", texIdx, args.fShaderCaps->integerSupport() in append_index_uv_varyings()
58 args.fVertBuilder->codeAppendf("%s = texIdx;", texIdx->vsOut()); in append_index_uv_varyings()
68 const GrGLSLVarying &texIdx, in append_multitexture_lookup() argument
80 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/image/
H A DSkImage_GpuYUVA.cpp377 for (int texIdx = 0; texIdx < numTextures; ++texIdx) { in MakePromiseYUVATexture() local
379 yuvaFormats[texIdx], in MakePromiseYUVATexture()
380 yuvaIndices[3].fIndex == texIdx); in MakePromiseYUVATexture()
385 proxies[texIdx] = MakePromiseImageLazyProxy( in MakePromiseYUVATexture()
386 context, yuvaSizes[texIdx].width(), yuvaSizes[texIdx].height(), imageOrigin, in MakePromiseYUVATexture()
387 colorType, yuvaFormats[texIdx], GrMipMapped::kNo, textureFulfillProc, in MakePromiseYUVATexture()
388 textureReleaseProc, promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
390 if (!proxies[texIdx]) { in MakePromiseYUVATexture()
393 proxyColorTypes[texIdx] = colorType; in MakePromiseYUVATexture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/image/
H A DSkImage_GpuYUVA.cpp377 for (int texIdx = 0; texIdx < numTextures; ++texIdx) { in MakePromiseYUVATexture() local
379 yuvaFormats[texIdx], in MakePromiseYUVATexture()
380 yuvaIndices[3].fIndex == texIdx); in MakePromiseYUVATexture()
385 proxies[texIdx] = MakePromiseImageLazyProxy( in MakePromiseYUVATexture()
386 context, yuvaSizes[texIdx].width(), yuvaSizes[texIdx].height(), imageOrigin, in MakePromiseYUVATexture()
387 colorType, yuvaFormats[texIdx], GrMipMapped::kNo, textureFulfillProc, in MakePromiseYUVATexture()
388 textureReleaseProc, promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
390 if (!proxies[texIdx]) { in MakePromiseYUVATexture()
393 proxyColorTypes[texIdx] = colorType; in MakePromiseYUVATexture()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/image/
H A DSkImage_GpuYUVA.cpp377 for (int texIdx = 0; texIdx < numTextures; ++texIdx) { in MakePromiseYUVATexture() local
379 yuvaFormats[texIdx], in MakePromiseYUVATexture()
380 yuvaIndices[3].fIndex == texIdx); in MakePromiseYUVATexture()
385 proxies[texIdx] = MakePromiseImageLazyProxy( in MakePromiseYUVATexture()
386 context, yuvaSizes[texIdx].width(), yuvaSizes[texIdx].height(), imageOrigin, in MakePromiseYUVATexture()
387 colorType, yuvaFormats[texIdx], GrMipMapped::kNo, textureFulfillProc, in MakePromiseYUVATexture()
388 textureReleaseProc, promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
390 if (!proxies[texIdx]) { in MakePromiseYUVATexture()
393 proxyColorTypes[texIdx] = colorType; in MakePromiseYUVATexture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/image/
H A DSkImage_GpuYUVA.cpp377 for (int texIdx = 0; texIdx < numTextures; ++texIdx) { in MakePromiseYUVATexture() local
379 yuvaFormats[texIdx], in MakePromiseYUVATexture()
380 yuvaIndices[3].fIndex == texIdx); in MakePromiseYUVATexture()
385 proxies[texIdx] = MakePromiseImageLazyProxy( in MakePromiseYUVATexture()
386 context, yuvaSizes[texIdx].width(), yuvaSizes[texIdx].height(), imageOrigin, in MakePromiseYUVATexture()
387 colorType, yuvaFormats[texIdx], GrMipMapped::kNo, textureFulfillProc, in MakePromiseYUVATexture()
388 textureReleaseProc, promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
390 if (!proxies[texIdx]) { in MakePromiseYUVATexture()
393 proxyColorTypes[texIdx] = colorType; in MakePromiseYUVATexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp376 for (int texIdx = 0; texIdx < numTextures; ++texIdx) { in MakePromiseYUVATexture() local
378 yuvaFormats[texIdx], yuvaIndices[3].fIndex == texIdx); in MakePromiseYUVATexture()
384 context, yuvaSizes[texIdx].width(), yuvaSizes[texIdx].height(), colorType, in MakePromiseYUVATexture()
385 yuvaFormats[texIdx], GrMipMapped::kNo, textureFulfillProc, textureReleaseProc, in MakePromiseYUVATexture()
386 promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
393 views[texIdx] = GrSurfaceProxyView(std::move(proxy), imageOrigin, swizzle); in MakePromiseYUVATexture()
394 proxyColorTypes[texIdx] = colorType; in MakePromiseYUVATexture()

12345