Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp593 class TextureLevelPyramid class
596 TextureLevelPyramid (const TextureFormat& format, int numLevels);
597 TextureLevelPyramid (const TextureLevelPyramid& other);
598 ~TextureLevelPyramid(void);
613 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
626 class Texture2D : private TextureLevelPyramid
649 using TextureLevelPyramid::getFormat;
650 using TextureLevelPyramid::getNumLevels;
651 using TextureLevelPyramid::getLevel;
652 using TextureLevelPyramid::clearLevel;
[all …]
DtcuTexture.cpp3459 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3466 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3483 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
3508 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
3512 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel()
3522 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel()
3533 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
3540 : TextureLevelPyramid (other) in Texture1D()
3551 TextureLevelPyramid::operator=(other); in operator =()
3569 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp284 deUint32 getTextureLevelPyramidDataSize (const tcu::TextureLevelPyramid& srcImage) in getTextureLevelPyramidDataSize()
299 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData()
3580 static std::vector<tcu::TextureLevelPyramid> createSourceImages (int numImages,
3592 const std::vector<tcu::TextureLevelPyramid>& sourceImages);
3597 const std::vector<tcu::TextureLevelPyramid>& sourceImages,
3607 const tcu::TextureLevelPyramid& sourceImage,
3613 const tcu::TextureLevelPyramid& sourceImage,
3618 static void populateSourceImage (tcu::TextureLevelPyramid* dst,
3630 const tcu::TextureLevelPyramid& data);
3644 const std::vector<tcu::TextureLevelPyramid> m_sourceImage;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp504 …de::MovePtr<TextureLevelPyramid> readImage (VkImageAspectFlags aspectMask, deUint32 baseLayer…
1054 de::MovePtr<TextureLevelPyramid> ImageClearingTestInstance::readImage (VkImageAspectFlags aspectMas… in readImage()
1069 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()
1181 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); in verifyResultImage()
1210 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); in verifyResultImage()
1274 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); in verifyResultImage()