Searched refs:hasComputeImages (Results 1 – 3 of 3) sorted by relevance
221 bool hasComputeImages() const;
708 return (isCompute() ? hasComputeImages() : hasGraphicsImages()); in hasImages()716 bool ProgramExecutable::hasComputeImages() const in hasComputeImages() function in gl::ProgramExecutable
479 if (executable.hasComputeImages()) in updateHasBooleans()