Home
last modified time | relevance | path

Searched defs:singleMipLevel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImageView.hpp58 bool singleMipLevel; member
77 uint32_t singleMipLevel : 1; member
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.cpp89 bool singleMipLevel = (state.minLod == state.maxLod); in sampleTexture128() local