Home
last modified time | relevance | path

Searched refs:hasAtomicCounterBuffers (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DProgramPipeline.cpp435 if (executable.hasAtomicCounterBuffers()) in updateHasBooleans()
467 if (executable.hasAtomicCounterBuffers()) in updateHasBooleans()
DProgramExecutable.h218 bool hasAtomicCounterBuffers() const;
DProgramExecutable.cpp699 bool ProgramExecutable::hasAtomicCounterBuffers() const in hasAtomicCounterBuffers() function in gl::ProgramExecutable
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp1266 const bool hasAtomicCounters = executable->hasAtomicCounterBuffers(); in handleDirtyMemoryBarrierImpl()
1758 executable->hasStorageBuffers() || executable->hasAtomicCounterBuffers(); in handleDirtyShaderResourcesImpl()
4181 executable->hasStorageBuffers() || executable->hasAtomicCounterBuffers(); in invalidateCurrentShaderResources()