Searched defs:InterfaceBlockField (Results 1 – 3 of 3) sorted by relevance
225 struct InterfaceBlockField : public ShaderVariable struct230 InterfaceBlockField &operator=(const InterfaceBlockField &other); argument
375 InterfaceBlockField::InterfaceBlockField() {} in InterfaceBlockField() function in sh::InterfaceBlockField379 InterfaceBlockField::InterfaceBlockField(const InterfaceBlockField &other) : ShaderVariable(other) in InterfaceBlockField() function in sh::InterfaceBlockField
258 using InterfaceBlockField = ShaderVariable; variable