Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp621 class TextureLevelPyramid class
624 TextureLevelPyramid (const TextureFormat& format, int numLevels);
625 TextureLevelPyramid (const TextureLevelPyramid& other);
626 ~TextureLevelPyramid(void);
641 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
654 class Texture2D : private TextureLevelPyramid
677 using TextureLevelPyramid::getFormat;
678 using TextureLevelPyramid::getNumLevels;
679 using TextureLevelPyramid::getLevel;
680 using TextureLevelPyramid::clearLevel;
[all …]
DtcuTexture.cpp3577 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3584 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
3601 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
3626 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
3630 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel()
3640 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel()
3651 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
3658 : TextureLevelPyramid (other) in Texture1D()
3669 TextureLevelPyramid::operator=(other); in operator =()
3687 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()
3664 static std::vector<tcu::TextureLevelPyramid> createSourceImages (int numImages,
3676 const std::vector<tcu::TextureLevelPyramid>& sourceImages);
3681 const std::vector<tcu::TextureLevelPyramid>& sourceImages,
3691 const tcu::TextureLevelPyramid& sourceImage,
3697 const tcu::TextureLevelPyramid& sourceImage,
3702 static void populateSourceImage (tcu::TextureLevelPyramid* dst,
3714 const tcu::TextureLevelPyramid& data);
3728 const std::vector<tcu::TextureLevelPyramid> m_sourceImage;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
3664 static std::vector<tcu::TextureLevelPyramid> createSourceImages (int numImages,
3676 const std::vector<tcu::TextureLevelPyramid>& sourceImages);
3681 const std::vector<tcu::TextureLevelPyramid>& sourceImages,
3691 const tcu::TextureLevelPyramid& sourceImage,
3697 const tcu::TextureLevelPyramid& sourceImage,
3702 static void populateSourceImage (tcu::TextureLevelPyramid* dst,
3714 const tcu::TextureLevelPyramid& data);
3728 const std::vector<tcu::TextureLevelPyramid> m_sourceImage;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp506 …de::MovePtr<TextureLevelPyramid> readImage (VkImageAspectFlags aspectMask, deUint32 baseLayer…
1057 de::MovePtr<TextureLevelPyramid> ImageClearingTestInstance::readImage (VkImageAspectFlags aspectMas… in readImage()
1072 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()
1187 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); in verifyResultImage()
1225 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); in verifyResultImage()
1298 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); in verifyResultImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiImageClearingTests.cpp506 …de::MovePtr<TextureLevelPyramid> readImage (VkImageAspectFlags aspectMask, deUint32 baseLayer…
1057 de::MovePtr<TextureLevelPyramid> ImageClearingTestInstance::readImage (VkImageAspectFlags aspectMas… in readImage()
1072 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()
1187 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_DEPTH_BIT, arrayLayer); in verifyResultImage()
1225 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_STENCIL_BIT, arrayLayer); in verifyResultImage()
1298 de::MovePtr<TextureLevelPyramid> image = readImage(VK_IMAGE_ASPECT_COLOR_BIT, arrayLayer); in verifyResultImage()