Searched refs:TextureLevelPyramid (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 600 class TextureLevelPyramid class 603 TextureLevelPyramid (const TextureFormat& format, int numLevels); 604 TextureLevelPyramid (const TextureLevelPyramid& other); 605 ~TextureLevelPyramid(void); 620 TextureLevelPyramid& operator= (const TextureLevelPyramid& other); 633 class Texture1D : private TextureLevelPyramid 649 using TextureLevelPyramid::getFormat; 650 using TextureLevelPyramid::getNumLevels; 651 using TextureLevelPyramid::getLevel; 652 using TextureLevelPyramid::clearLevel; [all …]
|
D | tcuTexture.cpp | 3054 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid 3061 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid 3078 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =() 3103 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid() 3107 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() 3117 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel() 3128 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D() 3135 : TextureLevelPyramid (other) in Texture1D() 3146 TextureLevelPyramid::operator=(other); in operator =() 3164 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 156 deUint32 getTextureLevelPyramidDataSize (const tcu::TextureLevelPyramid& srcImage) in getTextureLevelPyramidDataSize() 171 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData() 2779 const tcu::TextureLevelPyramid& sourceImage, 2785 const tcu::TextureLevelPyramid& sourceImage, 2790 void populateSourceImage (tcu::TextureLevelPyramid* dst, 2800 const tcu::TextureLevelPyramid& data); 2815 tcu::TextureLevelPyramid m_sourceImageA; 2816 tcu::TextureLevelPyramid m_sourceImageB; 2872 const tcu::TextureLevelPyramid& sourceImage, in createImage() 2922 const tcu::TextureLevelPyramid& sourceImage, in createImageView() [all …]
|