Home
last modified time | relevance | path

Searched refs:TextureLevelPyramid (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp634 class TextureLevelPyramid class
637 TextureLevelPyramid (const TextureFormat& format, int numLevels);
638 TextureLevelPyramid (const TextureLevelPyramid& other);
639 ~TextureLevelPyramid(void);
654 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
667 class Texture1D : private TextureLevelPyramid
685 using TextureLevelPyramid::getFormat;
686 using TextureLevelPyramid::getNumLevels;
687 using TextureLevelPyramid::getLevel;
688 using TextureLevelPyramid::clearLevel;
[all …]
DtcuTexture.cpp3173 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3180 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3197 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
3222 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
3226 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel()
3236 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel()
3247 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
3254 : TextureLevelPyramid (other) in Texture1D()
3265 TextureLevelPyramid::operator=(other); in operator =()
3283 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp513 …de::MovePtr<TextureLevelPyramid> readImage (VkImageAspectFlags aspectMask, deUint32 baseLayer…
1036 de::MovePtr<TextureLevelPyramid> ImageClearingTestInstance::readImage (VkImageAspectFlags aspectMas… in readImage()
1051 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()
1163 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); in verifyResultImage()
1192 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); in verifyResultImage()
1219 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); in verifyResultImage()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp289 deUint32 getTextureLevelPyramidDataSize (const tcu::TextureLevelPyramid& srcImage) in getTextureLevelPyramidDataSize()
304 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData()
3585 static std::vector<tcu::TextureLevelPyramid> createSourceImages (int numImages,
3597 const std::vector<tcu::TextureLevelPyramid>& sourceImages);
3602 const std::vector<tcu::TextureLevelPyramid>& sourceImages,
3612 const tcu::TextureLevelPyramid& sourceImage,
3618 const tcu::TextureLevelPyramid& sourceImage,
3623 static void populateSourceImage (tcu::TextureLevelPyramid* dst,
3635 const tcu::TextureLevelPyramid& data);
3649 const std::vector<tcu::TextureLevelPyramid> m_sourceImage;
[all …]