Home
last modified time | relevance | path

Searched refs:getLastLayerIndex (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp321 glw::GLint getLastLayerIndex();
DesextcTextureBorderClampSamplingTexture.cpp495 for (glw::GLint i = getStartingLayerIndex(); i < getLastLayerIndex(); ++i) in iterate()
1128 glw::GLint TextureBorderClampSamplingTexture<InputType, OutputType>::getLastLayerIndex() in getLastLayerIndex() function in glcts::TextureBorderClampSamplingTexture
/external/swiftshader/src/Vulkan/
DVkImage.cpp222 uint32_t lastLayer = getLastLayerIndex(subresourceRange); in getSizeInBytes()
1017 uint32_t Image::getLastLayerIndex(const VkImageSubresourceRange &subresourceRange) const in getLastLayerIndex() function in vk::Image
1110 uint32_t lastLayer = getLastLayerIndex(subresourceRange); in contentsChanged()
1141 uint32_t lastLayer = getLastLayerIndex(subresourceRange); in prepareForSampling()
DVkImage.hpp77 uint32_t getLastLayerIndex(const VkImageSubresourceRange &subresourceRange) const;
/external/swiftshader/src/Device/
DBlitter.cpp102 uint32_t lastLayer = dest->getLastLayerIndex(subresourceRange); in clear()
247 uint32_t lastLayer = dest->getLastLayerIndex(subresourceRange); in fastClear()
1868 uint32_t lastLayer = src->getLastLayerIndex(dstSubresRange); in blit()