Home
last modified time | relevance | path

Searched refs:levelAccess (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp530 tcu::PixelBufferAccess levelAccess = m_texture2DArray->getRefTexture().getLevel(level); in initTexture() local
532 for (int layer = 0; layer < levelAccess.getDepth(); layer++) in initTexture()
540 tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), in initTexture()
639 tcu::PixelBufferAccess levelAccess = m_textureCubeArray->getRefTexture().getLevel(level); in initTexture() local
642 DE_ASSERT((levelAccess.getDepth() % 6) == 0); in initTexture()
644 for (int layer = 0; layer < levelAccess.getDepth() / 6; ++layer) in initTexture()
663 DE_ASSERT(levelAccess.getWidth() == levelAccess in initTexture()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp118 const tcu::ConstPixelBufferAccess& levelAccess = m_levels[level]; in fetchTexelWrapped() local
119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0) in fetchTexelWrapped()
120 : (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) ? levelAccess.getPixel(coord[0], coord[1], layer) in fetchTexelWrapped()
121 : levelAccess.getPixel(coord[0], coord[1], coord[2]); in fetchTexelWrapped()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp118 const tcu::ConstPixelBufferAccess& levelAccess = m_levels[level]; in fetchTexelWrapped() local
119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0) in fetchTexelWrapped()
120 : (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) ? levelAccess.getPixel(coord[0], coord[1], layer) in fetchTexelWrapped()
121 : levelAccess.getPixel(coord[0], coord[1], coord[2]); in fetchTexelWrapped()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp598 const tcu::PixelBufferAccess levelAccess = tcu::getSubregion(uploadLevel.getAccess(), 0, 0, levelNdx, width, height, 1); in iterate() local
601 renderTestPatternReference(levelAccess); in iterate()
603 tcu::clearStencil(levelAccess, levelNdx); in iterate()
H A Des31fCopyImageTests.cpp1263 tcu::PixelBufferAccess& levelAccess,
1270 levelAccess = tcu::PixelBufferAccess(decompressedFormat, levelPixelSize.x(), levelPixelSize.y(), levelPixelSize.z(), levelData.getPtr());
1272 tcu::decompress(levelAccess, compressedFormat, (const deUint8*)data, params);
1306 tcu::PixelBufferAccess& levelAccess = levelAccesses[level];
1308 decompressTextureLevel(decompressParams, levelData, levelAccess, compressedFormat, decompressedFormat, levelPixelSize, data[level].getPtr());
1507 tcu::PixelBufferAccess& levelAccess = levelAccesses[faceNdx][level];
1510 decompressTextureLevel(decompressParams, levelData, levelAccess, compressedFormat, decompressedFormat, levelPixelSize, dataPtr);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp195 static void fillWithGradient (const tcu::PixelBufferAccess& levelAccess);
H A DvktPipelineImageUtil.cpp1040 void TestTexture::fillWithGradient (const tcu::PixelBufferAccess& levelAccess) in fillWithGradient() argument
1042 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(levelAccess.getFormat()); in fillWithGradient()
1043 tcu::fillWithComponentGradients2(levelAccess, formatInfo.valueMin, formatInfo.valueMax); in fillWithGradient()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp195 static void fillWithGradient (const tcu::PixelBufferAccess& levelAccess);
H A DvktPipelineImageUtil.cpp1030 void TestTexture::fillWithGradient (const tcu::PixelBufferAccess& levelAccess) in fillWithGradient() argument
1032 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(levelAccess.getFormat()); in fillWithGradient()
1033 tcu::fillWithComponentGradients2(levelAccess, formatInfo.valueMin, formatInfo.valueMax); in fillWithGradient()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp993 tcu::PixelBufferAccess levelAccess = texture2DArray->getLevel(level); in initTexture() local
995 for (int layer = 0; layer < levelAccess.getDepth(); layer++) in initTexture()
1002 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
1093 tcu::PixelBufferAccess levelAccess = texture1DArray->getLevel(level); in initTexture() local
1095 for (int layer = 0; layer < levelAccess.getHeight(); layer++) in initTexture()
1102 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, layer, 0, levelAccess.getWidth(), 1, 1), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
1137 tcu::PixelBufferAccess levelAccess in initTexture() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp990 tcu::PixelBufferAccess levelAccess = texture2DArray->getLevel(level); in initTexture() local
992 for (int layer = 0; layer < levelAccess.getDepth(); layer++) in initTexture()
999 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
1090 tcu::PixelBufferAccess levelAccess = texture1DArray->getLevel(level); in initTexture() local
1092 for (int layer = 0; layer < levelAccess.getHeight(); layer++) in initTexture()
1099 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, layer, 0, levelAccess.getWidth(), 1, 1), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
1134 tcu::PixelBufferAccess levelAccess in initTexture() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp677 tcu::PixelBufferAccess levelAccess = m_texture2DArray->getRefTexture().getLevel(level); in initTexture() local
679 for (int layer = 0; layer < levelAccess.getDepth(); layer++) in initTexture()
686 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp3924 const tcu::PixelBufferAccess levelAccess = dst->getLevel(level);
3945 levelAccess.setPixel(tcu::IVec4(red, green, blue, 255), x, y, z);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp3928 const tcu::PixelBufferAccess levelAccess = dst->getLevel(level);
3949 levelAccess.setPixel(tcu::IVec4(red, green, blue, 255), x, y, z);

Completed in 50 milliseconds