Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp199 sh::ShaderVariable nestedCopy = nested; in UpdateInterfaceVariable() local
200 nestedCopy.updateEffectiveLocation(field); in UpdateInterfaceVariable()
201 nestedCopy.name = prefix + field.name + "." + nested.name; in UpdateInterfaceVariable()
202 block->emplace_back(nestedCopy); in UpdateInterfaceVariable()