Home
last modified time | relevance | path

Searched defs:emulateSeamfulCubeMapSampling (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h501 bool emulateSeamfulCubeMapSampling() const { return mEmulateSeamfulCubeMapSampling; } in emulateSeamfulCubeMapSampling() function
DProgramExecutableVk.cpp1608 bool emulateSeamfulCubeMapSampling, in updateTexturesDescriptorSet()
Dvk_cache_utils.cpp5936 bool emulateSeamfulCubeMapSampling, in updateFullActiveTextures()
/external/angle/include/GLSLANG/
DShaderLang.h347 uint64_t emulateSeamfulCubeMapSampling : 1; member