Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp605 class TextureLevelPyramid class
608 TextureLevelPyramid (const TextureFormat& format, int numLevels);
609 TextureLevelPyramid (const TextureLevelPyramid& other);
610 ~TextureLevelPyramid(void);
625 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
638 class Texture1D : private TextureLevelPyramid
656 using TextureLevelPyramid::getFormat;
657 using TextureLevelPyramid::getNumLevels;
658 using TextureLevelPyramid::getLevel;
659 using TextureLevelPyramid::clearLevel;
[all …]
DtcuTexture.cpp3110 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3117 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3134 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
3159 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
3163 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel()
3173 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel()
3184 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
3191 : TextureLevelPyramid (other) in Texture1D()
3202 TextureLevelPyramid::operator=(other); in operator =()
3220 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp490 …de::MovePtr<TextureLevelPyramid> readImage (VkImageAspectFlags aspectMask, deUint32 baseLayer…
903 de::MovePtr<TextureLevelPyramid> ImageClearingTestInstance::readImage (VkImageAspectFlags aspectMas… in readImage()
918 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()
1028 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); in verifyResultImage()
1057 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); in verifyResultImage()
1084 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); in verifyResultImage()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp281 deUint32 getTextureLevelPyramidDataSize (const tcu::TextureLevelPyramid& srcImage) in getTextureLevelPyramidDataSize()
296 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData()
3300 const tcu::TextureLevelPyramid& sourceImage,
3306 const tcu::TextureLevelPyramid& sourceImage,
3311 void populateSourceImage (tcu::TextureLevelPyramid* dst,
3321 const tcu::TextureLevelPyramid& data);
3336 tcu::TextureLevelPyramid m_sourceImageA;
3337 tcu::TextureLevelPyramid m_sourceImageB;
3393 const tcu::TextureLevelPyramid& sourceImage, in createImage()
3443 const tcu::TextureLevelPyramid& sourceImage, in createImageView()
[all …]