Home
last modified time | relevance | path

Searched defs:hasStorageBuffers (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h124 bool hasStorageBuffers() const { return !mState.getShaderStorageBlocks().empty(); } in hasStorageBuffers() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp746 bool ProgramExecutable::hasStorageBuffers() const in hasStorageBuffers() function in gl::ProgramExecutable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp1371 const bool hasStorageBuffers = executable->hasStorageBuffers(); in handleDirtyMemoryBarrierImpl() local
1872 const bool hasStorageBuffers = in handleDirtyShaderResourcesImpl() local
4420 const bool hasStorageBuffers = in invalidateCurrentShaderResources() local