HomeSort by relevance Sort by last modified time
    Searched defs:RestrictFragmentShaderTiming (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming.h 17 class RestrictFragmentShaderTiming : TDependencyGraphTraverser {
19 RestrictFragmentShaderTiming(TInfoSinkBase& sink);
RestrictFragmentShaderTiming.cpp 10 #include "compiler/timing/RestrictFragmentShaderTiming.h"
12 RestrictFragmentShaderTiming::RestrictFragmentShaderTiming(TInfoSinkBase& sink)
38 void RestrictFragmentShaderTiming::enforceRestrictions(const TDependencyGraph& graph)
58 void RestrictFragmentShaderTiming::validateUserDefinedFunctionCallUsage(const TDependencyGraph& graph)
70 void RestrictFragmentShaderTiming::beginError(const TIntermNode* node)
77 bool RestrictFragmentShaderTiming::isSamplingOp(const TIntermAggregate* intermFunctionCall) const
83 void RestrictFragmentShaderTiming::visitArgument(TGraphArgument* parameter)
109 void RestrictFragmentShaderTiming::visitSelection(TGraphSelection* selection)
115 void RestrictFragmentShaderTiming::visitLoop(TGraphLoop* loop
    [all...]

Completed in 41 milliseconds