Home
last modified time | relevance | path

Searched refs:hasComputeStorageBuffers (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.h217 bool hasComputeStorageBuffers() const;
DProgramExecutable.cpp686 return (isCompute() ? hasComputeStorageBuffers() : hasGraphicsStorageBuffers()); in hasStorageBuffers()
694 bool ProgramExecutable::hasComputeStorageBuffers() const in hasComputeStorageBuffers() function in gl::ProgramExecutable
DProgramPipeline.cpp463 if (executable.hasComputeStorageBuffers()) in updateHasBooleans()