Home
last modified time | relevance | path

Searched refs:allocLevel (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsSamplerObjectTest.cpp384 refTexture.allocLevel(0); in createTexture2D()
410 refTexture.allocLevel(0); in createTexture3D()
436 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_X, 0); in createTextureCube()
437 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Y, 0); in createTextureCube()
438 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0); in createTextureCube()
439 refTexture.allocLevel(tcu::CUBEFACE_NEGATIVE_X, 0); in createTextureCube()
440 refTexture.allocLevel(tcu::CUBEFACE_NEGATIVE_Y, 0); in createTextureCube()
441 refTexture.allocLevel(tcu::CUBEFACE_NEGATIVE_Z, 0); in createTextureCube()
881 refTexture.allocLevel(0); in createTexture2D()
920 refTexture.allocLevel(0); in createTexture3D()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp224 m_texture->getRefTexture().allocLevel(0); in generate()
227 m_texture->getRefTexture().allocLevel(1); in generate()
273 m_texture->getRefTexture().allocLevel(0); in generate()
274 m_texture->getRefTexture().allocLevel(1); in generate()
315 m_texture->getRefTexture().allocLevel(0); in generate()
318 m_texture->getRefTexture().allocLevel(1); in generate()
364 m_texture->getRefTexture().allocLevel(0); in generate()
365 m_texture->getRefTexture().allocLevel(1); in generate()
408 m_texture->getRefTexture().allocLevel(0); in generate()
449 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceIndex, 0); in generate()
/dports/devel/R-cran-data.table/data.table/src/
H A Drbindlist.c349 int nLevel=0, allocLevel=0; in rbindlist() local
360 nLevel = allocLevel = longestLen; in rbindlist()
420 if (allocLevel==nLevel) { // including initial time when allocLevel==nLevel==0 in rbindlist()
422 if (allocLevel<INT_MAX) { in rbindlist()
423 …int64_t new = (int64_t)allocLevel+n-k+1024; // if all remaining levels in this item haven't been s… in rbindlist()
424 allocLevel = (new>(int64_t)INT_MAX) ? INT_MAX : (int)new; in rbindlist()
425 …tt = (SEXP *)realloc(levelsRaw, allocLevel*sizeof(SEXP)); // first time levelsRaw==NULL and reall… in rbindlist()
433 …d factor levels of result column %d when reading item %d of item %d"), allocLevel, idcol+j+1, w+1,… in rbindlist()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp185 reference.allocLevel(0); in iterate()
227 referenceRGBA8.allocLevel(0); in iterate()
228 resultRGBA8.allocLevel(0); in iterate()
H A Des2fTextureMipmapTests.cpp174 m_texture->getRefTexture().allocLevel(levelNdx); in init()
537 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
829 m_texture->getRefTexture().allocLevel(0); in iterate()
860 resultTexture.allocLevel(levelNdx); in iterate()
978 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in iterate()
1013 resultTexture.allocLevel(face, levelNdx); in iterate()
H A Des2fTextureFilteringTests.cpp186 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
198 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
457 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
472 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
H A Des2fTextureSizeTests.cpp105 m_texture->getRefTexture().allocLevel(levelNdx); in init()
245 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateVPTests.cpp144 referenceFrame.allocLevel(0); in buildReferenceFrame()
191 referenceFrame.allocLevel(0); in buildReferenceFrame()
312 referenceFrame.allocLevel(0); in iterate()
H A DvktDynamicStateGeneralTests.cpp110 referenceFrame.allocLevel(0); in iterate()
207 referenceFrame.allocLevel(0); in iterate()
344 referenceFrame.allocLevel(0); in iterate()
H A DvktDynamicStateDSTests.cpp454 referenceFrame.allocLevel(0); in iterate()
638 depthData.allocLevel(0); in iterate()
702 referenceFrame.allocLevel(0); in iterate()
831 referenceFrame.allocLevel(0); in iterate()
988 referenceFrame.allocLevel(0); in iterate()
H A DvktDynamicStateCBTests.cpp119 referenceFrame.allocLevel(0); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexture.hpp658 void allocLevel (int levelNdx, int width, int height, int depth);
684 void allocLevel (int levelNdx);
742 void allocLevel (int levelNdx);
844 void allocLevel (CubeFace face, int levelNdx);
959 void allocLevel (int levelNdx);
1016 void allocLevel (int levelNdx);
1121 void allocLevel (int levelNdx);
1194 void allocLevel (int levelNdx);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp128 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int …
153 void allocLevel (int level, const tcu::TextureFormat& format, int width);
179 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height);
230 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int n…
256 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int n…
282 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int …
H A DsglrReferenceContext.cpp1061 texture->allocLevel(level, storageFmt, width); in texImage3D()
1097 texture->allocLevel(level, storageFmt, width, height); in texImage3D()
1178 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D()
1458 texture->allocLevel(level, storageFmt, width); in copyTexImage1D()
1507 texture->allocLevel(level, storageFmt, width, height); in copyTexImage2D()
1687 texture.allocLevel(level, storageFmt, levelW, levelH); in texStorage2D()
4743 m_levels.allocLevel(level, format, width, 1, 1); in allocLevel()
4840 m_levels.allocLevel(level, format, width, height, 1); in allocLevel()
4949 m_levels[face].allocLevel(level, format, width, height, 1); in allocFace()
5072 m_levels.allocLevel(level, format, width, height, numLayers); in allocLevel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluTexture.cpp200 m_refTexture.allocLevel(levelNdx); in loadCompressed()
238 texture->getRefTexture().allocLevel(0); in create()
246 texture->getRefTexture().allocLevel(levelNdx); in create()
424 m_refTexture.allocLevel((tcu::CubeFace)face, levelNdx); in loadCompressed()
628 m_refTexture.allocLevel(levelNdx); in loadCompressed()
753 m_refTexture.allocLevel(levelNdx); in loadCompressed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp157 referenceFrame.allocLevel(0); in iterate()
251 referenceFrame.allocLevel(0); in iterate()
H A DvktDrawIndexedTest.cpp172 referenceFrame.allocLevel(0); in iterate()
279 referenceFrame.allocLevel(0); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp241 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
253 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
510 m_gradientTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
525 m_gridTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
795 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
807 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
H A Des3fReadPixelsTests.cpp336 reference.allocLevel(0); in iterate()
372 referenceRGBA8.allocLevel(0); in iterate()
373 resultRGBA8.allocLevel(0); in iterate()
H A Des3fVertexTextureTests.cpp602 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
614 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
919 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
934 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
1248 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1260 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
1588 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1600 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
H A Des3fTextureFilteringTests.cpp204 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
216 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
492 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
507 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
779 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
796 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
1041 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
1053 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
H A Des3fTextureSizeTests.cpp106 m_texture->getRefTexture().allocLevel(levelNdx); in init()
246 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp156 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
168 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
425 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
440 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp146 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
158 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
411 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
426 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglAndroidUtil.cpp149 ref->allocLevel(0); in createBuffer()

1234