Home
last modified time | relevance | path

Searched refs:RestrictVertexShaderTiming (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/timing/
DRestrictVertexShaderTiming.h17 class RestrictVertexShaderTiming : public TIntermTraverser {
19 RestrictVertexShaderTiming(TInfoSinkBase& sink) in RestrictVertexShaderTiming() function
DRestrictVertexShaderTiming.cpp9 void RestrictVertexShaderTiming::visitSymbol(TIntermSymbol* node) in visitSymbol()
/external/chromium_org/third_party/angle/src/
Dbuild_angle.gypi112 'compiler/timing/RestrictVertexShaderTiming.cpp',
113 'compiler/timing/RestrictVertexShaderTiming.h',
Dtranslator.target.darwin-x86.mk73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
Dtranslator.target.linux-arm.mk73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
Dtranslator.target.linux-x86.mk73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
Dtranslator.target.linux-mips.mk73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
Dtranslator.target.darwin-arm.mk73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
Dtranslator.target.darwin-mips.mk73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
/external/chromium_org/third_party/angle/src/compiler/
DCompiler.cpp388 RestrictVertexShaderTiming restrictor(infoSink.info); in enforceVertexShaderTimingRestrictions()