/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 384 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() 879 refTexture.allocLevel(0); in createTexture2D() 918 refTexture.allocLevel(0); in createTexture3D() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 224 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateClearTests.cpp | 191 referenceFrame.allocLevel(0); in buildReferenceFrame() 266 referenceFrame.allocLevel(0); in buildReferenceFrame() 324 referenceFrame.allocLevel(0); in buildReferenceFrame() 383 referenceFrame.allocLevel(0); in buildReferenceFrame()
|
D | vktDynamicStateVPTests.cpp | 156 referenceFrame.allocLevel(0); in buildReferenceFrame() 203 referenceFrame.allocLevel(0); in buildReferenceFrame() 388 referenceFrame.allocLevel(0); in iterate()
|
D | vktDynamicStateGeneralTests.cpp | 129 referenceFrame.allocLevel(0); in iterate() 249 referenceFrame.allocLevel(0); in iterate() 400 referenceFrame.allocLevel(0); in iterate()
|
D | vktDynamicStateDiscardTests.cpp | 446 referenceFrame.allocLevel(0); in verifyResults() 482 referenceFrame.allocLevel(0); in verifyResults() 550 referenceFrame.allocLevel(0); in verifyResults() 585 referenceFrame.allocLevel(0); in verifyResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateClearTests.cpp | 191 referenceFrame.allocLevel(0); in buildReferenceFrame() 266 referenceFrame.allocLevel(0); in buildReferenceFrame() 324 referenceFrame.allocLevel(0); in buildReferenceFrame() 383 referenceFrame.allocLevel(0); in buildReferenceFrame()
|
D | vktDynamicStateVPTests.cpp | 156 referenceFrame.allocLevel(0); in buildReferenceFrame() 203 referenceFrame.allocLevel(0); in buildReferenceFrame() 388 referenceFrame.allocLevel(0); in iterate()
|
D | vktDynamicStateGeneralTests.cpp | 129 referenceFrame.allocLevel(0); in iterate() 249 referenceFrame.allocLevel(0); in iterate() 400 referenceFrame.allocLevel(0); in iterate()
|
D | vktDynamicStateDiscardTests.cpp | 446 referenceFrame.allocLevel(0); in verifyResults() 482 referenceFrame.allocLevel(0); in verifyResults() 550 referenceFrame.allocLevel(0); in verifyResults() 585 referenceFrame.allocLevel(0); in verifyResults()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 185 reference.allocLevel(0); in iterate() 227 referenceRGBA8.allocLevel(0); in iterate() 228 resultRGBA8.allocLevel(0); in iterate()
|
D | es2fTextureMipmapTests.cpp | 174 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()
|
D | es2fTextureFilteringTests.cpp | 186 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()
|
D | es2fTextureSizeTests.cpp | 105 m_texture->getRefTexture().allocLevel(levelNdx); in init() 245 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureCompatibilityTests.cpp | 219 refTexture.allocLevel(0); in iterate() 227 refSubTexture.allocLevel(0); in iterate() 254 testSubTexture.allocLevel(0); in iterate()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.hpp | 638 void allocLevel (int levelNdx, int width, int height, int depth); 666 void allocLevel (int levelNdx); 772 void allocLevel (CubeFace face, int levelNdx); 882 void allocLevel (int levelNdx); 967 void allocLevel (int levelNdx); 1057 void allocLevel (int levelNdx); 1167 void allocLevel (int levelNdx); 1243 void allocLevel (int levelNdx);
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 128 …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 …
|
D | sglrReferenceContext.cpp | 409 …m_emptyTex1D.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in ReferenceContext() 417 …m_emptyTex2D.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in ReferenceContext() 436 …m_emptyTex2DArray.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::U… in ReferenceContext() 445 …m_emptyTex3D.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in ReferenceContext() 453 …m_emptyTexCubeArray.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat:… in ReferenceContext() 1079 texture->allocLevel(level, storageFmt, width); in texImage3D() 1115 texture->allocLevel(level, storageFmt, width, height); in texImage3D() 1196 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D() 1235 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D() 1275 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D() [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTexture.cpp | 200 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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureShadowTests.cpp | 241 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()
|
D | es3fReadPixelsTests.cpp | 336 reference.allocLevel(0); in iterate() 372 referenceRGBA8.allocLevel(0); in iterate() 373 resultRGBA8.allocLevel(0); in iterate()
|
D | es3fVertexTextureTests.cpp | 602 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()
|
D | es3fTextureFilteringTests.cpp | 207 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 219 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 495 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() 510 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() 782 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init() 799 m_gridTex->getRefTexture().allocLevel(levelNdx); in init() 1044 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init() 1056 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 146 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()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 156 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()
|