HomeSort by relevance Sort by last modified time
    Searched refs:TextureLevelPyramid (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTexture.hpp 600 class TextureLevelPyramid
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
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 156 deUint32 getTextureLevelPyramidDataSize (const tcu::TextureLevelPyramid& srcImage)
171 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcImage, vk::VkImageViewType viewType, std::vector<vk::VkBufferImageCopy>* copySlices)
    [all...]

Completed in 40 milliseconds