Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramExecutable.h221 bool hasComputeImages() const;
DProgramExecutable.cpp708 return (isCompute() ? hasComputeImages() : hasGraphicsImages()); in hasImages()
716 bool ProgramExecutable::hasComputeImages() const in hasComputeImages() function in gl::ProgramExecutable
DProgramPipeline.cpp479 if (executable.hasComputeImages()) in updateHasBooleans()