Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.h101 struct ShaderInterfaceVariableInfo struct
108 uint32_t descriptorSet = kInvalid;
109 uint32_t binding = kInvalid;
114 uint32_t location = kInvalid;
115 uint32_t component = kInvalid;
116 uint32_t index = kInvalid;
141 class ShaderInterfaceVariableInfoMap final : angle::NonCopyable argument
149 const ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType, argument
Dglslang_wrapper_utils.cpp4687 ShaderInterfaceVariableInfo::ShaderInterfaceVariableInfo() {} in ShaderInterfaceVariableInfo() function in rx::ShaderInterfaceVariableInfo