Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h330 bool emulateSeamfulCubeMapSampling(bool *useSubgroupOpsOut) const in emulateSeamfulCubeMapSampling() function
DProgramVk.cpp308 bool emulateSeamfulCubeMapSampling = in initShaders() local
1447 bool emulateSeamfulCubeMapSampling = contextVk->emulateSeamfulCubeMapSampling(&useSubgroupOps); in updateTexturesDescriptorSet() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h501 bool emulateSeamfulCubeMapSampling() const { return mEmulateSeamfulCubeMapSampling; } in emulateSeamfulCubeMapSampling() function
DProgramExecutableVk.cpp1739 bool emulateSeamfulCubeMapSampling = contextVk->emulateSeamfulCubeMapSampling(); in updateTexturesDescriptorSet() local