Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexture.hpp641 class TextureLevelPyramid class
645 TextureLevelPyramid (const TextureLevelPyramid& other);
646 ~TextureLevelPyramid(void);
661 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
692 using TextureLevelPyramid::getFormat;
694 using TextureLevelPyramid::getLevel;
755 using TextureLevelPyramid::getLevel;
963 using TextureLevelPyramid::getLevel;
1020 using TextureLevelPyramid::getLevel;
1125 using TextureLevelPyramid::getLevel;
[all …]
H A DtcuTexture.cpp3358 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3365 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3382 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
3407 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
3439 : TextureLevelPyramid (other) in Texture1D()
3450 TextureLevelPyramid::operator=(other); in operator =()
3490 : TextureLevelPyramid (other) in Texture2D()
3812 : TextureLevelPyramid (other) in Texture1DArray()
3858 : TextureLevelPyramid (other) in Texture2DArray()
3915 : TextureLevelPyramid (other) in Texture3D()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp516 …de::MovePtr<TextureLevelPyramid> readImage (VkImageAspectFlags aspectMask, deUint32 baseLayer…
1039 de::MovePtr<TextureLevelPyramid> ImageClearingTestInstance::readImage (VkImageAspectFlags aspectMas… in readImage()
1054 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()
1166 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); in verifyResultImage()
1195 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); in verifyResultImage()
1222 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); in verifyResultImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp3602 const std::vector<tcu::TextureLevelPyramid>& sourceImages,
3612 const tcu::TextureLevelPyramid& sourceImage,
3618 const tcu::TextureLevelPyramid& sourceImage,
3635 const tcu::TextureLevelPyramid& data);
3649 const std::vector<tcu::TextureLevelPyramid> m_sourceImage;
3680 …std::vector<tcu::TextureLevelPyramid> sourceImages(numImages, tcu::TextureLevelPyramid(imageFormat… in createSourceImages()
3696 const std::vector<tcu::TextureLevelPyramid>& sourceImages) in createImages()
3717 const std::vector<tcu::TextureLevelPyramid>& sourceImages, in createImageViews()
3736 const tcu::TextureLevelPyramid& sourceImage, in createImage()
3786 const tcu::TextureLevelPyramid& sourceImage, in createImageView()
[all …]