Searched defs:maxLevel (Results 1 – 10 of 10) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Texture.cpp | 176 bool TextureState::setMaxLevel(GLuint maxLevel) in setMaxLevel() 415 const GLuint maxLevel = getMipmapMaxLevel(); in computeMipmapCompleteness() local 509 const GLuint maxLevel = std::min(getEffectiveMaxLevel(), getMipmapMaxLevel()); in getEnabledLevelCount() local 593 GLuint maxLevel, in setImageDescChain() 900 void Texture::setMaxLevel(const Context *context, GLuint maxLevel) in setMaxLevel() 1497 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | MipmapTest.cpp | 688 int maxLevel = 1 + static_cast<int>(floor(log2(std::max(getWindowWidth(), getWindowHeight())))); in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 440 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local 471 const GLuint maxLevel) in generateMipmapUsingImages() 1368 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 2079 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 2766 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 3499 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 1272 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local 1597 angle::Result TextureGL::setMaxLevel(const gl::Context *context, GLuint maxLevel) in setMaxLevel()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 2503 uint32_t maxLevel, in init() 2523 uint32_t maxLevel, in initExternal() 2910 void ImageHelper::setBaseAndMaxLevels(uint32_t baseLevel, uint32_t maxLevel) in setBaseAndMaxLevels() 3157 angle::Result ImageHelper::generateMipmapsWithBlit(ContextVk *contextVk, GLuint maxLevel) in generateMipmapsWithBlit()
|
D | TextureVk.cpp | 1254 GLuint maxLevel) in updateBaseMaxLevels() 1295 GLuint maxLevel) in respecifyImageAttributesAndLevels()
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan_beta.h | 721 uint32_t maxLevel; member 786 uint32_t maxLevel; member
|
D | vulkan_structs.hpp | 75259 uint32_t maxLevel = {}; member 76122 uint32_t maxLevel = {}; member
|
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/ |
D | vulkan_beta.h | 721 uint32_t maxLevel; member 786 uint32_t maxLevel; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.cpp | 364 GLint maxLevel, in getSRVLevels()
|