Home
last modified time | relevance | path

Searched defs:ShaderVariable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h67 struct ShaderVariable struct
74 ShaderVariable &operator=(const ShaderVariable &other); argument
93 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
120 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
152 void updateEffectiveLocation(const sh::ShaderVariable &parent); argument
197 std::vector<ShaderVariable> fields; argument
201 std::string structOrBlockName;
202 std::string mappedStructOrBlockName;
205 bool isRowMajorLayout;
208 int location;
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderVars.cpp34 ShaderVariable::ShaderVariable() : ShaderVariable(GL_NONE) {} in ShaderVariable() function in sh::ShaderVariable
36 ShaderVariable::ShaderVariable(GLenum typeIn) in ShaderVariable() function in sh::ShaderVariable
62 ShaderVariable::ShaderVariable(GLenum typeIn, unsigned int arraySizeIn) : ShaderVariable(typeIn) in ShaderVariable() function in sh::ShaderVariable
70 ShaderVariable::ShaderVariable(const ShaderVariable &other) in ShaderVariable() function in sh::ShaderVariable