OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TShaderQualifiers
(Results
1 - 5
of
5
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h
120
TSymbol* redeclareBuiltinVariable(const TSourceLoc&, const TString&, const TQualifier&, const
TShaderQualifiers
&, bool& newDeclaration);
128
void checkNoShaderLayouts(const TSourceLoc&, const
TShaderQualifiers
&);
hlslParseHelper.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h
247
TSymbol* redeclareBuiltinVariable(const TSourceLoc&, const TString&, const TQualifier&, const
TShaderQualifiers
&, bool& newDeclaration);
270
void checkNoShaderLayouts(const TSourceLoc&, const
TShaderQualifiers
&);
ParseHelper.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h
896
struct
TShaderQualifiers
{
934
void merge(const
TShaderQualifiers
& src)
982
TShaderQualifiers
shaderQualifiers;
[
all
...]
Completed in 55 milliseconds