OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestrictFragmentShaderTiming
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/timing/
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
...]
RestrictFragmentShaderTiming.h
17
class
RestrictFragmentShaderTiming
: TDependencyGraphTraverser {
19
RestrictFragmentShaderTiming
(TInfoSinkBase& sink);
/external/chromium_org/third_party/angle/src/compiler/
Compiler.cpp
22
#include "compiler/timing/
RestrictFragmentShaderTiming
.h"
381
RestrictFragmentShaderTiming
restrictor(infoSink.info);
/external/chromium_org/third_party/angle/src/
translator.target.darwin-arm.mk
72
third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming
.cpp \
translator.target.darwin-mips.mk
72
third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming
.cpp \
translator.target.darwin-x86.mk
72
third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming
.cpp \
translator.target.linux-arm.mk
72
third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming
.cpp \
translator.target.linux-mips.mk
72
third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming
.cpp \
translator.target.linux-x86.mk
72
third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming
.cpp \
Completed in 2659 milliseconds